]> git.aero2k.de Git - dfde-theme.git/commitdiff
New Posting Textarea rows=20
authoreggy <eggy@localhost>
Sun, 30 Jul 2017 14:52:18 +0000 (16:52 +0200)
committereggy <eggy@localhost>
Sun, 30 Jul 2017 14:52:18 +0000 (16:52 +0200)
template/posting_editor.html

index d963c98e08cf08bd7cea926e337eb406077255b1..83431c6eae0f5dde057782cd27e6071a1c347ed6 100644 (file)
@@ -74,7 +74,7 @@
        <!-- EVENT posting_editor_message_before -->
 
        <div id="message-box" class="message-box">
-               <textarea <!-- IF S_UCP_ACTION and not S_PRIVMSGS and not S_EDIT_DRAFT -->name="signature" id="signature" style="height: 9em;"<!-- ELSE -->name="message" id="message"<!-- ENDIF --> rows="15" cols="76" tabindex="4" onselect="storeCaret(this);" onclick="storeCaret(this);" onkeyup="storeCaret(this);" onfocus="initInsertions();" class="inputbox">{MESSAGE}{DRAFT_MESSAGE}{SIGNATURE}</textarea>
+               <textarea <!-- IF S_UCP_ACTION and not S_PRIVMSGS and not S_EDIT_DRAFT -->name="signature" id="signature" style="height: 9em;"<!-- ELSE -->name="message" id="message"<!-- ENDIF --> rows="20" cols="76" tabindex="4" onselect="storeCaret(this);" onclick="storeCaret(this);" onkeyup="storeCaret(this);" onfocus="initInsertions();" class="inputbox">{MESSAGE}{DRAFT_MESSAGE}{SIGNATURE}</textarea>
        </div>
 
        <!-- EVENT posting_editor_message_after -->