some help texts, only in french for the moment
[old-projects.git] / philter / philter / include / emails.inc.php
index 8bf6c3c..1cc1eaf 100644 (file)
@@ -119,16 +119,17 @@ class EmailPool {
         }
 
         $res .= "</table>\n"
-            .   "<center>\n"
+            .   "<br /><center>\n"
             .   "    <input id=\"emailsDel\" type=\"hidden\" name=\"emails[del]\" value=\"-1\" />\n"
             .   "    <input type=\"submit\" name=\"emails[apply]\" value=\""
             .   _i18n('apply_changes')."\" />\n"
-            .   "</center>\n"
+            .   "</center><br />\n"
             .   "</form>\n";
 
         $val = _i18n('your_email');
         
         $res .= "<form action=\"{$_SERVER['REQUEST_URI']}\" method=\"post\">\n"
+            .   _i18n('pool_help2')
             .   "<input type=\"text\" name=\"emails[new]\" size=\"50\" value='$val' "
             .   "    onfocus=\"text_onfocus(this,'$val')\" onblur=\"text_onblur(this,'$val')\" />\n"
             .   "<input type=\"submit\" name=\"emails[add]\" value=\"".