diff options
author | Mario Vavti <mario@mariovavti.com> | 2017-09-28 11:31:36 +0200 |
---|---|---|
committer | Mario Vavti <mario@mariovavti.com> | 2017-09-28 11:31:36 +0200 |
commit | bdecb61bfa170412c7db513e6b58a13d0b0930f3 (patch) | |
tree | 2091768e77876562a69d53f3d4b0abe48f3f7476 | |
parent | c9231785ab1a42b57b320798826b7a4c2eef0042 (diff) | |
download | volse-hubzilla-bdecb61bfa170412c7db513e6b58a13d0b0930f3.tar.gz volse-hubzilla-bdecb61bfa170412c7db513e6b58a13d0b0930f3.tar.bz2 volse-hubzilla-bdecb61bfa170412c7db513e6b58a13d0b0930f3.zip |
remove double remote login button and slightly change appearence
-rwxr-xr-x | view/tpl/login.tpl | 3 | ||||
-rw-r--r-- | view/tpl/nav_login.tpl | 1 |
2 files changed, 2 insertions, 2 deletions
diff --git a/view/tpl/login.tpl b/view/tpl/login.tpl index 5e6d48eb0..492149abb 100755 --- a/view/tpl/login.tpl +++ b/view/tpl/login.tpl @@ -6,12 +6,13 @@ {{include file="field_password.tpl" field=$lpassword}} {{include file="field_checkbox.tpl" field=$remember_me}} <button type="submit" name="submit" class="btn btn-block btn-primary">{{$login}}</button> - <a href="rmagic" class="btn btn-block btn-success rmagic-button">{{$remote_login}}</a> </div> <div id="login-extra-links"> {{if $register}}<a href="{{$register.link}}" title="{{$register.title}}" id="register-link" class="pull-right">{{$register.desc}}</a>{{/if}} <a href="lostpass" title="{{$lostpass}}" id="lost-password-link" >{{$lostlink}}</a> </div> + <hr> + <a href="rmagic" class="btn btn-block btn-outline-success rmagic-button">{{$remote_login}}</a> </div> {{foreach $hiddens as $k=>$v}} <input type="hidden" name="{{$k}}" value="{{$v}}" /> diff --git a/view/tpl/nav_login.tpl b/view/tpl/nav_login.tpl index b361b1a14..4a94908f0 100644 --- a/view/tpl/nav_login.tpl +++ b/view/tpl/nav_login.tpl @@ -9,7 +9,6 @@ <div class="modal-body"> <div class="form-group"> {{$nav.login}} - {{$nav.remote_login}} </div> </div> </div> |