X-Git-Url: http://git.polytechnique.org/?a=blobdiff_plain;f=philter%2Fphilter%2Finclude%2Fplugin_autoreply.inc.php;h=3672022167646edc72947b48893cb7176f19870e;hb=a33c86a64e5a6f4c4e399facdb73caf4ee77233f;hp=c1924aad1b9e4b8643730496eda8058ad1f4cdb0;hpb=6398953dbd43fd4e9379256c4b7aae284d79ef6d;p=old-projects.git diff --git a/philter/philter/include/plugin_autoreply.inc.php b/philter/philter/include/plugin_autoreply.inc.php index c1924aa..3672022 100644 --- a/philter/philter/include/plugin_autoreply.inc.php +++ b/philter/philter/include/plugin_autoreply.inc.php @@ -17,7 +17,7 @@ class AutoReplyPlugin extends ActionPlugin { . " var i,j;\n" . " var ta = document.createElement('textarea');\n" . " ta.setAttribute('name', Node.name+'[1]');\n" - . " ta.setAttribute('cols', '74');\n" + . " ta.setAttribute('style', 'width:100%;');\n" . " ta.setAttribute('rows', '10');\n" . " if(data[1]) ta.value = data[1];\n" . "\n"