diff options
author | Daniel Stefan Haischt <dsh@pfsense.org> | 2007-01-10 14:16:41 +0000 |
---|---|---|
committer | Daniel Stefan Haischt <dsh@pfsense.org> | 2007-01-10 14:16:41 +0000 |
commit | 97ef1e5c1c2a923a7d906b0fb519c71b60c11e86 (patch) | |
tree | 260871042b78601347959e6f4d5fc70d8daf5bb1 /packages/freenas/www/services_samba.php | |
parent | ca0c95bd660bbc2780d933f50f47de3524d7dc10 (diff) | |
download | pfsense-packages-97ef1e5c1c2a923a7d906b0fb519c71b60c11e86.tar.gz pfsense-packages-97ef1e5c1c2a923a7d906b0fb519c71b60c11e86.tar.bz2 pfsense-packages-97ef1e5c1c2a923a7d906b0fb519c71b60c11e86.zip |
* various HTML related fixes.
Diffstat (limited to 'packages/freenas/www/services_samba.php')
-rw-r--r-- | packages/freenas/www/services_samba.php | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/packages/freenas/www/services_samba.php b/packages/freenas/www/services_samba.php index 928a6798..835814b2 100644 --- a/packages/freenas/www/services_samba.php +++ b/packages/freenas/www/services_samba.php @@ -212,6 +212,9 @@ echo $pfSenseHead->getHTML(); <?php include("fbegin.inc"); ?> <form id="iform" name="iform" action="services_samba.php" method="post"> +<?php if ($input_errors) print_input_errors($input_errors); ?> +<?php if ($savemsg) print_info_box($savemsg); ?> +<div id="inputerrors"></div> <table width="100%" border="0" cellpadding="0" cellspacing="0"> <tr> <td class="tabnavtbl"> @@ -226,10 +229,9 @@ echo $pfSenseHead->getHTML(); <tr> <td> <div id="mainarea"> - <table class="tabcont" width="100%" border="0" cellpadding="0" cellspacing="0"> + <table class="tabcont" width="100%" border="0" cellpadding="6" cellspacing="0"> <?php if ($input_errors) print_input_errors($input_errors); ?> <?php if ($savemsg) print_info_box($savemsg); ?> - <div id="inputerrors"></div> <tr> <td width="100%" valign="middle" class="listtopic" colspan="2"> <span style="vertical-align: middle; position: relative; left: 0px;"><?=gettext("CIFS share");?></span> |