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