Revision 14:c3981884205f WebContent/jsp/ss112_user/ibssRetailUserEnquiry.jsp

View differences:

WebContent/jsp/ss112_user/ibssRetailUserEnquiry.jsp
38 38
      <th><bean:message key="user.customer.name"/></th>
39 39
      <th><bean:message key="user.status"/></th>
40 40
      <th><bean:message key="user.application"/></th>
41
      <th><bean:message key="user.authentication.mode"/></th>
41
      <%-- <th><bean:message key="user.authentication.mode"/></th> --%>
42 42
      <th><bean:message key="user.creation.date"/></th>
43 43
     </tr>
44 44
    </thead>
......
98 98
		    		<c:otherwise>-</c:otherwise>
99 99
		    	</c:choose>
100 100
			</td>
101
			<td>
101
			<%-- <td>
102 102
				<c:choose>
103 103
		    		<c:when test="${not empty userBean.map.userAuthMode}">
104 104
		    			<c:out value="${userBean.map.userAuthMode}"></c:out>
105 105
		    		</c:when>
106 106
		    		<c:otherwise>-</c:otherwise>
107 107
		    	</c:choose>
108
			</td>
108
			</td> --%>
109 109
			<td>
110 110
				<c:choose>
111 111
		    		<c:when test="${not empty userBean.map.userCreationDate}">

Also available in: Unified diff