Show a warning message in the admin panel when MyISAM is still in use
This commit is contained in:
parent
67c1a20ed0
commit
7aaaa0a3c7
4 changed files with 28 additions and 1 deletions
|
@ -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>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue