diff options
author | Waitman Gobble <waitman@waitman.net> | 2017-09-18 05:54:38 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-09-18 05:54:38 -0500 |
commit | bf252d238888480cdadd1df8ced2928831d48e64 (patch) | |
tree | 6075d5f95d58833054f9159895eb340fd6e5d470 | |
parent | 5c379b4d356169b8eada1f6e1851dbc7f5af6933 (diff) | |
download | volse-hubzilla-bf252d238888480cdadd1df8ced2928831d48e64.tar.gz volse-hubzilla-bf252d238888480cdadd1df8ced2928831d48e64.tar.bz2 volse-hubzilla-bf252d238888480cdadd1df8ced2928831d48e64.zip |
add remote login to login form
This exists in nav login but not login.tpl
-rwxr-xr-x | view/tpl/login.tpl | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/view/tpl/login.tpl b/view/tpl/login.tpl index 3d3faa41c..5e6d48eb0 100755 --- a/view/tpl/login.tpl +++ b/view/tpl/login.tpl @@ -6,6 +6,7 @@ {{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}} |