Changeset 7427
- Timestamp:
- 02/09/08 00:03:21 (10 months ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
branches/dwhittle/1.1/lib/plugins/sfPropelPlugin/data/generator/sfPropelAdmin/default/template/templates/_list_messages.php
r6449 r7427 16 16 </div> 17 17 [?php endif; ?] 18 19 [?php elseif ($sf_user->hasFlash('notice')): ?] 20 <div class="save-ok"> 21 <h2>[?php echo __($sf_user->getFlash('notice')) ?]</h2> 22 </div>