Fix some design issue in fulltext forms
authorioguix <ioguix@free.fr>
Sun, 18 Jul 2010 22:04:57 +0000 (00:04 +0200)
committerioguix <ioguix@free.fr>
Sun, 18 Jul 2010 22:04:57 +0000 (00:04 +0200)
Tables' forms were 100% width without any reason.

fulltext.php

index dc71dd63719faee061b15044fdcb0d8993e3b767..830c05b8564d9bae545be129be284a598d238d19 100644 (file)
                $misc->printMsg($msg);
 
                echo "<form action=\"fulltext.php\" method=\"post\">\n";
-               echo "<table style=\"width: 100%\">\n";
+               echo "<table>\n";
                /* conf name */
                echo "\t<tr>\n\t\t<th class=\"data left required\">{$lang['strname']}</th>\n";
                echo "\t\t<td class=\"data1\"><input name=\"formName\" size=\"32\" maxlength=\"{$data->_maxNameLen}\" value=\"",
                $misc->printMsg($msg);
 
                echo "<form action=\"fulltext.php\" method=\"post\">\n";
-               echo "<table style=\"width: 100%\">\n";
+               echo "<table>\n";
                echo "\t<tr>\n\t\t<th class=\"data left required\">{$lang['strname']}</th>\n";
                echo "\t\t<td class=\"data1\"><input name=\"formName\" size=\"32\" maxlength=\"{$data->_maxNameLen}\" value=\"",
                        htmlspecialchars($_POST['formName']), "\" />&nbsp;",