Skip to content

Commit

Permalink
add missing interactivity
Browse files Browse the repository at this point in the history
  • Loading branch information
dgrammatiko committed Jan 26, 2021
1 parent 1c2ac44 commit ea80c6f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions administrator/templates/atum/index.php
Original file line number Diff line number Diff line change
Expand Up @@ -126,6 +126,7 @@
<div id="wrapper" class="d-flex wrapper<?php echo $hiddenMenu ? '0' : ''; ?>">
<?php // Sidebar ?>
<?php if (!$hiddenMenu) : ?>
<?php HTMLHelper::_('bootstrap.collapse', '.toggler-burger'); ?>
<button class="navbar-toggler toggler-burger collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#sidebar-wrapper" aria-controls="sidebar-wrapper" aria-expanded="false" aria-label="<?php echo Text::_('JTOGGLE_SIDEBAR_MENU'); ?>">
<span class="navbar-toggler-icon"></span>
</button>
Expand All @@ -147,6 +148,7 @@
<div class="container-fluid container-main">
<?php if (!$cpanel) : ?>
<?php // Subheader ?>
<?php HTMLHelper::_('bootstrap.collapse', '.toggler-toolbar'); ?>
<button class="navbar-toggler toggler-toolbar toggler-burger collapsed" type="button" data-bs-toggle="collapse" data-bs-target=".subhead" aria-controls="subhead" aria-expanded="false" aria-label="<?php echo Text::_('TPL_ATUM_TOOLBAR'); ?>">
<span class="toggler-toolbar-icon"></span>
</button>
Expand Down

0 comments on commit ea80c6f

Please sign in to comment.