Changeset 816

Show
Ignore:
Timestamp:
12/02/06 00:41:05 (2 years ago)
Author:
lknowland
Message:

Added copy for "Save Image Defaults" so as to not have a blank space next to the new checkbox for that permission (displayed on edit_role). BugID: 45344

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • branches/wheeljack/lib/MT/Permission.pm

    r770 r816  
    8585        [ 8,     'edit_all_posts', 'Edit All Entries', 1, 'blog'], 
    8686        [ 16,    'edit_templates', 'Manage Templates', 1, 'blog'], 
     87        [ 32768, 'save_image_defaults', 'Save Image Defaults', 1, 'blog'], 
     88        [ 2,     'post', 'Create Entries', 1, 'blog'], 
    8789        [ 4,     'upload', 'Upload File', 1, 'blog'], 
    88         [ 2,     'post', 'Create Entries', 1, 'blog'], 
    8990        [ 512,   'edit_categories', 'Add/Manage Categories', 1, 'blog'], 
    9091        [ 16384, 'edit_tags', 'Manage Tags', 1, 'blog'], 
     
    9798        # has no label. 
    9899        [ 2048,  'not_comment', '', 1, 'blog'], 
    99         [ 32768, 'save_image_defaults', '', 1, 'blog'], 
    100100    ); 
    101101