summaryrefslogtreecommitdiffstats
path: root/src/usr/local/www/head.inc
diff options
context:
space:
mode:
authorStephen Beaver <sbeaver@netgate.com>2016-04-11 09:13:08 -0400
committerStephen Beaver <sbeaver@netgate.com>2016-04-11 09:13:08 -0400
commitb6786d45f6ff55b42fb0bb03aa73774fc3916770 (patch)
tree5cb29710116b7850058a5a674f631a5cca6702bc /src/usr/local/www/head.inc
parentfe54669eedfc02bf848190c646596dd6da46b58a (diff)
downloadpfsense-b6786d45f6ff55b42fb0bb03aa73774fc3916770.zip
pfsense-b6786d45f6ff55b42fb0bb03aa73774fc3916770.tar.gz
Fixed #6104 by changing trash icon to trash-o icon so that the JA configmation is not triggered.
Diffstat (limited to 'src/usr/local/www/head.inc')
-rw-r--r--src/usr/local/www/head.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/usr/local/www/head.inc b/src/usr/local/www/head.inc
index badc788..891884e 100644
--- a/src/usr/local/www/head.inc
+++ b/src/usr/local/www/head.inc
@@ -678,7 +678,7 @@ if (are_notices_pending()):?>
<div class="modal-footer">
<button type="button" class="btn btn-info" data-dismiss="modal"><i class="fa fa-times 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>
+ <button type="button" id="clearallnotices" class="btn btn-primary"><i class="fa fa-trash-o icon-embed-btn"></i><?=gettext("Mark All as Read")?></button>
</div>
</div>
</div>
OpenPOWER on IntegriCloud