Skip to content

Commit

Permalink
[4.0] Logged in users module (#35589)
Browse files Browse the repository at this point in the history
If you do not have the track session metadata option enabled in global configuration then the admin module for Logged Users displays an appropriate message.

This PR simply styles the module output correctly to be consistent
  • Loading branch information
brianteeman committed Sep 19, 2021
1 parent a6fbc4c commit 7e49a2f
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions administrator/modules/mod_logged/tmpl/disabled.php
Expand Up @@ -12,6 +12,9 @@
use Joomla\CMS\Language\Text;

?>
<p class="card-text">
<?php echo Text::_('MOD_LOGGED_NO_SESSION_METADATA'); ?>
</p>
<div class="mb-4">
<p class="fw-bold text-center text-muted">
<span class="icon-users" aria-hidden="true"></span>
<?php echo Text::_('MOD_LOGGED_NO_SESSION_METADATA'); ?>
</p>
</div>

0 comments on commit 7e49a2f

Please sign in to comment.