diff options
author | Andrew Manning <tamanning@zoho.com> | 2016-04-19 05:52:16 -0400 |
---|---|---|
committer | Andrew Manning <tamanning@zoho.com> | 2016-04-19 05:52:16 -0400 |
commit | 7594796ee11c0b245d02d145868a13ac3d84ebfc (patch) | |
tree | aaa27d143cfa7f9b0fe0b73d4f54304b9b58a6ff /view | |
parent | 094d4cc325587428a2cce2f0412d2fd97ac43e29 (diff) | |
download | volse-hubzilla-7594796ee11c0b245d02d145868a13ac3d84ebfc.tar.gz volse-hubzilla-7594796ee11c0b245d02d145868a13ac3d84ebfc.tar.bz2 volse-hubzilla-7594796ee11c0b245d02d145868a13ac3d84ebfc.zip |
Try toggling context help using onclick attribute
Diffstat (limited to 'view')
-rwxr-xr-x | view/tpl/admin_site.tpl | 1 | ||||
-rwxr-xr-x | view/tpl/nav.tpl | 2 |
2 files changed, 2 insertions, 1 deletions
diff --git a/view/tpl/admin_site.tpl b/view/tpl/admin_site.tpl index 54f625e0b..6b8729ee6 100755 --- a/view/tpl/admin_site.tpl +++ b/view/tpl/admin_site.tpl @@ -49,6 +49,7 @@ {{include file="field_input.tpl" field=$frontpage}} {{include file="field_checkbox.tpl" field=$mirror_frontpage}} {{include file="field_checkbox.tpl" field=$login_on_homepage}} + {{include file="field_checkbox.tpl" field=$enable_context_help}} {{if $directory_server}} {{include file="field_select.tpl" field=$directory_server}} {{/if}} diff --git a/view/tpl/nav.tpl b/view/tpl/nav.tpl index 90d741e96..0d70ac5be 100755 --- a/view/tpl/nav.tpl +++ b/view/tpl/nav.tpl @@ -189,7 +189,7 @@ {{if $nav.help}} <li class="{{$sel.help}}"> - <a class="{{$nav.help.2}}" target="hubzilla-help" href="{{$nav.help.0}}" title="{{$nav.help.3}}" id="{{$nav.help.4}}" onclick="return false;"><i class="icon-question"></i></a> + <a class="{{$nav.help.2}}" target="hubzilla-help" href="{{$nav.help.0}}" title="{{$nav.help.3}}" id="{{$nav.help.4}}" onclick="{{if $nav.help.6}}return false;{{/if}}"><i class="icon-question"></i></a> </li> <div id="help-content" class="help-content"> |