Changeset 1673 for branches/release-33/default_templates/javascript.mtml
- Timestamp:
- 04/01/08 03:53:19 (20 months ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
branches/release-33/default_templates/javascript.mtml
r1635 r1673 51 51 <MTIfRegistrationAllowed> 52 52 <MTIfRegistrationRequired> 53 if ( commenter_status == COMMENTER ) 54 { 53 if ( commenter_status > 0 ) { 55 54 hideDocumentElement('comment-form-name'); 56 55 hideDocumentElement('comment-form-email'); … … 64 63 <MTElse> 65 64 // comments are allowed but registration not required 66 if ( commenter_status == COMMENTER ) 67 { 65 if ( commenter_status > 0 ) { 68 66 hideDocumentElement('comment-form-name'); 69 67 hideDocumentElement('comment-form-email');
