Show
Ignore:
Timestamp:
06/25/09 14:55:31 (9 months ago)
Author:
JensDiemer
Message:

starting to add a pylucid admin menu...

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • branches/0.9/pylucid_project/apps/pylucid/templates/admin/base_site.html

    r2058 r2070  
    6767<ul class="sf-menu"> 
    6868    <li class="current"> 
    69         <a href="/">&lt;&lt; back to "/" root page</a> 
     69        <a href="/" title="<< goto {{ current_site.name }} root page">&lt;&lt; {{ current_site.domain }}</a> 
    7070    </li> 
    7171    {% if not sites|length_is:"1" %} 
     
    8888    {% endif %} 
    8989    <li> 
    90         <a href="#TODO">{% trans 'admin menu' %}</a> 
     90        <a href="{% url admin_index %}">{% trans 'Django admin site' %}</a> 
    9191    </li> 
    9292    {% if user.is_superuser %} 
    9393    <li> 
    94         <a href="{% url PyLucidUpdate-menu %}">{% trans 'update section' %}</a> 
     94        <a href="{% url PyLucidAdmin-menu %}">{% trans 'PyLucid admin menu' %}</a> 
     95        <ul> 
     96                    <li> 
     97                        <a href="{% url PyLucidUpdate-menu %}">{% trans 'update section' %}</a> 
     98                    </li> 
     99            </ul> 
    95100    </li> 
    96101    {% endif %}