diff options
Diffstat (limited to 'view/tpl/field_custom.tpl')
-rwxr-xr-x | view/tpl/field_custom.tpl | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/view/tpl/field_custom.tpl b/view/tpl/field_custom.tpl new file mode 100755 index 000000000..907b4c50e --- /dev/null +++ b/view/tpl/field_custom.tpl @@ -0,0 +1,5 @@ + <div class='form-group field custom'> + <label for='{{$field.0}}'>{{$field.1}}</label> + {{$field.2}} + <span class='help-block'>{{$field.3}}</span> + </div> |