Changeset 4480
- Timestamp:
- 01/18/12 15:57:33 (4 months ago)
- Location:
- plugins/apostropheBlogPlugin/branches/1.5/modules
- Files:
-
- 2 modified
-
aBlogSlot/templates/_normalView.php (modified) (1 diff)
-
aEventSlot/templates/_normalView.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
plugins/apostropheBlogPlugin/branches/1.5/modules/aBlogSlot/templates/_normalView.php
r4479 r4480 20 20 <?php endforeach ?> 21 21 <?php else: ?> 22 <?php if ( $sf_user->isAuthenticated()): ?>22 <?php if (aTools::isPotentialEditor()): ?> 23 23 <h4><?php echo a_('There are no blog posts that match the criteria you have specified.') ?></h4> 24 24 <?php endif ?> -
plugins/apostropheBlogPlugin/branches/1.5/modules/aEventSlot/templates/_normalView.php
r4479 r4480 23 23 <?php endforeach ?> 24 24 <?php else: ?> 25 <?php if ( $sf_user->isAuthenticated()): ?>25 <?php if (aTools::isPotentialEditor()): ?> 26 26 <h4><?php echo a_('There are no events that match the criteria you have specified.') ?></h4> 27 27 <?php endif ?>

