diff options
Diffstat (limited to 'view/tpl/smarty3/field_custom.tpl')
-rw-r--r-- | view/tpl/smarty3/field_custom.tpl | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/view/tpl/smarty3/field_custom.tpl b/view/tpl/smarty3/field_custom.tpl new file mode 100644 index 000000000..e1bf318da --- /dev/null +++ b/view/tpl/smarty3/field_custom.tpl @@ -0,0 +1,6 @@ + + <div class='field custom'> + <label for='{{$field.0}}'>{{$field.1}}</label> + {{$field.2}} + <span class='field_help'>{{$field.3}}</span> + </div> |