Changeset 1560
- Timestamp:
- 04/23/08 00:46:12 (7 months ago)
- Files:
-
- 1 modified
-
trunk/htdocs/system/admin/dashboard.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/htdocs/system/admin/dashboard.php
r1554 r1560 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' ) ) ) {
