diff options
Diffstat (limited to 'view/field_custom.tpl')
-rw-r--r-- | view/field_custom.tpl | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/view/field_custom.tpl b/view/field_custom.tpl new file mode 100644 index 000000000..be15d3f60 --- /dev/null +++ b/view/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> |