diff --git a/site/plugins/admin/views/partials/base.html b/site/plugins/admin/views/partials/base.html index 23d20c06..83b47f7c 100644 --- a/site/plugins/admin/views/partials/base.html +++ b/site/plugins/admin/views/partials/base.html @@ -199,8 +199,13 @@ {% if is_current_path('admin.templates.index') or is_current_path('admin.templates.edit') or is_current_path('admin.templates.rename') or - is_current_path('admin.templates.add') or - is_current_path('admin.fieldsets.index') or + is_current_path('admin.templates.add') %} +
+ / {{ theme }} {% if id %} / {{ id }}{% endif %} +
+ {% endif %} + + {% if is_current_path('admin.fieldsets.index') or is_current_path('admin.fieldsets.edit') or is_current_path('admin.fieldsets.rename') or is_current_path('admin.fieldsets.add') or @@ -363,7 +368,7 @@ indentUnit: 4, {% endif %} {% if is_current_path('admin.fieldsets.edit') %} - mode: "application/json", + mode: "text/javascript", {% else %} mode: "application/x-httpd-php", {% endif %}