summaryrefslogtreecommitdiffstats
path: root/src/usr/local/www/system_usermanager_settings_test.php
diff options
context:
space:
mode:
authorjim-p <jimp@pfsense.org>2016-03-10 16:48:21 -0500
committerjim-p <jimp@pfsense.org>2016-03-10 16:48:21 -0500
commitc0367cb8ad43be01a9156a8409c6024d243e3121 (patch)
tree72dc4a2cf11ddc07ec22bb819eaa24a633e5d56b /src/usr/local/www/system_usermanager_settings_test.php
parent27d6a45b2b2f453120f2eeef620c941f5134855b (diff)
downloadpfsense-c0367cb8ad43be01a9156a8409c6024d243e3121.zip
pfsense-c0367cb8ad43be01a9156a8409c6024d243e3121.tar.gz
More icon and button inconsistencies. Should be the last batch. Ticket #5965
Diffstat (limited to 'src/usr/local/www/system_usermanager_settings_test.php')
-rwxr-xr-xsrc/usr/local/www/system_usermanager_settings_test.php3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/usr/local/www/system_usermanager_settings_test.php b/src/usr/local/www/system_usermanager_settings_test.php
index 18238c7..983f22a 100755
--- a/src/usr/local/www/system_usermanager_settings_test.php
+++ b/src/usr/local/www/system_usermanager_settings_test.php
@@ -74,6 +74,7 @@ if (isset($config['system']['authserver'][0]['host'])) {
<html lang="en">
<head>
<link rel="stylesheet" href="/bootstrap/css/pfSense.css" />
+ <link rel="stylesheet" href="/font-awesome/css/font-awesome.min.css" />
<title><?=gettext("Test Authentication server"); ?></title>
</head>
<body id="system_usermanager_settings_test" class="no-menu">
@@ -130,7 +131,7 @@ if (!$authcfg) {
?>
</pre>
- <a href="javascript:window.close();" class="btn btn-primary"><?=gettext("Return")?></a>
+ <a href="javascript:window.close();" class="btn btn-info"><i class="fa fa-undo icon-embed-btn"></i><?=gettext("Return")?></a>
</div>
</div>
</div>
OpenPOWER on IntegriCloud