Commit 7fe5ef6e authored by Ad Schellevis's avatar Ad Schellevis Committed by Franco Fichtner

another one for https://github.com/opnsense/core/issues/303

(cherry picked from commit 26c4239a)
parent d0aa2185
......@@ -255,7 +255,9 @@ include("head.inc");
</select>
</td>
<td>
<a onclick="removeRow(this); return false;" href="#"><img border="0" src="/themes/<?echo $g['theme'];?>/images/icons/icon_x.gif" alt="delete" /></a>
<a onclick="removeRow(this); return false;" href="#">
<div style="cursor:pointer;" class="btn btn-default btn-xs" alt="remove"><span class="glyphicon glyphicon-minus"></span></div>
</a>
</td>
</tr>
<?php
......
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