WEBPIECESxPACKAGE.base.crud.userAddEdit.html Maven / Gradle / Ivy
#{extends '../main.html'/}#
#{set title:'Add/Edit'/}#
#{set tab:'userlist'/}#
#{form action:@[POST_USER_FORM]@, class:'form-horizontal', style:'min-width:500px;max-width:800px;margin: 0 auto'}#
User
#{if _flash.error}#
Oops....
${_flash.error}$
#{/if}#
*{optional in case this is the add operation and so this is used in case of edits only }*
#{field 'entity.firstName', label:'First Name'}##{/field}#
#{field 'entity.lastName', label:'Last Name'}##{/field}#
#{field 'entity.email', label:'Email'}##{/field}#
#{field 'password', label:'Password'}##{/field}#
#{field 'entity.levelOfEducation', label:'School Level'}#
#{/field}#
#{field 'selectedRoles', label:'Role'}#
#{/field}#
#{/form}# © 2015 - 2025 Weber Informatics LLC | Privacy Policy