]> ruin.nu Git - ndwebbie.git/commitdiff
Bigger text box for irc requests
authorMichael Andreen <harv@ruin.nu>
Thu, 12 Mar 2009 19:24:17 +0000 (20:24 +0100)
committerMichael Andreen <harv@ruin.nu>
Thu, 12 Mar 2009 19:24:17 +0000 (20:24 +0100)
root/src/members/ircrequest.tt2

index 2a38c3c28cd9d38d26b8894a4c9b831357e49015..5d2c98b8d6b1d4beaf4e215275ef283912d67631 100644 (file)
@@ -4,11 +4,11 @@
 [% END %]
 <form action="[% c.uri_for('postircrequest') %]" method="post"><fieldset> <legend>IRC request</legend>
        <p>Message to irc. To def channel you can report incs with a line from gal status.</p>
-       <select name="channel">
+       <input style="width: 90%" type="text" name="message" value="">
+       <br><select name="channel">
 [% FOR ch IN channels %]
        <option value="[% ch %]">[% ch | ucfirst %]</option>
 [% END %]
        </select>
-       <input type="text" name="message" value="">
-       <br><input type="submit" value="Send">
+       <input type="submit" value="Send">
 </fieldset></form>