diff options
Diffstat (limited to 'view/tpl/field_input.tpl')
-rwxr-xr-x | view/tpl/field_input.tpl | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/view/tpl/field_input.tpl b/view/tpl/field_input.tpl index 696ebbad7..2cb3cb91e 100755 --- a/view/tpl/field_input.tpl +++ b/view/tpl/field_input.tpl @@ -1,9 +1,3 @@ -{{* - * AUTOMATICALLY GENERATED TEMPLATE - * DO NOT EDIT THIS FILE, CHANGES WILL BE OVERWRITTEN - * - *}} - <div class='field input'> <label for='id_{{$field.0}}' id='label_{{$field.0}}'>{{$field.1}}</label> <input name='{{$field.0}}' id='id_{{$field.0}}' value="{{$field.2}}"> |