Development

Changeset 27156

You must first sign up to be able to contribute.

Changeset 27156

Show
Ignore:
Timestamp:
01/25/10 17:33:29 (3 years ago)
Author:
jakehiller
Message:

fixed date markup in upcoming events, added specific classes to no-results page text

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • plugins/pkBlogPlugin/trunk/modules/pkCalendar/templates/_noresults.php

    r25535 r27156  
    11<?php if ($sf_params->get('tag') || $sf_params->get('cat') || $sf_params->get('search')): ?> 
    2 <h3>Sorry, but there aren't any events in this date range that match. Try browsing other dates, tags and categories with the navigation on the left.</h3> 
     2<h3 class="blog-noresults">Sorry, but there aren't any events in this date range that match. Try browsing other dates, tags and categories with the navigation on the left.</h3> 
    33<?php else: ?> 
    4 <h3>Sorry, but there aren't any events in this date range. Try browsing other dates with the navigation on the left.</h3> 
     4<h3 class="blog-noresults">Sorry, but there aren't any events in this date range. Try browsing other dates with the navigation on the left.</h3> 
    55<?php endif ?> 
  • plugins/pkBlogPlugin/trunk/modules/pkCalendar/templates/_upcomingEvents.php

    r25589 r27156  
    55      <div class="pk-calendar-meta"> 
    66        <ul> 
    7           <li class="pk-calendar-date"><?php echo date('l', strtotime($pk_blog_event->getStartDate())) ?></li> 
    8           <li><?php echo date('F jS Y', strtotime($pk_blog_event->getStartDate())) ?></li> 
     7          <li class="pk-calendar-date"><?php echo date('l, F jS Y', strtotime($pk_blog_event->getStartDate())) ?></li> 
    98          <?php if($pk_blog_event->getStartTime()): ?> 
    109          <li><?php echo date('g:iA', strtotime($pk_blog_event->getStartTime())) ?>