aboutsummaryrefslogtreecommitdiffstats
path: root/view/tpl/field_select_raw.tpl
diff options
context:
space:
mode:
Diffstat (limited to 'view/tpl/field_select_raw.tpl')
-rwxr-xr-xview/tpl/field_select_raw.tpl7
1 files changed, 0 insertions, 7 deletions
diff --git a/view/tpl/field_select_raw.tpl b/view/tpl/field_select_raw.tpl
deleted file mode 100755
index 2780df58c..000000000
--- a/view/tpl/field_select_raw.tpl
+++ /dev/null
@@ -1,7 +0,0 @@
- <div class='form-group field select'>
- <label for='id_{{$field.0}}'>{{$field.1}}</label>
- <select class="form-control" name='{{$field.0}}' id='id_{{$field.0}}'>
- {{$field.4}}
- </select>
- <span class='help-block'>{{$field.3}}</span>
- </div>