Show
Ignore:
Timestamp:
03/10/08 10:02:44 (2 years ago)
Author:
JensDiemer
Message:

code cleanup: Remove "internal_page_info" from the plugin_manager_data

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/pylucid/PyLucid/plugins_internal/admin_menu/admin_menu_cfg.py

    r1447 r1479  
    1616    "must_login"    : True, 
    1717    "must_admin"    : True, 
    18     "has_Tags"      : False, 
    1918} 
    2019plugin_manager_data = { 
     
    2423        "has_Tags"      : True, 
    2524        "no_rights_error" : True, # TODO: remove in v0.9, see: ticket:161 
    26         "internal_page_info" : { 
    27             "name"              : "top_menu", 
    28             "description"       : "Administration front menu", 
    29             "markup"            : None, 
    30         }, 
    3125    }, 
    3226    "edit_page_link"    : global_rights, 
     
    3731        "must_login"    : True, 
    3832        "must_admin"    : False, 
    39         "has_Tags"      : True, 
    40         "internal_page_info" : { 
    41             "name"              : "sub_menu", 
    42             "description"       : "Administration sub menu", 
    43             "markup"            : None, 
    44         }, 
    4533    }, 
    4634}