Remove obsolete hardcoded sort

This commit is contained in:
Dany De Bontridder 2018-02-23 22:31:55 +01:00
parent 4cdf8c549b
commit 1f5551cc82
6 changed files with 4 additions and 7 deletions

View file

@ -44,7 +44,7 @@ echo h1(_("Exercice")." ".$exercice);
echo _('Cherche').' : '.HtmlInput::filter_table("fin_saldo_tb", '0,1,2,3', '1');
echo '<table class="sortable" style="margin-left:2%;width:96%" class="result" id="fin_saldo_tb">';
echo tr(th('Quick Code', ' class=" sorttable_sorted"',
Icon_Action::infobulle(17).'<span id="sorttable_sortfwdind"><img src="image/up.gif"></span>')
Icon_Action::infobulle(17))
.th(_('Compte en banque'), ' style="text-align:left"')
.th(_('Journal'), ' style="text-align:center"')
.th(_('Description'), ' style="text-align:center"')