Changeset 1451

Show
Ignore:
Timestamp:
02/27/08 19:58:19 (9 months ago)
Author:
JensDiemer
Message:

remove the obsolete link "edit internal page" from the admin sub menu.

Files:
1 modified

Legend:

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

    r1449 r1451  
    3434        <a href="{{ adminURLprefix }}/PyLucid/template/{{ PAGE.template.id }}/" onclick="OpenInWindow(this); return false">{% trans 'edit current template' %}</a> 
    3535    </li> 
    36     <li> 
    37         <a href="{{ adminURLprefix }}/PyLucid/pagesinternal/" onclick="OpenInWindow(this); return false">{% trans 'edit internal pages' %}</a> 
    38     </li> 
    3936</ul> 
    4037</fieldset>