r42654 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r42653‎ | r42654 | r42655 >
Date:13:44, 27 October 2008
Author:jojo
Status:old
Tags:
Comment:
make title/subtitle <input>s a bit smaller
Modified paths:
  • /trunk/extensions/Collection/Collection.body.php (modified) (history)

Diff [purge]

Index: trunk/extensions/Collection/Collection.body.php
@@ -770,10 +770,10 @@
771771 <table><tbody>
772772 <tr>
773773 <th><label for="titleInput">$title</label></th>
774 - <td><input id="titleInput" type="text" value="" size="50" /></td>
 774+ <td><input id="titleInput" type="text" value="" size="32" /></td>
775775 </tr><tr>
776776 <th><label for="subtitleInput">$subtitle</label></th>
777 - <td><input id="subtitleInput" type="text" value="" size="50" /></td>
 777+ <td><input id="subtitleInput" type="text" value="" size="32" /></td>
778778 </tr>
779779 </tbody></table>
780780 EOS

Status & tagging log