File: //proc/self/cwd/nueva/modules/roja45quotationsprofree/views/templates/hook/admin/textarea.tpl
{*
* 2016 ROJA45
* All rights reserved.
*
* DISCLAIMER
*
* Changing this file will render any support provided by us null and void.
*
* @author Roja45
* @copyright 2016 Roja45
* @license /license.txt
*}
<form id="textarea_field_form" class="field_elements_form defaultForm form-horizontal" data-form-type='TEXTAREA' action="{$url|escape:'html':'UTF-8'}" method="post" enctype="multipart/form-data" novalidate="" style="display:none;">
<div class="panel" id="textarea_field_element">
<div class="panel-heading">
<i class="icon-cogs"></i>{l s='Textarea Field Settings' mod='roja45quotationsprofree'}
</div>
<div class="alert alert-danger" style="display:none">
</div>
<div class="form-wrapper">
{include file='./text_field.tpl'
name='form_element_name'
field_label={l s='Field Name' mod='roja45quotationsprofree'}
required='1'
validationMethod='isText'
maxlength='255'
placeholder={l s='Enter the name of the field' mod='roja45quotationsprofree'}
onkeyup='$(this).val($(this).val().replace(/\s/g, \'_\'));'
}
<div class="form-group">
<label class="control-label col-lg-3">
<span class="label-tooltip" data-toggle="tooltip" data-html="true" title="" data-original-title="{l s='Required' mod='roja45quotationsprofree'}">{l s='Required' mod='roja45quotationsprofree'}</span>
</label>
<div class="col-lg-9 ">
<select name="form_element_required" class="fixed-width-xl">
<option value="1">{l s='Yes' mod='roja45quotationsprofree'}</option>
<option value="0" selected="selected">{l s='No' mod='roja45quotationsprofree'}</option>
</select>
</div>
</div>
{include file='./text_field.tpl'
field_languages=$languages
default_lang=$defaultFormLanguage
id='form_element_label'
name='form_element_label'
field_label={l s='Label' mod='roja45quotationsprofree'}
required='1'
validationMethod='isText'
maxlength='255'
placeholder={l s='Enter Your Field Label' mod='roja45quotationsprofree'}
}
{include file='./text_field.tpl'
field_languages=$languages
default_lang=$defaultFormLanguage
id='form_element_description'
name='form_element_description'
field_label={l s='Description' mod='roja45quotationsprofree'}
required='1'
validationMethod='isText'
maxlength='255'
placeholder={l s='Enter Your Field Description' mod='roja45quotationsprofree'}
}
{include file='./text_field.tpl'
field_languages=$languages
default_lang=$defaultFormLanguage
id='form_element_rows'
name='form_element_rows'
field_label={l s='# of Rows' mod='roja45quotationsprofree'}
required='1'
validationMethod='isNumber'
maxlength='2'
placeholder={l s='Enter the number of rows for text area' mod='roja45quotationsprofree'}
}
{include file='./text_field.tpl'
name='form_element_class'
field_label={l s='Custom Class' mod='roja45quotationsprofree'}
required='0'
validationMethod='isText'
placeholder={l s='Enter a custom class to be applied' mod='roja45quotationsprofree'}
}
</div><!-- /.form-wrapper -->
{include file='./footer.tpl'}
</div><!-- /text_field_form -->
</form>