summaryrefslogtreecommitdiffstats
path: root/src/usr/local/www/services_rfc2136.php
diff options
context:
space:
mode:
authorheper <heper@users.noreply.github.com>2015-10-31 16:04:56 +0100
committerStephen Beaver <sbeaver@netgate.com>2015-11-04 09:15:52 -0500
commitcd5c8bb31a5b7c37bf019a375170304974cc4a47 (patch)
tree37361bd5e42ba39ecc0774eddd6a18c4282a1d88 /src/usr/local/www/services_rfc2136.php
parentc5d81fdf69f80ff35679fa84e021f9f620764be1 (diff)
downloadpfsense-cd5c8bb31a5b7c37bf019a375170304974cc4a47.zip
pfsense-cd5c8bb31a5b7c37bf019a375170304974cc4a47.tar.gz
fix tabstops
Diffstat (limited to 'src/usr/local/www/services_rfc2136.php')
-rw-r--r--src/usr/local/www/services_rfc2136.php6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/usr/local/www/services_rfc2136.php b/src/usr/local/www/services_rfc2136.php
index 5eef2a0..d0ad9f4 100644
--- a/src/usr/local/www/services_rfc2136.php
+++ b/src/usr/local/www/services_rfc2136.php
@@ -170,16 +170,16 @@ foreach ($a_rfc2136 as $rfc2136):
<?=htmlspecialchars($rfc2136['descr'])?>
</td>
<td>
- <a class="fa fa-pencil" title="<?=gettext('Edit client')?>" href="services_rfc2136_edit.php?id=<?=$i?>"></a>
+ <a class="fa fa-pencil" title="<?=gettext('Edit client')?>" href="services_rfc2136_edit.php?id=<?=$i?>"></a>
<?php if (isset($rfc2136['enable'])) {
?>
- <a class="fa fa-ban" title="<?=gettext('Disable client')?>" href="?act=toggle&amp;id=<?=$i?>"></a>
+ <a class="fa fa-ban" title="<?=gettext('Disable client')?>" href="?act=toggle&amp;id=<?=$i?>"></a>
<?php } else {
?>
<a class="fa fa-check-square-o" title="<?=gettext('Enable client')?>" href="?act=toggle&amp;id=<?=$i?>" ></a>
<?php }
?>
- <a class="fa fa-trash" title="<?=gettext('Delete client')?>" href="services_rfc2136.php?act=del&amp;id=<?=$i?>" onclick="return confirm('<?=gettext("Are you sure you want to delete this client?")?>')"></a>
+ <a class="fa fa-trash" title="<?=gettext('Delete client')?>" href="services_rfc2136.php?act=del&amp;id=<?=$i?>" onclick="return confirm('<?=gettext("Are you sure you want to delete this client?")?>')"></a>
</td>
</tr>
<?php
OpenPOWER on IntegriCloud