Changeset 1895

Show
Ignore:
Timestamp:
04/14/08 20:17:18 (19 months ago)
Author:
bchoate
Message:

Fixed hiding of URL/remember me options for MT users also. bugid:74098

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • branches/release-34/default_templates/javascript.mtml

    r1889 r1895  
    5151<MTIfRegistrationAllowed> 
    5252    <MTIfRegistrationRequired> 
    53     if ( commenter_status == AUTHOR  ) { 
    54         hideDocumentElement('comment-form-name'); 
    55         hideDocumentElement('comment-form-email'); 
    56         showDocumentElement('comments-open-text'); 
    57         showDocumentElement('comments-open-footer'); 
    58     } else if ( commenter_status == COMMENTER ) { 
     53    if ( commenter_status > 0 ) { 
    5954        hideDocumentElement('comment-form-name'); 
    6055        hideDocumentElement('comment-form-email');