mirror of
https://github.com/Mibew/mibew.git
synced 2025-04-28 17:16:41 +03:00
Add warning sign to "run update wizard" notice
This commit is contained in:
parent
27a23f68c0
commit
19edc91dfd
@ -411,6 +411,12 @@ input.field-input {
|
|||||||
margin: -10px 2px 10px;
|
margin: -10px 2px 10px;
|
||||||
color: #515151;
|
color: #515151;
|
||||||
}
|
}
|
||||||
|
#form-message img.warning {
|
||||||
|
height: 24px;
|
||||||
|
width: 24px;
|
||||||
|
vertical-align: middle;
|
||||||
|
margin-right: 5px;
|
||||||
|
}
|
||||||
#offline-warning {
|
#offline-warning {
|
||||||
border: 1px solid #4cd496;
|
border: 1px solid #4cd496;
|
||||||
background-color: #e7f9f1;
|
background-color: #e7f9f1;
|
||||||
|
@ -10,7 +10,7 @@
|
|||||||
{{#override "content"}}
|
{{#override "content"}}
|
||||||
<br/>
|
<br/>
|
||||||
{{#if needUpdate}}
|
{{#if needUpdate}}
|
||||||
<div id="form-message">{{l10n "Please run the <a href=\"{0}\">Update wizard</a> to adjust your database." (route "update")}}</div>
|
<div id="form-message"><img src="{{asset "@CurrentStyle/images/dash/warning.png"}}" alt="" class="warning" /> {{l10n "Please run the <a href=\"{0}\">Update wizard</a> to adjust your database." (route "update")}}</div>
|
||||||
<br/>
|
<br/>
|
||||||
{{/if}}
|
{{/if}}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user