mirror of
https://github.com/lucaspalomodevelop/core.git
synced 2026-03-14 16:44:39 +00:00
another one for https://github.com/opnsense/core/issues/303
This commit is contained in:
parent
26c4239a57
commit
109da1b28e
@ -168,8 +168,12 @@ $main_buttons = array(
|
||||
?>
|
||||
</td>
|
||||
<td valign="middle" class="list nowrap">
|
||||
<a href="services_rfc2136_edit.php?id=<?=$i;?>"><img src="./themes/<?= $g['theme']; ?>/images/icons/icon_e.gif" width="17" height="17" border="0" alt="edit" /></a>
|
||||
<a href="services_rfc2136.php?act=del&id=<?=$i;?>" onclick="return confirm('<?=gettext("Do you really want to delete this client?");?>')"><img src="./themes/<?= $g['theme']; ?>/images/icons/icon_x.gif" width="17" height="17" border="0" alt="delete" /></a>
|
||||
<a href="services_rfc2136_edit.php?id=<?=$i;?>">
|
||||
<button type="button" class="btn btn-xs btn-default"><span class="fa fa-pencil"></span></button>
|
||||
</a>
|
||||
<a href="services_rfc2136.php?act=del&id=<?=$i;?>" onclick="return confirm('<?=gettext("Do you really want to delete this client?");?>')">
|
||||
<button type="button" class="btn btn-xs btn-default"><span class="fa fa-trash-o"></span></button>
|
||||
</a>
|
||||
</td>
|
||||
</tr>
|
||||
<?php $i++; endforeach; ?>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user