aboutsummaryrefslogtreecommitdiffstats
path: root/view/tpl
diff options
context:
space:
mode:
authorredmatrix <git@macgirvin.com>2016-04-28 18:29:37 -0700
committerredmatrix <git@macgirvin.com>2016-04-28 18:29:37 -0700
commit37a852d2d17fe2a499eeacb64e4e223210979926 (patch)
treec8bc8243f3dfdd2a8267bff4ae84575729875f71 /view/tpl
parent59777333dd7950e972ae4af57cf1b6ecc4b764ff (diff)
parentb664af748e32f6e8f3d451e95fd8cb65940eca17 (diff)
downloadvolse-hubzilla-37a852d2d17fe2a499eeacb64e4e223210979926.tar.gz
volse-hubzilla-37a852d2d17fe2a499eeacb64e4e223210979926.tar.bz2
volse-hubzilla-37a852d2d17fe2a499eeacb64e4e223210979926.zip
Merge branch 'dev' of https://github.com/redmatrix/hubzilla into dev_merge
Diffstat (limited to 'view/tpl')
-rwxr-xr-xview/tpl/nav.tpl9
1 files changed, 4 insertions, 5 deletions
diff --git a/view/tpl/nav.tpl b/view/tpl/nav.tpl
index 03b48fd00..14fb8a982 100755
--- a/view/tpl/nav.tpl
+++ b/view/tpl/nav.tpl
@@ -36,10 +36,6 @@
<li role="presentation" class="divider"></li>
<li role="presentation"><a href="{{$nav.admin.0}}" title="{{$nav.admin.3}}" role="menuitem" id="{{$nav.admin.4}}">{{$nav.admin.1}}</a></li>
{{/if}}
- {{if $nav.help.6}}
- <li role="presentation" class="divider"></li>
- <li role="presentation"><a href="{{$nav.help.0}}" title="{{$nav.help.3}}" role="menuitem" id="{{$nav.help.4}}">{{$nav.help.1}}</a></li>
- {{/if}}
{{if $nav.logout}}
<li role="presentation" class="divider"></li>
<li role="presentation"><a href="{{$nav.logout.0}}" title="{{$nav.logout.3}}" role="menuitem" id="{{$nav.logout.4}}">{{$nav.logout.1}}</a></li>
@@ -207,6 +203,9 @@
{{if $nav.help.6}}
<div id="contextual-help-content" class="contextual-help-content">
{{$nav.help.5}}
- <button type="button" class="close" onclick="contextualHelp();">×</button>
+ <div class="pull-right">
+ <a class="contextual-help-tool" target="hubzilla-help" href="{{$nav.help.0}}" title="{{$nav.help.3}}"><i class="icon-question"></i></a>
+ <a class="contextual-help-tool" href="#" onclick="contextualHelp(); return false;"><i class="icon-remove"></i></a>
+ </div>
</div>
{{/if}}