don't make create type 100% wide
authorchriskl <chriskl>
Tue, 17 Jun 2003 00:49:41 +0000 (00:49 +0000)
committerchriskl <chriskl>
Tue, 17 Jun 2003 00:49:41 +0000 (00:49 +0000)
types.php

index c75cda0c9ff50a4da1ca3c94103beced9b6227fa..57c5a69b6378eed5a585161da43f73c5dabc3466 100644 (file)
--- a/types.php
+++ b/types.php
@@ -3,7 +3,7 @@
        /**
         * Manage types in a database
         *
-        * $Id: types.php,v 1.8 2003/06/05 20:05:45 xzilla Exp $
+        * $Id: types.php,v 1.9 2003/06/17 00:49:41 chriskl Exp $
         */
 
        // Include application functions
                $misc->printMsg($msg);
 
                echo "<form action=\"$PHP_SELF\" method=\"post\">\n";
-               echo "<table width=\"100%\">\n";
+               echo "<table>\n";
                echo "<tr><th class=data><b>{$lang['strname']}</b></th>\n";
                echo "<td class=data1><input name=typname size={$data->_maxNameLen} maxlength={$data->_maxNameLen} value=\"",
                        htmlspecialchars($_POST['typname']), "\"></td></tr>\n";