Project

General

Profile

« Previous | Next » 

Revision 5932fc6a

Added by jeroen van breedam almost 10 years ago

convert firewall_aliases to font-awesome

View differences:

src/usr/local/www/firewall_aliases.php
267 267
				<?=htmlspecialchars($alias['descr'])?>&nbsp;
268 268
			</td>
269 269
			<td>
270
				<a href="firewall_aliases_edit.php?id=<?=$i?>" class="btn btn-xs btn-primary">edit</a>
271
				<a href="?act=del&amp;tab=<?=$tab?>&amp;id=<?=$i?>" class="btn btn-xs btn-danger">delete</a>
270
				<a class="fa fa-pencil" title="<?=gettext("Edit alias"); ?>" href="firewall_aliases_edit.php?id=<?=$i?>"></a>
271
				<a class="fa fa-trash"	title="<?=gettext("Delete alias")?>" href="?act=del&amp;tab=<?=$tab?>&amp;id=<?=$i?>" onclick="return confirm('<?=gettext("Are you sure you want to delete this alias?")?>')"></a>
272 272
				</td>
273 273
			</tr>
274 274
<?php endif?>
......
293 293
			   'You can enter the name of an alias instead of the host, network or port where indicated. The alias will be resolved according to the list above.' . '<br />' .
294 294
			   'If an alias cannot be resolved (e.g. because you deleted it), the corresponding element (e.g. filter/NAT/shaper rule) will be considered invalid and skipped.'));
295 295

  
296
include("foot.inc");
296
include("foot.inc");

Also available in: Unified diff