Change Filtre by Cherche + translation

This commit is contained in:
Dany De Bontridder 2015-10-28 21:39:51 +01:00
parent 65261dbfb7
commit fa45ee82ad
25 changed files with 421 additions and 51 deletions

View file

@ -25,7 +25,7 @@ global $g_succeed,$g_failed;
?>
<div class="content">
<?php echo _('Filtre')." ".HtmlInput::filter_table("anc_key_table_id", '0,1', 0); ?>
<?php echo _('Cherche')." ".HtmlInput::filter_table("anc_key_table_id", '0,1', 0); ?>
<table id="anc_key_table_id" class="result">
<?php for ($i = 0; $i < count($a_key); $i++):