- Timestamp:
- 05/28/08 13:37:32 (22 months ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
trunk/pylucid/PyLucid/plugins_internal/show_internals/show_internals_cfg.py
r1574 r1602 1 #!/usr/bin/python2 1 # -*- coding: UTF-8 -*- 2 3 from django.utils.translation import gettext_lazy as _ 3 4 4 5 #_____________________________________________________________________________ … … 22 23 "lucidTag" : global_rights, 23 24 "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 }, 25 38 "pylucid_info": { 26 39 "must_login" : True,