Commit 0fa44def authored by Jos Schellevis's avatar Jos Schellevis

Change missing icon to glyphicon, fixes #78

parent 68cae6e9
......@@ -145,8 +145,8 @@ include("head.inc");
</td>
<td>
<?php if ( ($tablename != "bogons") && ($tablename != "bogonsv6") ) { ?>
<a onclick="del_entry('<?=htmlspecialchars($entry)?>');">
<img src="/themes/<?=$g['theme'];?>/images/icons/icon_x.gif" alt="delete" />
<a onclick="del_entry('<?=htmlspecialchars($entry)?>');" alt="delete">
<span class="glyphicon glyphicon-remove"></span>
</a>
<?php } ?>
</td>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment