summaryrefslogtreecommitdiffstats
path: root/src/usr/local/www/system_certmanager.php
diff options
context:
space:
mode:
authorStephen Beaver <sbeaver@netgate.com>2015-11-04 14:12:03 -0500
committerStephen Beaver <sbeaver@netgate.com>2015-11-04 14:12:03 -0500
commitf74457dfcfc6d224bee35e4ae4c5b47d51d4f3d0 (patch)
tree92d66c1baa927ea4ae4e4e13c185c6f7a62f4c6d /src/usr/local/www/system_certmanager.php
parent782922c2ea2a8c403ab888292222328aa7adea0e (diff)
downloadpfsense-f74457dfcfc6d224bee35e4ae4c5b47d51d4f3d0.zip
pfsense-f74457dfcfc6d224bee35e4ae4c5b47d51d4f3d0.tar.gz
Updated button styles
Diffstat (limited to 'src/usr/local/www/system_certmanager.php')
-rw-r--r--src/usr/local/www/system_certmanager.php11
1 files changed, 7 insertions, 4 deletions
diff --git a/src/usr/local/www/system_certmanager.php b/src/usr/local/www/system_certmanager.php
index 581cdd3..35b3d66 100644
--- a/src/usr/local/www/system_certmanager.php
+++ b/src/usr/local/www/system_certmanager.php
@@ -583,7 +583,7 @@ if (!($act == "new" || (($_POST['save'] == gettext("Save")) && $input_errors)))
<th><?=gettext("Issuer")?></th>
<th><?=gettext("Distinguished Name")?></th>
<th><?=gettext("In Use")?></th>
- <th></th>
+ <th><?=gettext("Actions")?></th>
</tr>
</thead>
<tbody>
@@ -682,8 +682,11 @@ foreach($a_cert as $i => $cert):
</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>
<?
include("foot.inc");
@@ -1087,7 +1090,7 @@ events.push(function(){
}
// ---------- Click checkbox handlers ---------------------------------------------------------
-
+
$('#caref').on('change', function() {
internalca_change();
});
OpenPOWER on IntegriCloud