Move commande factice

This commit is contained in:
Michael RICOIS 2013-11-29 13:49:21 +00:00
parent 8c9771948c
commit 60ec35783b
2 changed files with 7 additions and 3 deletions

View File

@ -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>

View File

@ -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>