Changeset 1451
- Timestamp:
- 02/27/08 19:58:19 (2 years ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
trunk/pylucid/media/PyLucid/internal_page/admin_menu/sub_menu.html
r1449 r1451 34 34 <a href="{{ adminURLprefix }}/PyLucid/template/{{ PAGE.template.id }}/" onclick="OpenInWindow(this); return false">{% trans 'edit current template' %}</a> 35 35 </li> 36 <li>37 <a href="{{ adminURLprefix }}/PyLucid/pagesinternal/" onclick="OpenInWindow(this); return false">{% trans 'edit internal pages' %}</a>38 </li>39 36 </ul> 40 37 </fieldset>