Revision 87:2d3c55260785 WebContent/jsp/ss221_settings/ibssUpassMaintenanceDetails.jsp

View differences:

WebContent/jsp/ss221_settings/ibssUpassMaintenanceDetails.jsp
9 9

  
10 10
<bean:define id="upassSettingsView" name="settingsForm" property="upassSettingsView" />
11 11

  
12
<h3 class="title"><strong>Admin 
12
<h3 class="title"><strong>
13
<c:out value="${settingsForm.map.applicationName}"/> 
13 14
<c:out value="${sessionScope.displayDesc}"/>
14 15
</strong></h3>
15 16
<table id="errorTable">
......
61 62
		<td><bean:message key="upass.period.day"/></td>
62 63
</tr>
63 64

  
65
<!-- <tr> -->
66
<!-- 		<td width="10%">&nbsp;</td> -->
67
<%-- 		<td width="35%"><bean:message key="upass.auto.logoff.time"/>:</td> --%>
68
<!-- 		<td width="5%"><strong> -->
69
<%-- 			<c:choose> --%>
70
<%-- 				<c:when test="${not empty upassSettingsView.map.AUTO_LOGOFF}"> --%>
71
<%-- 					<c:out value="${upassSettingsView.map.AUTO_LOGOFF}"/> --%>
72
<%-- 				</c:when> --%>
73
<%-- 				<c:otherwise>-</c:otherwise> --%>
74
<%-- 			</c:choose> --%>
75
<!-- 		</strong></td> -->
76
<%-- 		<td><bean:message key="upass.period.minute"/></td> --%>
77
<!-- </tr> -->
78

  
64 79
<tr>
65 80
		<td width="10%">&nbsp;</td>
66 81
		<td width="35%"><bean:message key="upass.password.expiry.notif.alert"/>:</td>
......
149 164
	<htmlEL:submit property="action" styleClass="button floatRight"	onclick="overlay();"><bean:message key="general.button.edit" /></htmlEL:submit>
150 165
</htmlEL:form>
151 166
</div>
152
</c:if>
167
</c:if>
168

  
169
<div class="floatRight">
170
<htmlEL:form action="/ss221/settings.do">
171
	<htmlEL:submit property="action" styleClass="button floatRight"	onclick="overlay();"><bean:message key="general.button.back" /></htmlEL:submit>
172
</htmlEL:form>
173
</div>

Also available in: Unified diff