diff options
author | Mario Vavti <mario@mariovavti.com> | 2015-10-26 14:20:06 +0100 |
---|---|---|
committer | Mario Vavti <mario@mariovavti.com> | 2015-10-26 14:20:06 +0100 |
commit | 4fb9571136eaa659cfe5cdfd9185acd92be527eb (patch) | |
tree | 282bd63e6ec54bc5230d898e272a316b857d1e97 /view/tpl/lostpass.tpl | |
parent | e70bb371d91ac14f6c22868d4fcc76208bdace02 (diff) | |
parent | 2099ac06155cfbbfec5040b172b3d88bdf610ed2 (diff) | |
download | volse-hubzilla-4fb9571136eaa659cfe5cdfd9185acd92be527eb.tar.gz volse-hubzilla-4fb9571136eaa659cfe5cdfd9185acd92be527eb.tar.bz2 volse-hubzilla-4fb9571136eaa659cfe5cdfd9185acd92be527eb.zip |
Merge branch 'master' of https://github.com/redmatrix/hubzilla
Diffstat (limited to 'view/tpl/lostpass.tpl')
-rwxr-xr-x | view/tpl/lostpass.tpl | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/view/tpl/lostpass.tpl b/view/tpl/lostpass.tpl index f6fdb28d7..8ecfd215b 100755 --- a/view/tpl/lostpass.tpl +++ b/view/tpl/lostpass.tpl @@ -1,3 +1,4 @@ +<div class="generic-content-wrapper-styled"> <h3>{{$title}}</h3> <p id="lostpass-desc"> @@ -8,11 +9,9 @@ <div id="login-name-wrapper"> <label for="login-name" id="label-login-name">{{$name}}</label> <input type="text" maxlength="60" name="login-name" id="login-name" value="" /> + <input type="submit" name="submit" id="lostpass-submit-button" value="{{$submit}}" /> </div> <div id="login-extra-end"></div> -<div id="login-submit-wrapper" > - <input type="submit" name="submit" id="lostpass-submit-button" value="{{$submit}}" /> -</div> <div id="login-submit-end"></div> </form> - +</div> |