layout amelioration
[old-projects.git] / philter / philter / include / plugin_autoreply.inc.php
index c1924aa..3672022 100644 (file)
@@ -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"