Commit d0aa2185 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 78384b58)
parent 51866bac
......@@ -264,7 +264,9 @@ include("head.inc");
<input name="aliasdescription<?php echo $counter; ?>" type="text" class="formfld unknown" id="aliasdescription<?php echo $counter; ?>" size="20" value="<?=htmlspecialchars($description);?>" />
</td>
<td>
<a onclick="removeRow(this); return false;" href="#"><img border="0" src="/themes/<?echo $g['theme'];?>/images/icons/icon_x.gif" alt="" title="<?=gettext("remove this entry"); ?>" /></a>
<a onclick="removeRow(this); return false;" href="#" title="<?=gettext("remove this entry"); ?>">
<div style="cursor:pointer;" class="act-removerow 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