Revision 33f0b0d5
Added by Stephen Beaver over 9 years ago
src/usr/local/www/firewall_schedule.php | ||
---|---|---|
256 | 256 |
|
257 | 257 |
<td> |
258 | 258 |
<a class="fa fa-pencil" title="<?=gettext("Edit schedule"); ?>" href="firewall_schedule_edit.php?id=<?=$i?>"></a> |
259 |
<a class="fa fa-trash" title="<?=gettext("Delete schedule")?>" href="firewall_schedule.php?act=del&id=<?=$i?>" onclick="return confirm('<?=gettext("Are you sure you want to delete this schedule?")?>')"></a>
|
|
259 |
<a class="fa fa-trash" title="<?=gettext("Delete schedule")?>" href="firewall_schedule.php?act=del&id=<?=$i?>"></a> |
|
260 | 260 |
|
261 | 261 |
</td> |
262 | 262 |
</tr> |
Also available in: Unified diff
Delete confirmation vi fa-trash automated via pfSense.js