- Timestamp:
- 02/11/09 16:32:47 (13 months ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
trunk/pylucid_project/PyLucid/plugins_internal/page_style/page_style_cfg.py
r1634 r1821 1 1 # -*- coding: utf-8 -*- 2 3 from django.utils.translation import gettext_lazy as _ 2 4 3 5 #_____________________________________________________________________________ … … 21 23 "print_current_style" : global_rights, 22 24 "sendStyle" : global_rights, 25 "switch" : { 26 "must_login" : True, 27 "must_admin" : False, 28 "admin_sub_menu": { 29 "section" : _("edit look"), 30 "title" : _("Template/Style switcher"), 31 "help_text" : _( 32 "Overwrite the associated template/stylesheet" 33 " (Good for testing new templates/styles)." 34 ), 35 "open_in_window": False, 36 "weight" : -5, 37 }, 38 }, 23 39 }