simplifications
[old-projects.git] / philter / philter / include / plugin_autoreply.inc.php
index c1924aa..4b12b29 100644 (file)
@@ -17,13 +17,11 @@ 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"
             .   "    Node.appendChild(document.createElement('br'));\n"
-            .   "    Node.appendChild(document.createTextNode('"._i18n('2_your_mail')."'));\n"
-            .   "    Node.appendChild(document.createElement('br'));\n"
             .   "    Node.appendChild(ta);\n"
             .   "}";