summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authork-paulius <k.dash.paulius@gmail.com>2016-02-15 22:01:30 -0600
committerStephen Beaver <sbeaver@netgate.com>2016-02-16 07:41:51 -0500
commita0d084fe6df5d8cb4b32c2a2162ae5b3d09940f7 (patch)
tree0ef52a600c38de3ecbd323d6c4163931d91873ad
parent8c9d0b2041db60d5b7e6b74a30712d8591868d20 (diff)
downloadpfsense-a0d084fe6df5d8cb4b32c2a2162ae5b3d09940f7.zip
pfsense-a0d084fe6df5d8cb4b32c2a2162ae5b3d09940f7.tar.gz
Replace alert with callout. Removed mention about greyed out icon - that is no longer applicable.
-rw-r--r--src/usr/local/www/system_usermanager.php16
1 files changed, 6 insertions, 10 deletions
diff --git a/src/usr/local/www/system_usermanager.php b/src/usr/local/www/system_usermanager.php
index c3fc15b..95e2cad 100644
--- a/src/usr/local/www/system_usermanager.php
+++ b/src/usr/local/www/system_usermanager.php
@@ -552,17 +552,13 @@ foreach ($a_user as $i => $userent):
</nav>
</form>
-<div class="infoblock">
- <?php print_info_box(gettext("Additional users can be added here. User permissions for accessing " .
- "the webConfigurator can be assigned directly or inherited from group memberships. " .
- "An icon that appears grey indicates that it is a system defined object. " .
- "Some system object properties can be modified but they cannot be deleted.") .
- '<br /><br />' .
- gettext("Accounts added here are also used for other parts of the system " .
- "such as OpenVPN, IPsec, and Captive Portal."), 'info', false); ?>
-</div>
-
<?php
+ print_callout('<p>' . gettext("Additional users can be added here. User permissions for accessing " .
+ "the webConfigurator can be assigned directly or inherited from group memberships. " .
+ "Some system object properties can be modified but they cannot be deleted.") . '</p>' .
+ '<p>' . gettext("Accounts added here are also used for other parts of the system " .
+ "such as OpenVPN, IPsec, and Captive Portal.") . '</p>'
+ );
include("foot.inc");
exit;
}
OpenPOWER on IntegriCloud