1
0
Fork 0

Show a warning message in the admin panel when MyISAM is still in use

This commit is contained in:
Tobias Diekershoff 2016-11-20 09:50:14 +01:00
commit 7aaaa0a3c7
4 changed files with 28 additions and 1 deletions

View file

@ -1,6 +1,11 @@
<div id='adminpage'>
<h1>{{$title}} - {{$page}}</h1>
{{if $showwarning}}
<div id="admin-warning-message-wrapper">
<p id="admin-warning-message" class="warning-message">{{$warningtext}}</p>
</div>
{{/if}}
<dl>
<dt>{{$queues.label}}</dt>