[ Index ]
 

Code source de Symfony 1.0.0

Accédez au Source d'autres logiciels libresSoutenez Angelica Josefina !

title

Body

[fermer]

/data/generator/sfPropelAdmin/default/template/templates/ -> _list_td_stacked.php (source)

   1  <td colspan="<?php echo count($this->getColumns('list.display'))  ?>">
   2  <?php if ($this->getParameterValue('list.params')): ?>
   3    <?php echo $this->getI18NString('list.params') ?>
   4  <?php else: ?>
   5  <?php $hides = $this->getParameterValue('list.hide', array()) ?>
   6  <?php foreach ($this->getColumns('list.display') as $column): ?>
   7  <?php if (in_array($column->getName(), $hides)) continue ?>
   8    <?php if ($column->isLink()): ?>
   9    [?php echo link_to(<?php echo $this->getColumnListTag($column) ?> ? <?php echo $this->getColumnListTag($column) ?> : __('-'), '<?php echo $this->getModuleName() ?>/edit?<?php echo $this->getPrimaryKeyUrlParams() ?>) ?]
  10    <?php else: ?>
  11    [?php echo <?php echo $this->getColumnListTag($column) ?> ?]
  12    <?php endif; ?>
  13     - 
  14  <?php endforeach; ?>
  15  <?php endif; ?>
  16  </td>


Généré le : Fri Mar 16 22:42:14 2007 par Balluche grâce à PHPXref 0.7