Changeset 4622
- Timestamp:
- 07/16/07 13:23:10 (1 year ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/data/generator/sfPropelAdmin/default/template/templates/_list_messages.php
r2786 r4622 1 1 [?php if ($sf_request->getError('delete')): ?] 2 2 <div class="form-errors"> 3 <h2> Could not delete the selected <?php echo sfInflector::humanize($this->getSingularName()) ?></h2>3 <h2>[?php echo __('Could not delete the selected %name%', array('%name%' => '<?php echo sfInflector::humanize($this->getSingularName()) ?>')) ?]</h2> 4 4 <ul> 5 5 <li>[?php echo $sf_request->getError('delete') ?]</li>