diff options
Diffstat (limited to 'view/tpl/smarty3/field_password.tpl')
-rw-r--r-- | view/tpl/smarty3/field_password.tpl | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/view/tpl/smarty3/field_password.tpl b/view/tpl/smarty3/field_password.tpl deleted file mode 100644 index 5889d2e9c..000000000 --- a/view/tpl/smarty3/field_password.tpl +++ /dev/null @@ -1,11 +0,0 @@ -{{* - * AUTOMATICALLY GENERATED TEMPLATE - * DO NOT EDIT THIS FILE, CHANGES WILL BE OVERWRITTEN - * - *}} - - <div class='field password'> - <label for='id_{{$field.0}}'>{{$field.1}}</label> - <input type='password' name='{{$field.0}}' id='id_{{$field.0}}' value="{{$field.2}}"> - <span class='field_help'>{{$field.3}}</span> - </div> |