make it clear it's the target table per report from Rod Taylor REL_3-0-RC-2
authorchriskl <chriskl>
Sun, 22 Jun 2003 09:53:55 +0000 (09:53 +0000)
committerchriskl <chriskl>
Sun, 22 Jun 2003 09:53:55 +0000 (09:53 +0000)
constraints.php

index f10e6f222340b73d29c2ffd2aafb891991a67ec5..ff6a63b2b8698754c69f79f99c8afd0f85634a96 100644 (file)
@@ -3,7 +3,7 @@
        /**
         * List constraints on a table
         *
-        * $Id: constraints.php,v 1.17 2003/05/20 05:42:48 chriskl Exp $
+        * $Id: constraints.php,v 1.18 2003/06/22 09:53:55 chriskl Exp $
         */
 
        // Include application functions
@@ -65,6 +65,7 @@
                                echo "<form onsubmit=\"doSelectAll();\" name=\"formIndex\" action=\"$PHP_SELF\" method=\"post\">\n";    
 
                                echo "<table>\n";
+                               echo "<tr><th class=\"data\" colspan=\"3\">{$lang['strfktarget']}</th></tr>";
                                echo "<tr><th class=\"data\">{$lang['strtablecolumnlist']}</th><th class=\"data\">&nbsp;</th><th class=data>{$lang['strfkcolumnlist']}</th></tr>\n";
                                echo "<tr><td class=\"data1\">" . $selColumns->fetch() . "</td>\n";
                                echo "<td class=\"data1\" align=\"center\">" . $buttonRemove->fetch() . $buttonAdd->fetch() . "</td>";