Show
Ignore:
Timestamp:
04/23/08 09:31:05 (2 years ago)
Author:
JensDiemer
Message:
  • page title
    • plugin_manager.handle_command() changes the page title, if it's not changes by the plugin themself.
    • remove some headlines in internal pages
    • set some title in plugins
  • add BasePlugin?.build_menu() - Used in show_internals (comes later)
Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/pylucid/media/PyLucid/internal_page/admin_menu/sub_menu.html

    r1451 r1532  
    1 <h2>{% trans 'Administration sub menu' %}</h2> 
    2  
    31<fieldset><legend>{% trans 'page admin' %}</legend> 
    42<ul> 
     
    6462        <a href="{{ commandURLprefix }}/filemanager/filelist/">{% trans 'Filemanager' %}</a> 
    6563    </li> 
     64    <li> 
     65        <a href="{{ commandURLprefix }}/show_internals/menu/">{% trans 'Show internals' %}</a> 
     66    </li> 
    6667</ul> 
    6768</fieldset>