diff options
author | redmatrix <redmatrix@redmatrix.me> | 2015-10-26 17:00:09 -0700 |
---|---|---|
committer | redmatrix <redmatrix@redmatrix.me> | 2015-10-26 17:00:09 -0700 |
commit | be98466b0dd814b7c20c1ab68bc2f3ef34ed282c (patch) | |
tree | 9e420166d400bc27ef6f06776f31ac57fda6fbfe /view/tpl/lostpass.tpl | |
parent | 0fd60d1e80393eb1f1d778c7ce8dfec9fb86eda5 (diff) | |
parent | 35857931efa5fb9fa3fc660f4992879249ce5f0b (diff) | |
download | volse-hubzilla-be98466b0dd814b7c20c1ab68bc2f3ef34ed282c.tar.gz volse-hubzilla-be98466b0dd814b7c20c1ab68bc2f3ef34ed282c.tar.bz2 volse-hubzilla-be98466b0dd814b7c20c1ab68bc2f3ef34ed282c.zip |
Merge https://github.com/redmatrix/hubzilla into pending_merge
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> |