#455 améliorer apparence module comptabilité analytique
This commit is contained in:
parent
de7968603b
commit
d1021964d0
4 changed files with 12 additions and 10 deletions
|
|
@ -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;?>
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue