summaryrefslogtreecommitdiffstats
path: root/src/usr/local/www/system_authservers.php
diff options
context:
space:
mode:
authorStephen Beaver <sbeaver@netgate.com>2015-11-04 13:52:13 -0500
committerStephen Beaver <sbeaver@netgate.com>2015-11-04 13:52:13 -0500
commit782922c2ea2a8c403ab888292222328aa7adea0e (patch)
tree482d0c6ca90388d449fb75a6af6ee3afc53309cd /src/usr/local/www/system_authservers.php
parentc9679d8c1c130d8c7c218da982295b582c92147c (diff)
downloadpfsense-782922c2ea2a8c403ab888292222328aa7adea0e.zip
pfsense-782922c2ea2a8c403ab888292222328aa7adea0e.tar.gz
Buttons changed to new design
Diffstat (limited to 'src/usr/local/www/system_authservers.php')
-rw-r--r--src/usr/local/www/system_authservers.php13
1 files changed, 8 insertions, 5 deletions
diff --git a/src/usr/local/www/system_authservers.php b/src/usr/local/www/system_authservers.php
index 20165f0..9947853 100644
--- a/src/usr/local/www/system_authservers.php
+++ b/src/usr/local/www/system_authservers.php
@@ -407,7 +407,7 @@ if (!($act == "new" || $act == "edit" || $input_errors))
<th><?=gettext("Server Name")?></th>
<th><?=gettext("Type")?></th>
<th><?=gettext("Host Name")?></th>
- <th></th>
+ <th><?=gettext("Actions")?></th>
</tr>
</thead>
<tbody>
@@ -428,8 +428,11 @@ if (!($act == "new" || $act == "edit" || $input_errors))
</table>
</div>
- <nav class="action-buttons">
- <a href="?act=new" class="btn btn-success">add new</a>
+ <nav class="action-buttons" style="margin-top: 10px;">
+ <a href="?act=new" class="btn btn-success btn-sm">
+ <i class="fa fa-plus" style="font-size:15px; vertical-align: middle; margin-right: 6px;"></i>
+ <?=gettext("Add")?>
+ </a>
</nav>
<?php
include("foot.inc");
@@ -824,7 +827,7 @@ events.push(function(){
}
// ---------- On initial page load ------------------------------------------------------------
-
+
<?php if ($act != 'edit') : ?>
ldap_tmplchange();
<?php endif; ?>
@@ -852,7 +855,7 @@ events.push(function(){
}
?>
// ---------- Click checkbox handlers ---------------------------------------------------------
-
+
$('#ldap_tmpltype').on('change', function() {
ldap_tmplchange();
});
OpenPOWER on IntegriCloud