Esthetic + the parent template is mandatory

This commit is contained in:
Dany De Bontridder 2015-08-29 23:59:03 +02:00
parent e3db0d318a
commit de04ef10ba
3 changed files with 34 additions and 19 deletions

View file

@ -22,19 +22,20 @@
<TR>
<TD colspan='2'> <INPUT TYPE="CHECKBOX" NAME="create" CHECKED><?php echo _("Création automatique du poste comptable uniquement s'il n'y a qu'un seul poste")?></TD>
</TR>
</table>
<h2>Modèles de catégorie</h2>
<ul>
<?php
if ( sizeof($ref) ) {
foreach ($ref as $i=>$v) { ?>
<TR><TD style="width:auto" COLSPAN="2">
<li style="list-style-type: none">
<?php echo $iradio->input("FICHE_REF",$v['frd_id']);
echo $v['frd_text'];
if ( sizeof ($v['frd_class_base']) != 0 )
echo "&nbsp;&nbsp<I>Class base = ".$v['frd_class_base']."</I>";
echo "</TD></TR>";
}
}
}?>
</li>
<?php }
?>
</TABLE>
</UL>