Changeset 4305

Show
Ignore:
Timestamp:
Mon Jan 9 19:27:50 2006
Author:
paul
Message:

Small tweak - show scheduled publishing icon if there are any future events, and not just if the article is in the SUBMITTED state.

Files:

Legend:

Unmodified
Added
Removed
Modified
  • trunk/campsite/implementation/management/priv/articles/edit.php

    r4300 r4305  
    274 274                             }  
    275 275                         }  
    276                           if ( ($articleObj->getPublished() == 'S') && (count($articleEvents) > 0)) {  
      276                         if ( count($articleEvents) > 0 ) {  
    276 276                             ?>  
    277 277                             <img src="<?php echo $Campsite["ADMIN_IMAGE_BASE_URL"]; ?>/automatic_publishing.png" alt="<?php  putGS("Scheduled Publishing"); ?>" title="<?php  putGS("Scheduled Publishing"); ?>" border="0" width="22" height="22" align="middle" style="padding-bottom: 1px;">