mirror of
https://github.com/moodle/moodle.git
synced 2025-01-18 22:08:20 +01:00
Merge branch 'MDL-58248-theme_boost-label-for-expand-button' of https://github.com/marcusgreen/moodle
This commit is contained in:
commit
abb8b5e147
@ -1741,6 +1741,7 @@ $string['showsettings'] = 'Show settings';
|
||||
$string['showtheselogs'] = 'Show these logs';
|
||||
$string['showthishelpinlanguage'] = 'Show this help in language: {$a}';
|
||||
$string['schedule'] = 'Schedule';
|
||||
$string['sidepanel'] = 'Side panel';
|
||||
$string['signoutofotherservices'] = 'Sign out everywhere';
|
||||
$string['signoutofotherservices_help'] = 'If ticked, the account will be signed out of all devices and systems which use web services, such as the mobile app.';
|
||||
$string['since'] = 'Since';
|
||||
|
@ -22,7 +22,7 @@
|
||||
<div class="container-fluid navbar-nav">
|
||||
|
||||
<div data-region="drawer-toggle">
|
||||
<button aria-expanded="{{#navdraweropen}}true{{/navdraweropen}}{{^navdraweropen}}false{{/navdraweropen}}" aria-controls="nav-drawer" type="button" class="btn pull-xs-left m-r-1 btn-secondary" data-action="toggle-drawer" data-side="left" data-preference="drawer-open-nav"><span aria-hidden="true">☰</span><span class="sr-only">{{#str}}expand, core{{/str}}</span></button>
|
||||
<button aria-expanded="{{#navdraweropen}}true{{/navdraweropen}}{{^navdraweropen}}false{{/navdraweropen}}" aria-controls="nav-drawer" type="button" class="btn pull-xs-left m-r-1 btn-secondary" data-action="toggle-drawer" data-side="left" data-preference="drawer-open-nav"><span aria-hidden="true">☰</span><span class="sr-only">{{#str}}sidepanel, core{{/str}}</span></button>
|
||||
</div>
|
||||
|
||||
<a href="{{{ config.wwwroot }}}" class="navbar-brand {{# output.should_display_navbar_logo }}has-logo{{/ output.should_display_navbar_logo }}
|
||||
|
Loading…
x
Reference in New Issue
Block a user