Commit 26c4239a authored by Ad Schellevis's avatar Ad Schellevis
parent 78384b58
...@@ -255,7 +255,9 @@ include("head.inc"); ...@@ -255,7 +255,9 @@ include("head.inc");
</select> </select>
</td> </td>
<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> </td>
</tr> </tr>
<?php <?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