Revision 41:48535d43fbf7 WebContent/jsp/ss223_application/ibssAppUserDetails.jsp

View differences:

WebContent/jsp/ss223_application/ibssAppUserDetails.jsp
4 4
<%@ taglib uri="/WEB-INF/tld/struts-logic-el" prefix="logicEL" %>
5 5
<%@ taglib uri="/WEB-INF/tld/c" prefix="c" %>
6 6

  
7
<bean:define id="detailBean" name="appUserForm" property="appUserDetailBean" />
7
<bean:define id="detailBean" name="appUserForm" property="appUserDetailsBean" />
8 8
<bean:define id="viewBean" name="appUserForm" property="appUserViewBean" />
9 9

  
10 10
<h3 class="title"><strong><c:out value="${sessionScope.displayDesc}"/> - <bean:message key="navigation.details.displayDesc.details" /></strong></h3>
......
93 93
	  	<htmlEL:submit property="action" styleClass="button" onclick="overlay();">
94 94
			<bean:message key="general.button.back"/>						
95 95
		</htmlEL:submit>
96
		<c:if test="${appUserForm.map.hasAppUserEditAccess eq true}">
96
		<c:if test="${appUserForm.map.hasAppEditAccess eq true}">
97 97
		<htmlEL:hidden property="userId" name="detailBean" value="${detailBean.map.userId}"></htmlEL:hidden>
98 98
	  	<htmlEL:submit property="action" styleClass="button" onclick="overlay();">
99 99
			<bean:message key="general.button.edit"/>						
100 100
		</htmlEL:submit>
101 101
		</c:if>
102
		<c:if test="${appUserForm.map.hasAppUserDeleteAccess eq true}">
102
		<c:if test="${appUserForm.map.hasAppDeleteAccess eq true}">
103 103
		<htmlEL:hidden property="userId" name="detailBean" value="${detailBean.map.userId}"></htmlEL:hidden>
104 104
		<htmlEL:submit property="action" styleClass="button" onclick="overlay();">
105 105
			<bean:message key="general.button.delete"/>						

Also available in: Unified diff