[ Index ] |
|
Code source de Symfony 1.0.0 |
1 <ul class="sf_admin_actions"> 2 <?php $listActions = $this->getParameterValue('list.actions') ?> 3 <?php if (null !== $listActions): ?> 4 <?php foreach ((array) $listActions as $actionName => $params): ?> 5 <?php echo $this->addCredentialCondition($this->getButtonToAction($actionName, $params, false), $params) ?> 6 <?php endforeach; ?> 7 <?php else: ?> 8 <?php echo $this->getButtonToAction('_create', array(), false) ?> 9 <?php endif; ?> 10 </ul>
titre
Description
Corps
titre
Description
Corps
titre
Description
Corps
titre
Corps
Généré le : Fri Mar 16 22:42:14 2007 | par Balluche grâce à PHPXref 0.7 |