X-Git-Url: http://git.polytechnique.org/?a=blobdiff_plain;f=philter%2Fphilter%2Finclude%2Fplugin_autoreply.inc.php;h=561e4f943b26d56a2ac2f8d04bab9db5da57e03d;hb=693b6ec6fa26c0d1d818638f2f949a50aba7382a;hp=84c4f7c72187d8d3c405f063e910c5d847f21589;hpb=7391ab73e6aa763266cd08418c52a52579c8fce4;p=old-projects.git diff --git a/philter/philter/include/plugin_autoreply.inc.php b/philter/philter/include/plugin_autoreply.inc.php index 84c4f7c..561e4f9 100644 --- a/philter/philter/include/plugin_autoreply.inc.php +++ b/philter/philter/include/plugin_autoreply.inc.php @@ -18,8 +18,9 @@ class AutoReplyPlugin extends ActionPlugin { . " var ta = document.createElement('textarea');\n" . " ta.setAttribute('name', Node.name+'[1]');\n" . " ta.setAttribute('cols', '74');\n" - . " ta.setAttribute('rows', '10');\n" + . " ta.setAttribute('rows', '2');\n" . " ta.setAttribute('onfocus', 'ta_onfocus(this);');\n" + . " ta.setAttribute('onblur', 'ta_onblur(this);');\n" . " if(data[1]) ta.value = data[1];\n" . "\n" . " Node.appendChild(document.createElement('br'));\n"