Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for crud_title_create (0.34 sec)

  1. src/main/webapp/WEB-INF/view/common/admin/crud/header.jsp

    <h3 class="card-title">
    	<c:if test="${crudMode == null}">
    		<la:message key="labels.crud_title_list" />
    	</c:if>
    	<c:if test="${crudMode == 1}">
    		<la:message key="labels.crud_title_create" />
    	</c:if>
    	<c:if test="${crudMode == 2}">
    		<la:message key="labels.crud_title_edit" />
    	</c:if>
    	<c:if test="${crudMode == 3}">
    		<la:message key="labels.crud_title_delete" />
    	</c:if>
    Others
    - Registered: Mon May 06 08:04:11 GMT 2024
    - Last Modified: Fri Feb 07 10:28:50 GMT 2020
    - 1K bytes
    - Viewed (0)
Back to top