Revision 33f0b0d5
Added by Stephen Beaver over 9 years ago
src/usr/local/www/services_dyndns.php | ||
---|---|---|
206 | 206 |
?> |
207 | 207 |
</td> |
208 | 208 |
<td> |
209 |
<a class="fa fa-pencil" title="<?=gettext('Edit service')?>" href="services_dyndns_edit.php?id=<?=$i?>"></a>
|
|
209 |
<a class="fa fa-pencil" title="<?=gettext('Edit service')?>" href="services_dyndns_edit.php?id=<?=$i?>"></a> |
|
210 | 210 |
<?php if (isset($dyndns['enable'])) { |
211 | 211 |
?> |
212 |
<a class="fa fa-ban" title="<?=gettext('Disable service')?>" href="?act=toggle&id=<?=$i?>"></a>
|
|
212 |
<a class="fa fa-ban" title="<?=gettext('Disable service')?>" href="?act=toggle&id=<?=$i?>"></a>
|
|
213 | 213 |
<?php } else { |
214 | 214 |
?> |
215 | 215 |
<a class="fa fa-check-square-o" title="<?=gettext('Enable service')?>" href="?act=toggle&id=<?=$i?>" ></a> |
216 | 216 |
<?php } |
217 | 217 |
?> |
218 |
<a class="fa fa-trash" title="<?=gettext('Delete service')?>" href="services_dyndns.php?act=del&id=<?=$i?>" onclick="return confirm('<?=gettext("Are you sure you want to delete this service?")?>')"></a>
|
|
218 |
<a class="fa fa-trash" title="<?=gettext('Delete service')?>" href="services_dyndns.php?act=del&id=<?=$i?>"></a>
|
|
219 | 219 |
</td> |
220 | 220 |
</tr> |
221 | 221 |
<?php |
Also available in: Unified diff
Delete confirmation vi fa-trash automated via pfSense.js