From: Pierre Habouzit Date: Wed, 10 Sep 2003 16:57:01 +0000 (+0000) Subject: layout amelioration X-Git-Tag: procmail~44 X-Git-Url: http://git.polytechnique.org/?p=old-projects.git;a=commitdiff_plain;h=a33c86a64e5a6f4c4e399facdb73caf4ee77233f layout amelioration --- 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" diff --git a/philter/philter/index.php b/philter/philter/index.php index f2a13d1..ae83eaf 100644 --- a/philter/philter/index.php +++ b/philter/philter/index.php @@ -105,14 +105,14 @@ echo $mail_pool->to_form();
- +
-
- - - +
+ -
+
+

@@ -123,6 +123,7 @@ echo $mail_pool->to_form();
+ diff --git a/philter/philter/locales/philter.en.inc.php b/philter/philter/locales/philter.en.inc.php index d58da15..184cf43 100644 --- a/philter/philter/locales/philter.en.inc.php +++ b/philter/philter/locales/philter.en.inc.php @@ -27,7 +27,7 @@ $philter->config['i18n'] = Array( 'new_rule' => '[ new rule ]', 'filter_rule_conf' => 'Global Options', - 'rule_name' => 'Name of this rule : ', + 'rule_name' => 'Name of this rule', 'all_matches' => 'each match must be true', 'one_match' => 'only one match need to be true', 'blocking_rule' => 'stop after this rule if matched', diff --git a/philter/philter/locales/philter.fr.inc.php b/philter/philter/locales/philter.fr.inc.php index b65f60f..dbdda45 100644 --- a/philter/philter/locales/philter.fr.inc.php +++ b/philter/philter/locales/philter.fr.inc.php @@ -27,7 +27,7 @@ $philter->config['i18n'] = Array( 'new_rule' => '[ nvlle règle ]', 'filter_rule_conf' => 'Options globales', - 'rule_name' => 'Nom pour cette règle : ', + 'rule_name' => 'Nom pour cette règle', 'all_matches' => 'chaque critère doit être validé', 'one_match' => 'un unique critère vérifié suffit', 'blocking_rule' => 'arrêter de filtrer après cette règle si applicable',