some help texts, only in french for the moment
[old-projects.git] / philter / philter / index.php
index ae83eaf..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;">