From e3473c1f1dff6d73f9a0b6812787dbc5f3541aee Mon Sep 17 00:00:00 2001 From: Jamie Cameron Date: Thu, 27 Jan 2011 14:15:36 -0800 Subject: [PATCH] Remove useless xinha html editor buttons, make edit box bigger --- mailboxes/reply_mail.cgi | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/mailboxes/reply_mail.cgi b/mailboxes/reply_mail.cgi index 4f5148fcf..3766dd987 100755 --- a/mailboxes/reply_mail.cgi +++ b/mailboxes/reply_mail.cgi @@ -455,14 +455,15 @@ xinha_init = function() xinha_editors = [ "body" ]; xinha_plugins = [ ]; xinha_config = new Xinha.Config(); +xinha_config.hideSomeButtons(" print showhelp about killword toggleborders "); xinha_editors = Xinha.makeEditors(xinha_editors, xinha_config, xinha_plugins); Xinha.startEditors(xinha_editors); } EOF print &ui_table_row(undef, - &ui_textarea("body", $quote, 20, 80, undef, 0, - "style='width:100%' id=body"), 2); + &ui_textarea("body", $quote, 40, 80, undef, 0, + "style='width:99%' id=body"), 2); } else { # Show text editing area