frio + core: some restructure in profiles.php + frio template for profiles settings
This commit is contained in:
parent
30056dd22d
commit
3a9a9e6a1c
15 changed files with 855 additions and 456 deletions
7
view/theme/frio/templates/field_textarea.tpl
Normal file
7
view/theme/frio/templates/field_textarea.tpl
Normal file
|
@ -0,0 +1,7 @@
|
|||
|
||||
<div class="form-group field textarea">
|
||||
<label for="id_{{$field.0}}">{{$field.1}}</label>
|
||||
<textarea class="form-control" name="{{$field.0}}" id="id_{{$field.0}}" {{if $field.4}}{{$field.4}}{{/if}} aria-describedby="{{$field.0}}_tip">{{$field.2}}</textarea>
|
||||
<span id="{{$field.0}}_tip" class="help-block" role="tooltip">{{$field.3}}</span>
|
||||
<div class="clear"></div>
|
||||
</div>
|
Loading…
Add table
Add a link
Reference in a new issue