Changeset 2497
- Timestamp:
- 01/19/10 17:04:09 (2 months ago)
- Location:
- branches/0.9/pylucid_project/pylucid_plugins
- Files:
-
- 2 modified
-
breadcrumb/templates/breadcrumb/breadcrumb.html (modified) (1 diff)
-
language/templates/language/language_selector.html (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
branches/0.9/pylucid_project/pylucid_plugins/breadcrumb/templates/breadcrumb/breadcrumb.html
r2253 r2497 2 2 3 3 {% block plugin_content %} 4 <p> {% trans "You are here:" %}4 <p> 5 5 {% if preferences.print_index %} 6 6 <a href="{{ preferences.index_url }}">{{ preferences.index|escape }}</a>{{ preferences.separator }} -
branches/0.9/pylucid_project/pylucid_plugins/language/templates/language/language_selector.html
r2478 r2497 2 2 3 3 {% block plugin_content %} 4 <p class="info_text">{% trans "Switch favored languages:" %}</p>5 4 <ul> 6 5 {% for language in existing_languages %} … … 19 18 {% endif %} 20 19 </ul> 21 {% endblock %}20 {% endblock plugin_content %}