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:09:44 +0100
committerStephen Beaver <sbeaver@netgate.com>2015-11-04 09:15:52 -0500
commit2c59e1e6df3b4420bad522eacbdbfcb8c9b1cc6d (patch)
tree726dfb0382ead4dc3b04be997775b67f463b7536 /src/usr/local/www/services_rfc2136.php
parentcd5c8bb31a5b7c37bf019a375170304974cc4a47 (diff)
downloadpfsense-2c59e1e6df3b4420bad522eacbdbfcb8c9b1cc6d.zip
pfsense-2c59e1e6df3b4420bad522eacbdbfcb8c9b1cc6d.tar.gz
fix tabstops v2
Diffstat (limited to 'src/usr/local/www/services_rfc2136.php')
-rw-r--r--src/usr/local/www/services_rfc2136.php32
1 files changed, 16 insertions, 16 deletions
diff --git a/src/usr/local/www/services_rfc2136.php b/src/usr/local/www/services_rfc2136.php
index d0ad9f4..22069e4 100644
--- a/src/usr/local/www/services_rfc2136.php
+++ b/src/usr/local/www/services_rfc2136.php
@@ -165,23 +165,23 @@ foreach ($a_rfc2136 as $rfc2136):
}
?>
- </td>
- <td>
- <?=htmlspecialchars($rfc2136['descr'])?>
- </td>
- <td>
- <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>
- <?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>
</td>
- </tr>
+ <td>
+ <?=htmlspecialchars($rfc2136['descr'])?>
+ </td>
+ <td>
+ <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>
+ <?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>
+ </td>
+ </tr>
<?php
$i++;
endforeach; ?>
OpenPOWER on IntegriCloud