mirror of
https://github.com/Mibew/mibew.git
synced 2024-11-15 16:44:11 +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;
|
||||
color: #515151;
|
||||
}
|
||||
#form-message img.warning {
|
||||
height: 24px;
|
||||
width: 24px;
|
||||
vertical-align: middle;
|
||||
margin-right: 5px;
|
||||
}
|
||||
#offline-warning {
|
||||
border: 1px solid #4cd496;
|
||||
background-color: #e7f9f1;
|
||||
|
@ -10,7 +10,7 @@
|
||||
{{#override "content"}}
|
||||
<br/>
|
||||
{{#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/>
|
||||
{{/if}}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user