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/EMailSystem/EMailSystem_cfg.py

    r1479 r1602  
    1 #!/usr/bin/python 
    21# -*- coding: UTF-8 -*- 
     2 
     3from django.utils.translation import gettext_lazy as _ 
    34 
    45#_____________________________________________________________________________ 
     
    1920        "must_login"    : True, 
    2021        "must_admin"    : False, 
     22        "admin_sub_menu": { 
     23            "section"       : _("user management"), 
     24            "title"         : _("EMail system"), 
     25            "help_text"     : _("Send other PyLucid members a email."), 
     26            "open_in_window": False, 
     27            "weight" : 0, 
     28        }, 
    2129    }, 
    2230}