diff options
author | Phil Davis <phil.davis@inf.org> | 2016-01-28 23:05:04 +0545 |
---|---|---|
committer | Phil Davis <phil.davis@inf.org> | 2016-01-28 23:05:04 +0545 |
commit | 1a535510c309dc672979155c7974d608e1c3af5c (patch) | |
tree | 4ab9c5d7307780ed0d056b3a4f90fb21d5bc0e43 /src/usr/local | |
parent | 359f0406a3cf311118febc7dee44ddabf9e2a70e (diff) | |
download | pfsense-1a535510c309dc672979155c7974d608e1c3af5c.zip pfsense-1a535510c309dc672979155c7974d608e1c3af5c.tar.gz |
system_gateway_groups action button titles
Diffstat (limited to 'src/usr/local')
-rw-r--r-- | src/usr/local/www/system_gateway_groups.php | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/usr/local/www/system_gateway_groups.php b/src/usr/local/www/system_gateway_groups.php index aa69a84..eaebcfe 100644 --- a/src/usr/local/www/system_gateway_groups.php +++ b/src/usr/local/www/system_gateway_groups.php @@ -183,9 +183,9 @@ foreach ($a_gateway_groups as $gateway_group): <?=htmlspecialchars($gateway_group['descr'])?> </td> <td> - <a href="system_gateway_groups_edit.php?id=<?=$i?>" class="fa fa-pencil" title="<?=gettext('Edit')?>"></a> - <a href="system_gateway_groups_edit.php?dup=<?=$i?>" class="fa fa-clone" title="<?=gettext('Copy')?>"></a> - <a href="system_gateway_groups.php?act=del&id=<?=$i?>" class="fa fa-trash" title="<?=gettext('Delete')?>"></a> + <a href="system_gateway_groups_edit.php?id=<?=$i?>" class="fa fa-pencil" title="<?=gettext('Edit gateway group')?>"></a> + <a href="system_gateway_groups_edit.php?dup=<?=$i?>" class="fa fa-clone" title="<?=gettext('Copy gateway group')?>"></a> + <a href="system_gateway_groups.php?act=del&id=<?=$i?>" class="fa fa-trash" title="<?=gettext('Delete gateway group')?>"></a> </td> </tr> <?php |