#455 améliorer apparence module comptabilité analytique

This commit is contained in:
Dany De Bontridder 2011-11-16 14:57:52 +00:00
parent de7968603b
commit d1021964d0
4 changed files with 12 additions and 10 deletions

View file

@ -1,11 +1,12 @@
<div class="topmenu">
<? if ( count($amenu) > 4 && $idx == 0) :
$width = 100;
$style = "width:100%";
?>
<table style="width:<?=$width?>%">
<table style="<?=$style?>" >
<? else:
$style="width:80%;margin-right:10%"
?>
<table>
<table style="<?=$style?>" >
<? endif;?>