some help texts, only in french for the moment
[old-projects.git] / philter / philter / index.php
index f2a13d1..5b31d0c 100644 (file)
@@ -41,6 +41,7 @@ require("include/js_factory.inc.php");
 ?>
 <div class="rubrique"><?php i18n('global_title'); ?></div>
 <?php
+i18n('global_help');
 if(count($philter->config['global_plugin'])) {
     echo "<form action=\"{$_SERVER['REQUEST_URI']}\" method=\"post\">\n"
         ."<table width=\"95%\" class=\"bicol\" cellspacing=\"1\" cellpadding=\"1\" align=\"center\">\n";
@@ -61,6 +62,7 @@ if(count($philter->config['global_plugin'])) {
 <br />
 <div class="rubrique"><?php i18n('pool_title'); ?></div>
 <?php
+i18n('pool_help');
 echo $mail_pool->to_form();
 
 /********** filters **********/
@@ -68,6 +70,9 @@ echo $mail_pool->to_form();
 
 <br />
 <div class="rubrique"><?php i18n('filter_title'); ?></div>
+<?php
+i18n('filter_help');
+?>
 <table width="95%" cellspacing="0" cellpadding="2" align="center">
 <tr><td width="25%" valign="top">
         <form action="<?php echo $_SERVER['REQUEST_URI']?>" method="post" id="order" name="order" onsubmit="return false;">
@@ -105,14 +110,14 @@ echo $mail_pool->to_form();
     <td valign="top">
         <form action="<?php echo $_SERVER['REQUEST_URI']?>" method="post" id="rule" name="rule" onsubmit="return false;">
         <table width="100%" class="bicol" cellspacing="1" cellpadding="1">
-        <tr class="impair"><th><?php i18n('filter_rule_conf');?>
-        </th></tr><tr class="impair"><td>
-            <input type="hidden" value="0" id="ruleId" name="rule[id]" />
-            <?php i18n('rule_name'); ?>
-            <input type="text" size="60" value="" id="ruleName" name="rule[name]"
+        <tr><th><?php i18n('rule_name'); ?>
+        </th></tr><tr><td>
+            <input type="text" value="" id="ruleName" name="rule[name]" style="width: 100%;"
                 onfocus="text_onfocus(this,'<?php i18n('new_rule');?>')"
                 onblur="text_onblur(this,'<?php i18n('new_rule');?>')" />
-            <br />
+        </td></tr>
+        <tr class="impair"><th><?php i18n('filter_rule_conf');?>
+        </th></tr><tr class="impair"><td>
             <input type="radio" value="1" id="ruleAll1" name="rule[all]" /><?php i18n('all_matches');?>
             <input type="radio" value="0" id="ruleAll0" name="rule[all]" /><?php i18n('one_match');?>
             <br />
@@ -123,6 +128,7 @@ echo $mail_pool->to_form();
         </td></tr><tr class="impair"><th><?php i18n('filter_actions_list');?>
         </th></tr><tr class="impair"><td id="actionsRow">
         </td></tr><tr class="impair"><td>
+            <input type="hidden" value="0" id="ruleId" name="rule[id]" />
             <input type="submit" value="<?php i18n('new_match');?>" name="rule[new_match]" onclick="newMatch() "/>
             <input type="submit" value="<?php i18n('new_action');?>" name="rule[new_action]" onclick="newAction()" />
             <input type="submit" value="<?php i18n('submit');?>" name="rule[submit]" onclick="this.form.submit()" />