Revision 56:0dd97c329887 WebContent/jsp/ss223_application/ibssAppUserDetails.jsp

View differences:

WebContent/jsp/ss223_application/ibssAppUserDetails.jsp
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.hasAppResetAccess eq true}">
97
		<htmlEL:hidden property="userId" name="detailBean" value="${detailBean.map.userId}"></htmlEL:hidden>
98
	  	<htmlEL:submit property="action" styleClass="button" onclick="overlay();">
99
			<bean:message key="general.button.reset.password"/>						
100
		</htmlEL:submit>
101
		</c:if>
96 102
		<c:if test="${appUserForm.map.hasAppEditAccess eq true}">
97 103
		<htmlEL:hidden property="userId" name="detailBean" value="${detailBean.map.userId}"></htmlEL:hidden>
98 104
	  	<htmlEL:submit property="action" styleClass="button" onclick="overlay();">
......
105 111
			<bean:message key="general.button.delete"/>						
106 112
		</htmlEL:submit>
107 113
		</c:if>
108
	  	<%-- <htmlEL:submit  property="action" styleClass="button" onclick="popUp('../ss103/printForm.do','console',1000,800);return false;">
109
	  		<bean:message key="general.button.print"/>
110
		</htmlEL:submit> --%>
111 114

  
112 115
	  </div>
113 116
  </htmlEL:form>

Also available in: Unified diff