Task #0000839: Réécriture de la procédure d'installation
Inclu en premier lieu constant.php pour avoir la bonne valeur dans include_path Tous les tags <? ont été changés en <?php pour les servers mutualisés
This commit is contained in:
parent
d714773279
commit
ead69f843d
32 changed files with 61 additions and 37 deletions
|
|
@ -98,14 +98,14 @@ $array=$cn->get_array($sql." ".$order);
|
|||
<?php echo h($array[$i]['r_phone'])?>
|
||||
</td>
|
||||
<td>
|
||||
<?php
|
||||
<?php
|
||||
$js=' onclick="stock_repo_change(\''.dossier::id().'\',\''.$array[$i]['r_id'].'\')"';
|
||||
echo HtmlInput::button("mod", _("Modifier"), $js);
|
||||
?>
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
<?endfor;?>
|
||||
<?php endfor;?>
|
||||
</table>
|
||||
<?php echo HtmlInput::button("show_add_depot_d", "Ajout d'un dépot", "onclick=\"$('add_depot_d').show();\"");?>
|
||||
<div id="add_depot_d" class="inner_box" style="display:none">
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue