{% autoescape off %}
{% for message in user_messages %}
@@ -52,60 +47,95 @@
{% endautoescape %}
{% block admincontent %}{% endblock %}
+ {% if hide_navigation %}
+
+ {% else %}
+ {% if unsaved %}
+
+ {% endif %}
+
+ {% endif %}
{% trans "Unpublished changes" %}
++ + {% trans "Items marked with this icon have unpublished changes." %} +
+{% trans "Basic settings" %}
-
-
- {{ allsets.basic.title }} -
- {{ allsets.users.title }} -
- {{ allsets.email.title }} -
- {{ allsets.paths.title }} -
- {{ allsets.extkeys.title }} +
- {{ allsets.basic.title }} +
- {{ allsets.users.title }} +
- {{ allsets.email.title }} +
- {{ allsets.paths.title }} +
- {{ allsets.urls.title }} +
- {{ allsets.extkeys.title }}
{% trans "Workflow settings" %}
{% trans "Forum settings" %}
{% trans "Static content" %}
-
-
- {{ allsets.about.title }} -
- {{ allsets.faq.title }} -
- {{ allsets.sidebar.title }} +
- {% trans "Custom Pages" %} +
- {{ allsets.about.title }} +
- {{ allsets.faq.title }} +
- {{ allsets.sidebar.title }} +
- + {{ allsets.css.title }} + {% if "css"|contained_in:unsaved %}{% endif %} + +
- + {{ allsets.headandfoot.title }} + {% if "headandfoot"|contained_in:unsaved %}{% endif %} + +
- + {{ allsets.head.title }} + {% if "head"|contained_in:unsaved %}{% endif %} +
{% trans "Other settings" %}
-
{% for set in othersets %}
-
- {{ set.title }} +
- + {{ set.title }} + {% if set.name|contained_in:unsaved %}{% endif %} + {% endfor %}
{% trans "Tools" %}
-
-
- {% trans "Maintenance mode" %} -
- {% trans "Flagged Posts" %} +
- {% trans "Maintenance mode" %} +
- {% trans "Flagged Posts" %} + {% for name,tool in tools %} +
- {{ tool }} + {% endfor %}