1
0
Fork 0

Merge pull request #2951 from tobiasd/20161120-mysql

add MySQL warning in admin panel
This commit is contained in:
Michael Vogel 2016-11-20 17:09:49 +01:00 committed by GitHub
commit b33e817586
3 changed files with 11 additions and 22 deletions

View file

@ -3,7 +3,9 @@
<h1>{{$title}} - {{$page}}</h1>
{{if $showwarning}}
<div id="admin-warning-message-wrapper">
<p id="admin-warning-message" class="warning-message">{{$warningtext}}</p>
{{foreach $warningtext as $wt}}
<p class="warning-message">{{$wt}}</p>
{{/foreach}}
</div>
{{/if}}