';
- $r.= '
';
- $r.=th('');
+ $r.=_('Filter')." ".HtmlInput::filter_table("tva_select_table",'0,1,2,3' , 1);
+ $r.= '';
$r.='';
+
$html = escape_xml($r);
header('Content-type: text/xml; charset=UTF-8');
diff --git a/html/js/scripts.js b/html/js/scripts.js
index 80c6ae565..ecb9cbc33 100644
--- a/html/js/scripts.js
+++ b/html/js/scripts.js
@@ -510,7 +510,7 @@ function popup_select_tva(obj)
var popup = {'id': 'tva_select', 'cssclass': 'inner_box', 'style': str_style, 'html': code_html, 'drag': true};
add_div(popup);
-
+ $('lk_tva_select_table').focus();
}
catch (e)
{
diff --git a/html/recherche.php b/html/recherche.php
index 3941adc9e..3590dda43 100644
--- a/html/recherche.php
+++ b/html/recherche.php
@@ -64,7 +64,7 @@ echo '
';
$html.=HtmlInput::submit('sauver', _('sauver'));
- $html.=HtmlInput::button('close', _('Fermer'), 'onclick="removeDiv(\'mod_periode\')"');
+ $html.=HtmlInput::button('close', "⨉", 'onclick="removeDiv(\'mod_periode\')"');
$html.=HtmlInput::hidden('p_id', $_GET['p_id']);
$html.='';
break;
@@ -75,7 +75,7 @@ switch ($op)
$html.='
'._('Modifier les dates de début et fin de période').'
';
$html.="
"._('Erreur date invalide')."
";
- $html.=HtmlInput::button('close', _('Fermer'), 'onclick="removeDiv(\'mod_periode\')"');
+ $html.=HtmlInput::button('close', '⨉', 'onclick="removeDiv(\'mod_periode\')"');
}
else
{
@@ -86,7 +86,7 @@ switch ($op)
$html = '
Modifier les dates de début et fin de période
';
$html.='
Sauvé
';
- $html.=HtmlInput::button('close', _('Fermer'), 'onclick=" refresh_window();"');
+ $html.=HtmlInput::button('close', "⨉", 'onclick=" refresh_window();"');
}
catch (Exception $e)
{
diff --git a/include/class_acc_ledger.php b/include/class_acc_ledger.php
index a137dc66b..317a674d6 100644
--- a/include/class_acc_ledger.php
+++ b/include/class_acc_ledger.php
@@ -2940,7 +2940,7 @@ class Acc_Ledger extends jrn_def_sql
if ($type == "")
$type = 'ALL';
$r.='