@row>
<@columns>
<@box color='success'>
<@boxHeader title='#i18n{portal.users.create_attribute.pageTitleAttributeText}' />
<@boxBody>
<@tform role='form' action='jsp/admin/user/attribute/DoCreateAttribute.jsp' method='post'>
<@formGroup labelKey='#i18n{portal.users.create_attribute.labelTitle} *' labelFor='attr_title' helpKey='#i18n{portal.users.create_attribute.labelTitleComment}' mandatory=true>
<@input type='text' name='title' id='attr_title' inputSize=80 value='' maxlength=255 />
@formGroup>
<@formGroup labelKey='#i18n{portal.users.create_attribute.labelHelpMessage}' labelFor='help_message' helpKey='#i18n{portal.users.create_attribute.labelHelpMessageComment}'>
<@input type='textarea' name='help_message' id='help_message' cols=80 rows=5 />
@formGroup>
<@formGroup labelKey='#i18n{portal.users.create_attribute.labelDefaultValue}' labelFor='value'>
<@input type='text' name='value' id='value' />
@formGroup>
<@formGroup>
<@checkBox labelKey='#i18n{portal.users.create_attribute.labelIsShownInSearch}' name='is_shown_in_search' value='1' />
@formGroup>
<@formGroup>
<@checkBox labelKey='#i18n{portal.users.create_attribute.labelIsShownInResultList}' name='is_shown_in_result_list' value='1' />
@formGroup>
<@formGroup>
<@checkBox labelKey='#i18n{portal.users.create_attribute.labelMandatory}' name='mandatory' value='1' />
@formGroup>
<@formGroup labelKey='#i18n{portal.users.create_attribute.labelWidth} *' labelFor='width'>
<@input type='text' name='width' id='width' value=50 />
@formGroup>
<@formGroup labelKey='#i18n{portal.users.create_attribute.labelMaxSizeEnter}' labelFor='max_size_enter'>
<@input type='text' name='max_size_enter' id='max_size_enter' />
@formGroup>
<@formGroup>
<@button type='submit' name='validate' value='validate' buttonIcon='check' title='#i18n{portal.users.create_attribute.buttonValidate}' size='' />
<@button type='submit' name='apply' value='apply' buttonIcon='check' title='#i18n{portal.users.create_attribute.buttonApply}' size='' />
<@button type='submit' name='cancel' value='cancel' buttonIcon='times' title='#i18n{portal.admin.message.buttonCancel}' color='btn-secondary' size='' />
@formGroup>
@tform>
@boxBody>
@box>
@columns>
@row>