diff options
Diffstat (limited to 'view/tpl/smarty3/field_select_raw.tpl')
-rw-r--r-- | view/tpl/smarty3/field_select_raw.tpl | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/view/tpl/smarty3/field_select_raw.tpl b/view/tpl/smarty3/field_select_raw.tpl new file mode 100644 index 000000000..4e495dcf8 --- /dev/null +++ b/view/tpl/smarty3/field_select_raw.tpl @@ -0,0 +1,8 @@ + + <div class='field select'> + <label for='id_{{$field.0}}'>{{$field.1}}</label> + <select name='{{$field.0}}' id='id_{{$field.0}}'> + {{$field.4}} + </select> + <span class='field_help'>{{$field.3}}</span> + </div> |