some more row level cleanup
authorxzilla <xzilla>
Tue, 8 Jan 2008 22:50:29 +0000 (22:50 +0000)
committerxzilla <xzilla>
Tue, 8 Jan 2008 22:50:29 +0000 (22:50 +0000)
functions.php
indexes.php

index 86520860c6440eafef6085141dab0164d5d54c6e..bcdd0481dc4eb39a6fe22b2d373c3e3dd3ee0961 100644 (file)
@@ -3,7 +3,7 @@
        /**
         * Manage functions in a database
         *
-        * $Id: functions.php,v 1.77 2008/01/08 20:19:31 xzilla Exp $
+        * $Id: functions.php,v 1.78 2008/01/08 22:50:29 xzilla Exp $
         */
 
        // Include application functions
                        echo "<td class=\"data1\">", $misc->printVal($fndata->fields['prolanguage']), "\n";
                        echo "<input type=\"hidden\" name=\"original_lang\" value=\"", htmlspecialchars($fndata->fields['prolanguage']), "\" />\n";
                        echo "</td>\n";
+                       echo "</tr>\n";
 
                        $fnlang = strtolower($fndata->fields['prolanguage']);
                        if ($fnlang == 'c') {
index 0a56bc1c3e1a40561514e70191e915f18a9ae96d..f95b24db9739f4eb827048eba5e737e65bf3d96a 100644 (file)
@@ -3,7 +3,7 @@
        /**
         * List indexes on a table
         *
-        * $Id: indexes.php,v 1.45 2007/09/29 09:09:45 ioguix Exp $
+        * $Id: indexes.php,v 1.46 2008/01/08 22:50:29 xzilla Exp $
         */
 
        // Include application functions
                                ($v == $_POST['formIndexType']) ? ' selected="selected"' : '', ">", htmlspecialchars($v), "</option>\n";
                }
                echo "</select></td></tr>\n";                           
-               echo "</tr>";
                echo "<tr>";
                echo "<th class=\"data left\" scope=\"row\"><label for=\"formUnique\">{$lang['strunique']}</label></th>";
                echo "<td class=\"data1\"><input type=\"checkbox\" id=\"formUnique\" name=\"formUnique\"", (isset($_POST['formUnique']) ? 'checked="checked"' : ''), " /></td>";