r11997 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r11996‎ | r11997 | r11998 >
Date:22:04, 6 December 2005
Author:hashar
Status:old
Tags:
Comment:
really minor change to 'Names' table
Modified paths:
  • /branches/wikidata/phase3/includes/SpecialNamespaces.php (modified) (history)

Diff [purge]

Index: branches/wikidata/phase3/includes/SpecialNamespaces.php
@@ -274,14 +274,14 @@
275275 $htmlform .=
276276 <<<END
277277 <tr valign="top">
278 - <td width="300">{$nameinput}</td>
 278+ <td>{$nameinput}</td>
279279 <td align="center">{$default}</td>
280280 <td align="center">{$delete}</td>
281281 </tr>
282282 END;
283283 }
284284
285 - $htmlform .= '<tr><th align="left">' . $namespace_new_names . '</th></tr>' ;
 285+ $htmlform .= '<tr><th align="left" colspan="3">' . $namespace_new_names . '</th></tr>' ;
286286
287287 # 3 blank namespace fields
288288 // FIXME cant we just count elements ?

Status & tagging log