diff options
author | Mario Vavti <mario@mariovavti.com> | 2017-02-17 15:07:20 +0100 |
---|---|---|
committer | Mario Vavti <mario@mariovavti.com> | 2017-02-17 15:07:20 +0100 |
commit | 16a8416495a12c2662d29352cbefb0e1c74dfb93 (patch) | |
tree | e2faeaf46ff8735987195ce1e80c1dcf3d5abb3f /view/tpl/nav.tpl | |
parent | 5db3b71c6aad7b27e440dcf32978b9a5d39b97b3 (diff) | |
download | volse-hubzilla-16a8416495a12c2662d29352cbefb0e1c74dfb93.tar.gz volse-hubzilla-16a8416495a12c2662d29352cbefb0e1c74dfb93.tar.bz2 volse-hubzilla-16a8416495a12c2662d29352cbefb0e1c74dfb93.zip |
css fixes and rename link to full docs to help since its app is also called help
Diffstat (limited to 'view/tpl/nav.tpl')
-rwxr-xr-x | view/tpl/nav.tpl | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/view/tpl/nav.tpl b/view/tpl/nav.tpl index 7037881ec..10a12318c 100755 --- a/view/tpl/nav.tpl +++ b/view/tpl/nav.tpl @@ -202,8 +202,8 @@ <div id="contextual-help-content" class="contextual-help-content"> {{$nav.help.5}} <div class="pull-right"> - <a class="contextual-help-tool btn btn-primary btn-xs" target="hubzilla-help" href="{{$nav.help.0}}" title="{{$nav.help.3}}"><i class="fa fa-question"></i> {{$fulldocs}}</a> - <a class="contextual-help-tool btn btn-default btn-xs" href="#" onclick="contextualHelp(); return false;"><i class="fa fa-times"></i></a> + <a class="btn btn-primary btn-xs" target="hubzilla-help" href="{{$nav.help.0}}" title="{{$nav.help.3}}"><i class="fa fa-question"></i> {{$fulldocs}}</a> + <a class="contextual-help-tool" href="#" onclick="contextualHelp(); return false;"><i class="fa fa-times"></i></a> </div> </div> {{/if}} |