PATH:
home
/
letacommog
/
letaweb
/
admin
/
widgets
/
views
/
modules
/
contactform
<div class="control-group"> <label class="control-label"> <?php echo getIndex($item, 'name', ''); ?><?php echo getIndex($item, 'required', false, 'boolean') ? '*' : '' ?> </label> <div class="controls name email"> <input class="form-control" type="text" name="<?php echo getIndex($item, 'name', ''); ?>" placeholder="<?php echo getIndex($item, 'placeholder', ''); ?>" /> <?php if (getIndex($item, 'required', false, 'boolean')) { ?><span class="require error"><?php echo Yii::app()->lang->t('ENTRY_NAME_ERROR_REQUIRED') ?></span><?php } ?> </div> </div>
[+]
..
[-] address.php
[edit]
[-] checkbox.php
[edit]
[-] spacer.php
[edit]
[-] password.php
[edit]
[-] file.php
[edit]
[-] textarea.php
[edit]
[-] text.php
[edit]
[-] radio.php
[edit]
[-] email.php
[edit]
[-] name.php
[edit]
[-] line.php
[edit]
[-] phone.php
[edit]