Fix initial input of new urls.

This commit is contained in:
Tony Lambregts
2004-11-17 23:09:07 +00:00
committed by Jeremy Newman
parent e9e177705b
commit fb0da948c3

View File

@@ -196,8 +196,8 @@ if($HTTP_POST_VARS)
echo "</td></tr>\n"; echo "</td></tr>\n";
echo '<input type=hidden name="rows" value='.$i.'>'; echo '<input type=hidden name="rows" value='.$i.'>';
echo '<tr><td class=color1>New</td><td class=color1><input size=45% name="url" type="text"></td>',"\n"; echo '<tr><td class=color1>New</td><td class=color1><input size=45% type="text" name="url_desc"></td>',"\n";
echo '<td class=color1><input size=45% type="text" name="url_desc"></td></tr>',"\n"; echo '<td class=color1><input size=45% name="url" type="text"></td></tr>',"\n";
echo '<tr><td colspan=3 align=center class=color3><input type="submit" name=submit1 value="Update URL"></td></tr>',"\n"; echo '<tr><td colspan=3 align=center class=color3><input type="submit" name=submit1 value="Update URL"></td></tr>',"\n";