Ticket #265: dashboard_drafts.diff

File dashboard_drafts.diff, 0.6 kB (added by rickc, 8 months ago)
  • dashboard.php

     
    224224  </div> 
    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' ) ) ) { 
    230230    ?>