Project

General

Profile

« Previous | Next » 

Revision 33f0b0d5

Added by Stephen Beaver over 9 years ago

Delete confirmation vi fa-trash automated via pfSense.js

View differences:

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&amp;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&amp;id=<?=$i?>"></a>
260 260

  
261 261
					</td>
262 262
				</tr>

Also available in: Unified diff