Show
Ignore:
Timestamp:
02/11/09 16:32:47 (13 months ago)
Author:
JensDiemer
Message:

NEW: Overwrite the used stylesheet/template...

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/pylucid_project/PyLucid/plugins_internal/page_style/page_style_cfg.py

    r1634 r1821  
    11# -*- coding: utf-8 -*- 
     2 
     3from django.utils.translation import gettext_lazy as _ 
    24 
    35#_____________________________________________________________________________ 
     
    2123    "print_current_style" : global_rights, 
    2224    "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    }, 
    2339}