This commit is contained in:
Ad Schellevis 2015-11-01 11:48:04 +00:00
parent 78384b589d
commit 26c4239a57

View File

@ -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