Skip to content

Commit

Permalink
Merge pull request joomla#149 from joomla/login-tabbing
Browse files Browse the repository at this point in the history
Fix correct tabbing order
  • Loading branch information
bembelimen authored Apr 28, 2019
2 parents f76f437 + 2cfda94 commit 1d70194
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions administrator/templates/atum/login.php
Original file line number Diff line number Diff line change
Expand Up @@ -191,17 +191,7 @@

<div id="wrapper" class="d-flex wrapper">

<?php // Sidebar ?>
<div id="sidebar-wrapper" class="sidebar-wrapper">
<div id="main-brand" class="main-brand">
<div class="h2"><?php echo htmlspecialchars($sitename, ENT_COMPAT, 'UTF-8'); ?></div>
</div>
<div id="sidebar">
<jdoc:include type="modules" name="sidebar" style="body"/>
</div>
</div>

<div class="container-fluid container-main">
<div class="container-fluid container-main order-1">
<section id="content" class="content h-100">
<main class="d-flex justify-content-center align-items-center h-100">
<div class="login">
Expand All @@ -216,6 +206,16 @@
</main>
</section>
</div>

<?php // Sidebar ?>
<div id="sidebar-wrapper" class="sidebar-wrapper order-0">
<div id="main-brand" class="main-brand">
<div class="h2"><?php echo htmlspecialchars($sitename, ENT_COMPAT, 'UTF-8'); ?></div>
</div>
<div id="sidebar">
<jdoc:include type="modules" name="sidebar" style="body"/>
</div>
</div>
</div>
<jdoc:include type="modules" name="debug" style="none"/>
<jdoc:include type="scripts"/>
Expand Down

0 comments on commit 1d70194

Please sign in to comment.