summaryrefslogtreecommitdiffstats
path: root/src/usr/local/www/head.inc
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/head.inc
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/head.inc')
-rw-r--r--src/usr/local/www/head.inc4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/usr/local/www/head.inc b/src/usr/local/www/head.inc
index cabe37d..995f726 100644
--- a/src/usr/local/www/head.inc
+++ b/src/usr/local/www/head.inc
@@ -661,8 +661,8 @@ if (are_notices_pending()):?>
</div>
<div class="modal-footer">
- <button type="button" class="btn btn-default" data-dismiss="modal"><?=gettext("Close")?></button>
- <button type="button" id="clearallnotices" class="btn btn-primary"><?=gettext("Mark All as Read")?></button>
+ <button type="button" class="btn btn-info" data-dismiss="modal"><i class="fa fa-undo icon-embed-btn"></i><?=gettext("Close")?></button>
+ <button type="button" id="clearallnotices" class="btn btn-primary"><i class="fa fa-trash icon-embed-btn"></i><?=gettext("Mark All as Read")?></button>
</div>
</div>
</div>
OpenPOWER on IntegriCloud