Merge branch 'dev' of https://github.com/redmatrix/hubzilla into help-content
This commit is contained in:
commit
f3eae7132f
@ -1 +1 @@
|
||||
2016-04-22.1374H
|
||||
2016-04-23.1375H
|
||||
|
17111
view/de/hmessages.po
17111
view/de/hmessages.po
File diff suppressed because it is too large
Load Diff
3122
view/de/hstrings.php
3122
view/de/hstrings.php
File diff suppressed because it is too large
Load Diff
@ -11,9 +11,11 @@
|
||||
<button id="expand-aside" type="button" class="navbar-toggle" data-toggle="offcanvas" data-target="#region_1">
|
||||
<i class="icon-circle-arrow-right" id="expand-aside-icon"></i>
|
||||
</button>
|
||||
{{if $nav.help.6}}
|
||||
<a class="navbar-toggle" target="hubzilla-help" href="{{$nav.help.0}}" title="{{$nav.help.3}}" id="{{$nav.help.4}}_collapsed"{{if $nav.help.6}} onclick="return false;"{{/if}}>
|
||||
{{if $nav.help.6}}<i class="icon-question-sign"></i>{{else}}<i class="icon-question"></i>{{/if}}
|
||||
<i class="icon-question-sign"></i>
|
||||
</a>
|
||||
{{/if}}
|
||||
{{if $userinfo}}
|
||||
<img class="dropdown-toggle fakelink" data-toggle="dropdown" id="avatar" src="{{$userinfo.icon}}" alt="{{$userinfo.name}}"><span class="caret" id="usermenu-caret"></span>
|
||||
{{if $localuser}}
|
||||
@ -191,7 +193,7 @@
|
||||
{{/if}}
|
||||
|
||||
{{if $nav.help}}
|
||||
<li class="{{$sel.help}} hidden-xs">
|
||||
<li class="{{$sel.help}}{{if $nav.help.6}} hidden-xs{{/if}}">
|
||||
<a class="{{$nav.help.2}}" target="hubzilla-help" href="{{$nav.help.0}}" title="{{$nav.help.3}}" id="{{$nav.help.4}}"{{if $nav.help.6}} onclick="return false;"{{/if}}>{{if $nav.help.6}}<i class="icon-question-sign"></i>{{else}}<i class="icon-question"></i>{{/if}}</a>
|
||||
</li>
|
||||
{{/if}}
|
||||
|
Reference in New Issue
Block a user