Changeset 8447

Show
Ignore:
Timestamp:
07/24/08 22:41:47 (4 months ago)
Author:
mdawaffe
Message:

crazyhorse: explicitly show more things aren't enabled

Files:

Legend:

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

    r8446 r8447  
    753753// Temp 
    754754function wp_dashboard_empty_control() { 
     755    echo "This feature isn't enabled in this prototype."; 
    755756} 
    756757 
  • branches/crazyhorse/wp-admin/includes/template.php

    r8440 r8447  
    784784        $actions['unapprove'] = "<a href='$unapprove_url' class='dim:the-comment-list:comment-$comment->comment_ID:unapproved:e7e7d3:e7e7d3:new=unapproved' title='" . __( 'Unapprove this comment' ) . "'>" . __( 'Unapprove' ) . '</a> | '; 
    785785        $actions['edit']      = "<a href='comment.php?action=editcomment&amp;c={$comment->comment_ID}' title='" . __('Edit comment') . "'>". __('Edit') . '</a> | '; 
    786         $actions['flag']      = "<a href='#' onclick='alert(\"This feature is not enabled in this prototype\"); return false;'>Flag for Follow-up</a> | "; 
     786        $actions['flag']      = "<a href='#' class='no-crazy'>Flag for Follow-up</a> | "; 
    787787        $actions['spam']      = "<a href='$spam_url' class='delete:the-comment-list:comment-$comment->comment_ID::spam=1' title='" . __( 'Mark this comment as spam' ) . "'>" . __( 'Spam' ) . '</a> | '; 
    788788        $actions['delete']    = "<a href='$delete_url' class='delete:the-comment-list:comment-$comment->comment_ID delete'>" . __('Delete') . '</a>';