Changeset 1560

Show
Ignore:
Timestamp:
04/23/08 00:46:12 (7 months ago)
Author:
freakerz
Message:

Fixing ticket #265.

When clicking "more" for Drafts on the dashboard, it will behave as expected.

Thanks to rickc for the patch!

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/htdocs/system/admin/dashboard.php

    r1554 r1560  
    225225  <hr> 
    226226  <div class="column prepend-8 span-15 first"> 
    227     <h3>Drafts (<a href="<?php URL::out( 'admin', 'page=content' ); ?>#drafts" title="View Your Drafts">more</a> &raquo;)</h3> 
     227    <h3>Drafts (<a href="<?php URL::out( 'admin', 'page=content&status='.Post::status('draft') ); ?>" title="View Your Drafts">more</a> &raquo;)</h3> 
    228228    <?php 
    229229      if ( Posts::count_total( Post::status( 'draft' ) ) ) {