[vhffs-dev] [596] Enlarged alert textarea (we really need to refactor style stuff). |
[ Thread Index |
Date Index
| More vhffs.org/vhffs-dev Archives
]
Revision: 596
Author: beuss
Date: 2007-05-07 10:25:20 +0000 (Mon, 07 May 2007)
Log Message:
-----------
Enlarged alert textarea (we really need to refactor style stuff).
Modified Paths:
--------------
trunk/vhffs-panel/templates/misc/alert.tmpl
Modified: trunk/vhffs-panel/templates/misc/alert.tmpl
===================================================================
--- trunk/vhffs-panel/templates/misc/alert.tmpl 2007-05-03 11:09:28 UTC (rev 595)
+++ trunk/vhffs-panel/templates/misc/alert.tmpl 2007-05-07 10:25:20 UTC (rev 596)
@@ -4,10 +4,12 @@
<form method="post" action="alert_submit.pl">
<p>
- <label for="MESSAGE">
+ <label for="MESSAGE" style="float:none">
<TMPL_VAR NAME="YOUR_MESSAGE_TEXT">:
</label>
- <textarea name="MESSAGE" id="MESSAGE" cols="50 "rows="10"></textarea>
+ </p>
+ <p>
+ <textarea name="MESSAGE" id="MESSAGE" cols="90" rows="15" style="width:auto"></textarea>
</p>
<p class="button" id="sendButton">
<input type="submit" value="<TMPL_VAR NAME="SEND">" />