Task #0000839: Réécriture de la procédure d'installation
Setup.php en partie réécrit Tous les tags <? ont été changés en <?php pour les servers mutualisés
This commit is contained in:
parent
9e950ba8bc
commit
e6a2f2935d
84 changed files with 929 additions and 927 deletions
|
|
@ -1,21 +1,21 @@
|
|||
<TABLE BORDER="0" CELLSPACING="0">
|
||||
<TR>
|
||||
<TD><?=('Catégorie de fiche')?> </TD>
|
||||
<TD><?php echo ('Catégorie de fiche')?> </TD>
|
||||
<TD><INPUT TYPE="INPUT" NAME="nom_mod"></TD>
|
||||
</TR>
|
||||
<TR>
|
||||
<TD> <?=_('Classe de base')?> </TD>
|
||||
<TD><?=$f_class_base?> </TD>
|
||||
<TD> <?php echo _('Classe de base')?> </TD>
|
||||
<TD><?php echo $f_class_base?> </TD>
|
||||
<td><span id="class_base_label"></span></td>
|
||||
</TR>
|
||||
<TR>
|
||||
<TD colspan='2'> <INPUT TYPE="CHECKBOX" NAME="create" CHECKED><?=_('Création automatique du poste comptable uniquement s\'il n\y a qu\'un seul poste')?></TD>
|
||||
<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>
|
||||
<?php
|
||||
if ( sizeof($ref) ) {
|
||||
foreach ($ref as $i=>$v) { ?>
|
||||
<TR><TD COLSPAN="2">
|
||||
<? echo $iradio->input("FICHE_REF",$v['frd_id']);
|
||||
<?php echo $iradio->input("FICHE_REF",$v['frd_id']);
|
||||
echo $v['frd_text'];
|
||||
if ( sizeof ($v['frd_class_base']) != 0 )
|
||||
echo "  <I>Class base = ".$v['frd_class_base']."</I>";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue