Changeset 7758
- Timestamp:
- 03/07/08 11:59:29 (7 months ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
branches/1.1/lib/plugins/sfPropelPlugin/data/generator/sfPropelAdmin/default/template/templates/_list_messages.php
r4895 r7758 7 7 </div> 8 8 [?php endif; ?] 9 10 [?php elseif ($sf_user->hasFlash('notice')): ?] 11 <div class="save-ok"> 12 <h2>[?php echo __($sf_user->getFlash('notice')) ?]</h2> 13 </div>