Task #1045 - Amélioration apparence :
Solde banque : agrandissement table
This commit is contained in:
parent
799cf694c4
commit
915a2bb4ab
1 changed files with 1 additions and 1 deletions
|
|
@ -36,7 +36,7 @@ require_once ('class_acc_parm_code.php');
|
|||
echo '<div class="content">';
|
||||
echo dossier::hidden();
|
||||
echo _('Filtre :').HtmlInput::filter_table("fin_saldo_tb", '0,1,2,3', '1');
|
||||
echo '<table class="sortable" style="margin-left:10%;width:60%" class="result" id="fin_saldo_tb">';
|
||||
echo '<table class="sortable" style="margin-left:10%;width:80%" class="result" id="fin_saldo_tb">';
|
||||
echo tr(th('Quick Code',' class=" sorttable_sorted_reverse"',HtmlInput::infobulle(17).'<span id="sorttable_sortrevind"> ▴</span>')
|
||||
.th('Compte en banque',' style="text-align:left"')
|
||||
.th('Journal',' style="text-align:center"')
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue