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/interfaces_gre.php
149 149
				</td>
150 150
				<td>
151 151
					<a class="fa fa-pencil"	title="<?=gettext('Edit GRE interface')?>"	href="interfaces_gre_edit.php?id=<?=$i?>"></a>
152
					<a class="fa fa-trash"	title="<?=gettext('Delete GRE interface')?>"	href="interfaces_gre.php?act=del&amp;id=<?=$i?>" onclick="return confirm('<?=gettext("Are you sure you want to delete this GRE interface?")?>')"></a>
152
					<a class="fa fa-trash"	title="<?=gettext('Delete GRE interface')?>"	href="interfaces_gre.php?act=del&amp;id=<?=$i?>"></a>
153 153
				</td>
154 154
			</tr>
155 155
<?php endforeach; ?>

Also available in: Unified diff