Still trying to make the documentation link just a wee bit more obvious.
This commit is contained in:
parent
b20cce1408
commit
d7080defd3
@ -244,6 +244,7 @@ $powered_by = '';
|
|||||||
|
|
||||||
App::$page['nav'] .= replace_macros($tpl, array(
|
App::$page['nav'] .= replace_macros($tpl, array(
|
||||||
'$baseurl' => z_root(),
|
'$baseurl' => z_root(),
|
||||||
|
'$fulldocs' => t('Documentation'),
|
||||||
'$sitelocation' => $sitelocation,
|
'$sitelocation' => $sitelocation,
|
||||||
'$nav' => $x['nav'],
|
'$nav' => $x['nav'],
|
||||||
'$banner' => $banner,
|
'$banner' => $banner,
|
||||||
|
@ -213,8 +213,8 @@
|
|||||||
<div id="contextual-help-content" class="contextual-help-content">
|
<div id="contextual-help-content" class="contextual-help-content">
|
||||||
{{$nav.help.5}}
|
{{$nav.help.5}}
|
||||||
<div class="pull-right">
|
<div class="pull-right">
|
||||||
<a class="contextual-help-tool" target="hubzilla-help" href="{{$nav.help.0}}" title="{{$nav.help.3}}"><i class="fa fa-question"></i></a>
|
<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" href="#" onclick="contextualHelp(); return false;"><i class="fa fa-times"></i></a>
|
<a class="contextual-help-tool btn btn-default btn-xs" href="#" onclick="contextualHelp(); return false;"><i class="fa fa-times"></i></a>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
{{/if}}
|
{{/if}}
|
||||||
|
Reference in New Issue
Block a user