diff options
author | Mario Vavti <mario@mariovavti.com> | 2016-02-22 13:04:48 +0100 |
---|---|---|
committer | Mario Vavti <mario@mariovavti.com> | 2016-02-22 13:04:48 +0100 |
commit | dd6e3d873d2ff04cb2549530fa838ad58b06cdbc (patch) | |
tree | 0264f166d307c3b5422f4666f4f124e1ff59140c /view/tpl/field_password.tpl | |
parent | f9b092c6194fe2a2812cb0ae687e19b1f5680c98 (diff) | |
download | volse-hubzilla-dd6e3d873d2ff04cb2549530fa838ad58b06cdbc.tar.gz volse-hubzilla-dd6e3d873d2ff04cb2549530fa838ad58b06cdbc.tar.bz2 volse-hubzilla-dd6e3d873d2ff04cb2549530fa838ad58b06cdbc.zip |
some work on mod/register
Diffstat (limited to 'view/tpl/field_password.tpl')
-rwxr-xr-x | view/tpl/field_password.tpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/view/tpl/field_password.tpl b/view/tpl/field_password.tpl index d19bc9414..1643fa855 100755 --- a/view/tpl/field_password.tpl +++ b/view/tpl/field_password.tpl @@ -1,5 +1,5 @@ <div class='form-group field password'> <label for='id_{{$field.0}}'>{{$field.1}}</label> <input class="form-control" type='password' name='{{$field.0}}' id='id_{{$field.0}}' value="{{$field.2}}"{{if $field.5}} {{$field.5}}{{/if}}>{{if $field.4}} <span class="required">{{$field.4}}</span> {{/if}} - <span class='help-block'>{{$field.3}}</span> + <span id="help_{{$field.0}}" class="help-block">{{$field.3}}</span> </div> |