Author: glen Date: Fri Mar 4 13:49:32 2005 GMT
Module: SOURCES Tag: HEAD
---- Log message:
- shorten textarea in send email popup, so that all page buttons are visible
without scrolling
---- Files affected:
SOURCES:
eventum-send-height.patch (NONE -> 1.1) (NEW)
---- Diffs:
================================================================
Index: SOURCES/eventum-send-height.patch
diff -u /dev/null SOURCES/eventum-send-height.patch:1.1
--- /dev/null Fri Mar 4 14:49:32 2005
+++ SOURCES/eventum-send-height.patch Fri Mar 4 14:49:27 2005
@@ -0,0 +1,11 @@
+--- templates/en/send.tpl.html~ 2005-03-04 15:47:13.241400578 +0200
++++ templates/en/send.tpl.html 2005-03-04 15:47:14.779147487 +0200
+@@ -254,7 +254,7 @@
+ {html_options options=$canned_responses}
+ </select> <input type="button" class="shortcut" value="Use
Canned Response" onClick="javascript:setResponseBody(this.form);"><br />
+ {/if}
+- <textarea name="message" rows="22" style="width: 97%" {if
$read_only == 1}readonly{/if}>{$email.seb_body|escape:"html"}{if
$current_user_prefs.auto_append_sig == 'yes' && $body_has_sig_already != 1}
++ <textarea name="message" rows="15" style="width: 97%" {if
$read_only == 1}readonly{/if}>{$email.seb_body|escape:"html"}{if
$current_user_prefs.auto_append_sig == 'yes' && $body_has_sig_already != 1}
+
+
+ {$current_user_prefs.email_signature|escape:"html"}{/if}</textarea>
================================================================
_______________________________________________
pld-cvs-commit mailing list
[email protected]
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit