Cosmetic
This commit is contained in:
parent
aedddf3fce
commit
d6860eda5d
5 changed files with 23 additions and 15 deletions
|
|
@ -174,7 +174,7 @@ class Anc_Table extends Anc_Acc_Link
|
|||
{
|
||||
echo td(nbm($tot_col[$i]),' class="num"');
|
||||
}
|
||||
echo td(nbm($tot_global),' class="num" style="font-size:1.3em;text-weight:bold;border:solid 1px blue"');
|
||||
echo td(nbm($tot_global),' class="num input_text notice" ');
|
||||
echo '</tr>';
|
||||
echo '</table>';
|
||||
}
|
||||
|
|
@ -229,7 +229,7 @@ class Anc_Table extends Anc_Acc_Link
|
|||
{
|
||||
echo td(nbm($tot_col[$i]),' class="num"');
|
||||
}
|
||||
echo td(nbm($tot_global),' class="num" style="font-size:1.3em;text-weight:bold;border:solid 1px blue"');
|
||||
echo td(nbm($tot_global),' class="num input_text notice" ');
|
||||
echo '</tr>';
|
||||
echo '</table>';
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue