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:14:51 -0400
commited66d182d02623a0dcd3f3c10abfdbba969b475f (patch)
tree2c6c507128cf77d7e0a0c24649f39f0ba7d45502 /src/usr/local/www/head.inc
parent0a5442565da8c91d365f462f426b2e649b1b3287 (diff)
downloadpfsense-ed66d182d02623a0dcd3f3c10abfdbba969b475f.zip
pfsense-ed66d182d02623a0dcd3f3c10abfdbba969b475f.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