[ Index ] |
|
Code source de Symfony 1.0.0 |
1 <ul class="sf_admin_actions"> 2 <?php $editActions = $this->getParameterValue('edit.actions') ?> 3 <?php if (null !== $editActions): ?> 4 <?php foreach ((array) $editActions as $actionName => $params): ?> 5 <?php if ($actionName == '_delete') continue ?> 6 <?php echo $this->addCredentialCondition($this->getButtonToAction($actionName, $params, true), $params) ?> 7 <?php endforeach; ?> 8 <?php else: ?> 9 <?php echo $this->getButtonToAction('_list', array(), true) ?> 10 <?php echo $this->getButtonToAction('_save', array(), true) ?> 11 <?php echo $this->getButtonToAction('_save_and_add', array(), true) ?> 12 <?php endif; ?> 13 </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 |