Move commande factice
This commit is contained in:
parent
8c9771948c
commit
60ec35783b
@ -81,7 +81,10 @@ Les éléments disponibles ci-dessous en téléchargement ou commande peuvent fa
|
||||
break;
|
||||
}
|
||||
?>
|
||||
<?php if ($this->ModeEdition && $acte['mode']!='fichier'){?>
|
||||
</td>
|
||||
<td class="decision">
|
||||
<?=$acte['decision']?>
|
||||
<?php if ($this->ModeEdition && $acte['mode']!='fichier') {?>
|
||||
<br/><a href="<?=$this->url(array(
|
||||
'controller' => 'pieces',
|
||||
'action' => 'cmdfactice',
|
||||
@ -92,7 +95,6 @@ Les éléments disponibles ci-dessous en téléchargement ou commande peuvent fa
|
||||
</a>
|
||||
<?php }?>
|
||||
</td>
|
||||
<td class="decision"><?=$acte['decision']?></td>
|
||||
</tr>
|
||||
<?php endforeach;?>
|
||||
</tbody>
|
||||
|
@ -81,6 +81,9 @@ Les éléments disponibles ci-dessous en téléchargement ou commande peuvent fa
|
||||
break;
|
||||
}
|
||||
?>
|
||||
</td>
|
||||
<td class="decision">
|
||||
<?=$bilan['decision']?>
|
||||
<?php if ($this->ModeEdition && $bilan['mode']!='fichier'){?>
|
||||
<br/><a href="<?=$this->url(array(
|
||||
'controller' => 'pieces',
|
||||
@ -93,7 +96,6 @@ Les éléments disponibles ci-dessous en téléchargement ou commande peuvent fa
|
||||
</a>
|
||||
<?php }?>
|
||||
</td>
|
||||
<td class="decision"><?=$bilan['decision']?></td>
|
||||
</tr>
|
||||
<?php endforeach;?>
|
||||
</tbody>
|
||||
|
Loading…
Reference in New Issue
Block a user