Index: trunk/extensions/Collection/Collection.body.php |
— | — | @@ -770,10 +770,10 @@ |
771 | 771 | <table><tbody> |
772 | 772 | <tr> |
773 | 773 | <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> |
775 | 775 | </tr><tr> |
776 | 776 | <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> |
778 | 778 | </tr> |
779 | 779 | </tbody></table> |
780 | 780 | EOS |