Show
Ignore:
Timestamp:
05/28/08 13:37:32 (22 months ago)
Author:
JensDiemer
Message:

replace the static admin sub menu with a dynamic one ;)

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/pylucid/PyLucid/plugins_internal/show_internals/show_internals_cfg.py

    r1574 r1602  
    1 #!/usr/bin/python 
    21# -*- coding: UTF-8 -*- 
     2 
     3from django.utils.translation import gettext_lazy as _ 
    34 
    45#_____________________________________________________________________________ 
     
    2223    "lucidTag"  : global_rights, 
    2324    "link"      : global_rights, 
    24     "menu"      : global_rights, 
     25    "menu"      : { 
     26        "must_login"    : True, 
     27        "must_admin"    : True, 
     28        "admin_sub_menu": { 
     29            "section"       : _("miscellaneous"), 
     30            "title"         : _("Show internals"), 
     31            "help_text"     : _( 
     32                "Display several system information." 
     33            ), 
     34            "open_in_window": False, 
     35            "weight" : 0, 
     36        }, 
     37    }, 
    2538    "pylucid_info": { 
    2639        "must_login"        : True,