Ticket #265: dashboard_drafts.diff
| File dashboard_drafts.diff, 0.6 kB (added by rickc, 8 months ago) |
|---|
-
dashboard.php
224 224 </div> 225 225 <hr> 226 226 <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> »)</h3>227 <h3>Drafts (<a href="<?php URL::out( 'admin', 'page=content&status='.Post::status('draft') ); ?>" title="View Your Drafts">more</a> »)</h3> 228 228 <?php 229 229 if ( Posts::count_total( Post::status( 'draft' ) ) ) { 230 230 ?>
