X-Git-Url: http://git.polytechnique.org/?a=blobdiff_plain;f=philter%2Fphilter%2Finclude%2Femails.inc.php;h=1cc1eafe5b206ff6e869dc35044dbc34c806ef18;hb=0cff7bb626480c7502f06993a418c75d13afe3ce;hp=4ef2277a3a5f59fd88f7fa9defca355c156b6f40;hpb=0eb037c8932a93863e1c59de1062c73a2fcbae21;p=old-projects.git diff --git a/philter/philter/include/emails.inc.php b/philter/philter/include/emails.inc.php index 4ef2277..1cc1eaf 100644 --- a/philter/philter/include/emails.inc.php +++ b/philter/philter/include/emails.inc.php @@ -99,8 +99,8 @@ class EmailPool { function to_form() { $res = "
\n" . "\n" - . "\n" - . " \n" + . "\n" + . " \n" . " \n" . "\n"; @@ -113,24 +113,27 @@ class EmailPool { . " is_active() ? " checked=\"checked\"" : "")." />\n" . "\n" + . "value=\""._i18n('del')."\" onclick=\"del_onclick($id)\" />\n" . "\n"; $pair = !$pair; } $res .= "
EmailActive
"._i18n('email').""._i18n('active')." 
\n" - . "
\n" + . "
\n" . " \n" - . " \n" - . "
\n" + . " \n" + . "

\n" . "
\n"; - $val = 'your email ...'; + $val = _i18n('your_email'); $res .= "
\n" + . _i18n('pool_help2') . "\n" - . "\n" + . "\n" . "
\n"; return $res;