Skip to content
This repository has been archived by the owner on Feb 4, 2020. It is now read-only.

Commit

Permalink
Move error message outside of login form (#396)
Browse files Browse the repository at this point in the history
Move error message outside of login form
  • Loading branch information
Hackwar authored Jul 14, 2019
2 parents 395129c + b4cb50b commit 82cec65
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion administrator/templates/atum/login.php
Original file line number Diff line number Diff line change
Expand Up @@ -123,11 +123,14 @@
<img src="<?php echo $loginLogo; ?>"
alt="<?php echo htmlspecialchars($this->params->get('altLoginLogo', ''), ENT_COMPAT, 'UTF-8'); ?>">
</div>
<jdoc:include type="message" />
<jdoc:include type="component" />
</div>
</main>
</section>

<div class="notify-alerts">
<jdoc:include type="message" />
</div>
</div>

<?php // Sidebar ?>
Expand Down

0 comments on commit 82cec65

Please sign in to comment.