Index: branches/wikidata/phase3/includes/SpecialNamespaces.php |
— | — | @@ -274,14 +274,14 @@ |
275 | 275 | $htmlform .= |
276 | 276 | <<<END |
277 | 277 | <tr valign="top"> |
278 | | - <td width="300">{$nameinput}</td> |
| 278 | + <td>{$nameinput}</td> |
279 | 279 | <td align="center">{$default}</td> |
280 | 280 | <td align="center">{$delete}</td> |
281 | 281 | </tr> |
282 | 282 | END; |
283 | 283 | } |
284 | 284 | |
285 | | - $htmlform .= '<tr><th align="left">' . $namespace_new_names . '</th></tr>' ; |
| 285 | + $htmlform .= '<tr><th align="left" colspan="3">' . $namespace_new_names . '</th></tr>' ; |
286 | 286 | |
287 | 287 | # 3 blank namespace fields |
288 | 288 | // FIXME cant we just count elements ? |