Changeset 3883
- Timestamp:
- 04/30/07 07:51:55 (2 years ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/data/generator/sfPropelAdmin/default/template/templates/_edit_form.php
r3525 r3883 5 5 <?php foreach ($this->getColumnCategories('edit.display') as $category): ?> 6 6 <?php foreach ($this->getColumns('edit.display', $category) as $name => $column): ?> 7 <?php if (' admin_double_list' == $this->getParameterValue('edit.fields.'.$column->getName().'.type')): ?>7 <?php if ('doctrine_admin_double_list' == $this->getParameterValue('edit.fields.'.$column->getName().'.type')): ?> 8 8 'onsubmit' => 'double_list_submit(); return true;' 9 9 <?php break 2; ?>