Development

Changeset 3951

You must first sign up to be able to contribute.

Changeset 3951

Show
Ignore:
Timestamp:
05/07/07 16:50:30 (2 years ago)
Author:
fabien
Message:

fixed admin_double_list for Propel and Doctrine (closes #1734)

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/data/generator/sfPropelAdmin/default/template/templates/_edit_form.php

    r3883 r3951  
    55<?php foreach ($this->getColumnCategories('edit.display') as $category): ?> 
    66<?php foreach ($this->getColumns('edit.display', $category) as $name => $column): ?> 
    7 <?php if ('doctrine_admin_double_list' == $this->getParameterValue('edit.fields.'.$column->getName().'.type')): ?> 
     7<?php if (false !== strpos($this->getParameterValue('edit.fields.'.$column->getName().'.type'), 'admin_double_list')): ?> 
    88  'onsubmit'  => 'double_list_submit(); return true;' 
    99<?php break 2; ?>