To participate you must create an account on apostrophenow.org. If you have already done so, click Login.

Changeset 4507

Show
Ignore:
Timestamp:
01/24/12 14:56:39 (4 months ago)
Author:
jake
Message:

added a 'first' class to the first pager in the blog index

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • plugins/apostropheBlogPlugin/branches/1.5/modules/aBlog/templates/indexSuccess.php

    r4460 r4507  
    5050 
    5151  <?php if ($pager->haveToPaginate()): ?> 
    52         <?php include_partial('aBlog/pager', array('max_per_page' => $max_per_page, 'pager' => $pager, 'pagerUrl' => url_for('aBlog/index?' . http_build_query($params['pagination'])))) ?> 
     52        <?php include_partial('aBlog/pager', array('max_per_page' => $max_per_page, 'pager' => $pager, 'pagerContainerClass' => 'a-pager-navigation-container-first',  'pagerUrl' => url_for('aBlog/index?' . http_build_query($params['pagination'])))) ?> 
    5353  <?php endif ?> 
    5454