Add warning sign to "run update wizard" notice

This commit is contained in:
Dmitriy Simushev 2014-12-24 12:59:26 +00:00
parent 27a23f68c0
commit 19edc91dfd
2 changed files with 7 additions and 1 deletions

View File

@ -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;

View File

@ -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}}