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"); ...@@ -145,8 +145,8 @@ include("head.inc");
</td> </td>
<td> <td>
<?php if ( ($tablename != "bogons") && ($tablename != "bogonsv6") ) { ?> <?php if ( ($tablename != "bogons") && ($tablename != "bogonsv6") ) { ?>
<a onclick="del_entry('<?=htmlspecialchars($entry)?>');"> <a onclick="del_entry('<?=htmlspecialchars($entry)?>');" alt="delete">
<img src="/themes/<?=$g['theme'];?>/images/icons/icon_x.gif" alt="delete" /> <span class="glyphicon glyphicon-remove"></span>
</a> </a>
<?php } ?> <?php } ?>
</td> </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