summaryrefslogtreecommitdiffstats
path: root/src/usr/local/www/interfaces_vlan.php
diff options
context:
space:
mode:
authorheper <heper@users.noreply.github.com>2015-11-02 18:04:16 +0100
committerheper <heper@users.noreply.github.com>2015-11-02 18:04:16 +0100
commit968865fad16cbfdbffddca8e928a3a544ce71774 (patch)
treeeaf6122a0f2f66c83c4ab3761e2418b6036b9792 /src/usr/local/www/interfaces_vlan.php
parent4f7fb8a69e8a88f1085371f050912b8fefdc0e44 (diff)
downloadpfsense-968865fad16cbfdbffddca8e928a3a544ce71774.zip
pfsense-968865fad16cbfdbffddca8e928a3a544ce71774.tar.gz
fix tabstops
Diffstat (limited to 'src/usr/local/www/interfaces_vlan.php')
-rw-r--r--src/usr/local/www/interfaces_vlan.php22
1 files changed, 11 insertions, 11 deletions
diff --git a/src/usr/local/www/interfaces_vlan.php b/src/usr/local/www/interfaces_vlan.php
index 9c6c197..81e3b4b 100644
--- a/src/usr/local/www/interfaces_vlan.php
+++ b/src/usr/local/www/interfaces_vlan.php
@@ -151,17 +151,17 @@ print_info_box(sprintf(gettext('NOTE: Not all drivers/NICs support 802.1Q '.
$i = 0;
foreach ($a_vlans as $vlan) {
?>
- <tr>
- <td><?=htmlspecialchars($vlan['if']);?></td>
- <td><?=htmlspecialchars($vlan['tag']);?></td>
- <td><?=htmlspecialchars($vlan['descr']);?></td>
- <td>
- <a class="fa fa-pencil" title="<?=gettext('Edit VLAN')?>" role="button" href="interfaces_vlan_edit.php?id=<?=$i?>"></a>
-<!-- <a class="btn btn-danger btn-xs" role="button" href="interfaces_vlan.php?act=del&amp;id=<?=$i?>"><?=gettext('Delete')?></a></td> -->
- <a class="fa fa-trash" title="<?=gettext('Delete VLAN')?>" role="button" id="del-<?=$i?>" onclick="return confirm('<?=gettext("Are you sure you want to delete this VLAN?")?>')"></a>
- </td>
- </tr>
- <?php
+ <tr>
+ <td><?=htmlspecialchars($vlan['if']);?></td>
+ <td><?=htmlspecialchars($vlan['tag']);?></td>
+ <td><?=htmlspecialchars($vlan['descr']);?></td>
+ <td>
+ <a class="fa fa-pencil" title="<?=gettext('Edit VLAN')?>" role="button" href="interfaces_vlan_edit.php?id=<?=$i?>"></a>
+<!-- <a class="btn btn-danger btn-xs" role="button" href="interfaces_vlan.php?act=del&amp;id=<?=$i?>"><?=gettext('Delete')?></a></td> -->
+ <a class="fa fa-trash" title="<?=gettext('Delete VLAN')?>" role="button" id="del-<?=$i?>" onclick="return confirm('<?=gettext("Are you sure you want to delete this VLAN?")?>')"></a>
+ </td>
+ </tr>
+<?php
$i++;
}
?>
OpenPOWER on IntegriCloud