summaryrefslogtreecommitdiffstats
path: root/usr/local
diff options
context:
space:
mode:
authorSelim <selim_guner2000@hotmail.com>2013-05-14 03:06:50 -0700
committerSelim <selim_guner2000@hotmail.com>2013-05-14 03:06:50 -0700
commitd6da1de899a1357d6942e99cb9c05a6536f1690a (patch)
tree321efff7876c0bcc2f5d57cf1c86eee7329260ec /usr/local
parent9459b2de00d836a3e493198d67e4ccdc8029b5e7 (diff)
parentde4ae554f0b1941dd157198efdfdd8ea0701c688 (diff)
downloadpfsense-d6da1de899a1357d6942e99cb9c05a6536f1690a.zip
pfsense-d6da1de899a1357d6942e99cb9c05a6536f1690a.tar.gz
Merge pull request #1 from pfsense/master
test
Diffstat (limited to 'usr/local')
-rwxr-xr-xusr/local/www/services_captiveportal_filemanager.php4
-rwxr-xr-xusr/local/www/services_captiveportal_hostname.php4
-rwxr-xr-xusr/local/www/services_captiveportal_ip.php4
3 files changed, 6 insertions, 6 deletions
diff --git a/usr/local/www/services_captiveportal_filemanager.php b/usr/local/www/services_captiveportal_filemanager.php
index 63768cc..aedd191 100755
--- a/usr/local/www/services_captiveportal_filemanager.php
+++ b/usr/local/www/services_captiveportal_filemanager.php
@@ -161,7 +161,7 @@ include("head.inc");
<td width="10%" class="list">
<table border="0" cellspacing="0" cellpadding="1">
<tr>
- <td width="17" heigth="17"></td>
+ <td width="17" height="17"></td>
<td><a href="services_captiveportal_filemanager.php?zone=<?=$cpzone;?>&act=add"><img src="/themes/<?php echo $g['theme']; ?>/images/icons/icon_plus.gif" title="<?=gettext("add file"); ?>" width="17" height="17" border="0"></a></td>
</tr>
</table>
@@ -200,7 +200,7 @@ include("head.inc");
<td class="list">
<table border="0" cellspacing="0" cellpadding="1">
<tr>
- <td width="17" heigth="17"></td>
+ <td width="17" height="17"></td>
<td><a href="services_captiveportal_filemanager.php?zone=<?=$cpzone;?>&act=add"><img src="/themes/<?php echo $g['theme']; ?>/images/icons/icon_plus.gif" title="<?=gettext("add file"); ?>" width="17" height="17" border="0"></a></td>
</tr>
</table>
diff --git a/usr/local/www/services_captiveportal_hostname.php b/usr/local/www/services_captiveportal_hostname.php
index dbbb688..6720430 100755
--- a/usr/local/www/services_captiveportal_hostname.php
+++ b/usr/local/www/services_captiveportal_hostname.php
@@ -122,7 +122,7 @@ include("head.inc");
<td width="10%" class="list">
<table border="0" cellspacing="0" cellpadding="1">
<tr>
- <td width="17" heigth="17"></td>
+ <td width="17" height="17"></td>
<td><a href="services_captiveportal_hostname_edit.php?zone=<?=$cpzone;?>"><img src="/themes/<?php echo $g['theme']; ?>/images/icons/icon_plus.gif" title="<?=gettext("add address"); ?>" width="17" height="17" border="0"></a></td>
</tr>
</table>
@@ -158,7 +158,7 @@ include("head.inc");
<td class="list">
<table border="0" cellspacing="0" cellpadding="1">
<tr>
- <td width="17" heigth="17"></td>
+ <td width="17" height="17"></td>
<td><a href="services_captiveportal_hostname_edit.php?zone=<?=$cpzone;?>"><img src="/themes/<?php echo $g['theme']; ?>/images/icons/icon_plus.gif" title="<?=gettext("add address"); ?>" width="17" height="17" border="0"></a></td>
</tr>
</table>
diff --git a/usr/local/www/services_captiveportal_ip.php b/usr/local/www/services_captiveportal_ip.php
index 410064d..2fb2cf5 100755
--- a/usr/local/www/services_captiveportal_ip.php
+++ b/usr/local/www/services_captiveportal_ip.php
@@ -117,7 +117,7 @@ include("head.inc");
<td width="10%" class="list">
<table border="0" cellspacing="0" cellpadding="1">
<tr>
- <td width="17" heigth="17"></td>
+ <td width="17" height="17"></td>
<td><a href="services_captiveportal_ip_edit.php?zone=<?=$cpzone;?>"><img src="/themes/<?php echo $g['theme']; ?>/images/icons/icon_plus.gif" title="<?=gettext("add address"); ?>" width="17" height="17" border="0"></a></td>
</tr>
</table>
@@ -157,7 +157,7 @@ include("head.inc");
<td class="list">
<table border="0" cellspacing="0" cellpadding="1">
<tr>
- <td width="17" heigth="17"></td>
+ <td width="17" height="17"></td>
<td><a href="services_captiveportal_ip_edit.php?zone=<?=$cpzone;?>"><img src="/themes/<?php echo $g['theme']; ?>/images/icons/icon_plus.gif" title="<?=gettext("add address"); ?>" width="17" height="17" border="0"></a></td>
</tr>
</table>
OpenPOWER on IntegriCloud