summaryrefslogtreecommitdiffstats
path: root/src/usr/local/www/diag_confbak.php
diff options
context:
space:
mode:
authorjim-p <jimp@pfsense.org>2016-03-10 12:52:35 -0500
committerjim-p <jimp@pfsense.org>2016-03-10 12:52:35 -0500
commit827a3812e1c2cfee1764fc7c8565b1dd0fb1b87a (patch)
tree3abc890e57f6e9f7a31638161c398fd8bde7bf22 /src/usr/local/www/diag_confbak.php
parentbe7ef04b984cb4185d3811c9cf2f1c45531a2584 (diff)
downloadpfsense-827a3812e1c2cfee1764fc7c8565b1dd0fb1b87a.zip
pfsense-827a3812e1c2cfee1764fc7c8565b1dd0fb1b87a.tar.gz
More icon/button inconsistencies. Ticket #5965
Diffstat (limited to 'src/usr/local/www/diag_confbak.php')
-rw-r--r--src/usr/local/www/diag_confbak.php11
1 files changed, 8 insertions, 3 deletions
diff --git a/src/usr/local/www/diag_confbak.php b/src/usr/local/www/diag_confbak.php
index 1d2886f..1784afc 100644
--- a/src/usr/local/www/diag_confbak.php
+++ b/src/usr/local/www/diag_confbak.php
@@ -204,8 +204,10 @@ $section->addInput(new Form_StaticText(
$section->addInput(new Form_Button(
'Submit',
- gettext("Save")
-));
+ gettext("Save"),
+ null,
+ 'fa-save'
+))->addClass('btn-primary');
$form->add($section);
@@ -236,7 +238,10 @@ if (is_array($confvers)):
<thead>
<tr>
<th colspan="2">
- <input type="submit" name="diff" class="btn btn-info btn-xs" value="<?=gettext("Diff"); ?>" />
+ <button type="submit" name="diff" class="btn btn-info btn-xs" value="<?=gettext("Diff"); ?>">
+ <i class="fa fa-exchange icon-embed-btn"></i>
+ <?=gettext("Diff"); ?>
+ </button>
</th>
<th><?=gettext("Date")?></th>
<th><?=gettext("Version")?></th>
OpenPOWER on IntegriCloud