]> ruin.nu Git - ndwebbie.git/blobdiff - root/src/members/ircrequest.tt2
Bigger text box for irc requests
[ndwebbie.git] / root / src / members / ircrequest.tt2
index 5c5c8d4b6127d0395e65873e548476644cd587be..5d2c98b8d6b1d4beaf4e215275ef283912d67631 100644 (file)
@@ -2,13 +2,13 @@
 [% IF reply %]
 <h3>[% reply %]</h3>
 [% END %]
-<form action="[% c.uri_for('postircrequest') %]" method="post"><fieldset> <legend>Launch confirmation</legend>
+<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>