aboutsummaryrefslogtreecommitdiffstats
path: root/view/theme/redbasic/tpl/field_custom.tpl
diff options
context:
space:
mode:
Diffstat (limited to 'view/theme/redbasic/tpl/field_custom.tpl')
-rwxr-xr-xview/theme/redbasic/tpl/field_custom.tpl5
1 files changed, 5 insertions, 0 deletions
diff --git a/view/theme/redbasic/tpl/field_custom.tpl b/view/theme/redbasic/tpl/field_custom.tpl
new file mode 100755
index 000000000..907b4c50e
--- /dev/null
+++ b/view/theme/redbasic/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>