Changeset 7998
- Timestamp:
- 03/20/08 13:29:42 (1 year ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
branches/1.1/lib/plugins/sfPropelPlugin/data/generator/sfPropelAdmin/default/template/actions/actions.class.php
r6924 r7998 249 249 <?php foreach ($this->getColumns('edit.display', $category) as $name => $column): $type = $column->getCreoleType(); ?> 250 250 <?php $name = $column->getName() ?> 251 <?php if ($column->isPrimaryKey()) continue ?> 251 <?php $input_type = $this->getParameterValue('edit.fields.'.$column->getName().'.type') ?> 252 <?php if ($column->isPrimaryKey() || $input_type == 'plain') continue ?> 252 253 <?php $credentials = $this->getParameterValue('edit.fields.'.$column->getName().'.credentials') ?> 253 <?php $input_type = $this->getParameterValue('edit.fields.'.$column->getName().'.type') ?>254 254 <?php if ($credentials): $credentials = str_replace("\n", ' ', var_export($credentials, true)) ?> 255 255 if ($this->getUser()->hasCredential(<?php echo $credentials ?>))

