Changeset 8465

Show
Ignore:
Timestamp:
07/26/08 20:17:12 (3 months ago)
Author:
mdawaffe
Message:

crazyhorse: more explicit 'not enabled' messages

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • branches/crazyhorse/wp-admin/inbox.php

    r8443 r8465  
    66 
    77require_once('admin-header.php'); 
     8 
     9if ( !empty($_GET['doaction']) ) : 
     10 
     11?> 
     12 
     13<div class="updated"> 
     14    <p>This feature isn't enabled in this prototype.</p> 
     15</div> 
     16 
     17<?php 
     18 
     19endif; 
    820 
    921?> 
     
    4961                echo '</a>'; 
    5062        ?></td> 
    51         <td><a href="#link-to-comment"><abbr title="<?php echo "$item->date at $item->time"; ?>"><?php echo $item->date; ?></abbr></a></td> 
     63        <td><a href="#link-to-comment" class="no-crazy"><abbr title="<?php echo "$item->date at $item->time"; ?>"><?php echo $item->date; ?></abbr></a></td> 
    5264        <td><?php 
    5365            echo $item->from; 
    5466            if ( 'comment' == $item->type ) // crazyhorse 
    55                 echo "<br/>on &quot;<a href='#'>{$crazy_posts[$item->parent]}</a>&quot;"; 
     67                echo "<br/>on &quot;<a href='#' class='no-crazy'>{$crazy_posts[$item->parent]}</a>&quot;"; 
    5668        ?></td> 
    5769    </tr> 
  • branches/crazyhorse/wp-admin/includes/dashboard.php

    r8448 r8465  
    461461                        $('.inbox-count').text( $('#inbox-filter li:visible').size().toString() ); 
    462462                        $('#inbox-message').addClass('updated'); 
    463                         $('#inbox-message').text(done+txt); 
     463                        $('#inbox-message').text(done+txt+" (This feature isn't enabled in this prototype)"); 
    464464                    } ); 
    465465                } ); 
     
    490490                    echo $item->from;  
    491491                    if ( 'comment' == $item->type ) // crazyhorse 
    492                         echo " on &quot;<a href='#'>{$crazy_posts[$item->parent]}</a>&quot;"; 
     492                        echo " on &quot;<a href='#' class='no-crazy'>{$crazy_posts[$item->parent]}</a>&quot;"; 
    493493                ?></cite>, <?php echo "$item->date, $item->time"; ?> 
    494494                </p>