Changeset 1072:e470fc8c6988 for inc
- Timestamp:
- 12/17/12 10:23:03 (13 years ago)
- Branch:
- twig
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
inc/admin/default-templates/layout.html.twig
r1071 r1072 18 18 </head> 19 19 20 <body id="dotclear-admin ">20 <body id="dotclear-admin{% if safe_mode %} safe-mode{% endif %}"> 21 21 <div id="header"> 22 22 <ul id="prelude"> … … 49 49 <div id="content"> 50 50 {% block content %} 51 {% if safe_mode %} 52 <div class="error"><h3>{{__('Safe mode')}}</h3> 53 <p>{{__('You are in safe mode. All plugins have been temporarily disabled. Remind to log out then log in again normally to get back all functionalities')}}</p> 54 </div> 55 {% endif %} 51 56 <h2>{{current_blog.name}} › <span class="page-title">{{page_title}}</span></h2> 52 57 {% if page_message is not empty %}
Note: See TracChangeset
for help on using the changeset viewer.