fix software update panel (layout)

This commit is contained in:
Rolux 2016-01-05 22:38:14 +05:30
parent d4c310f15a
commit b2bfd39397
1 changed files with 4 additions and 4 deletions

View File

@ -44,7 +44,7 @@ oml.ui.appDialog = function() {
titleHTML titleHTML
+ '<p>' + '<p>'
+ Ox._('A newer version of Open Media Library is available in git.') + Ox._('A newer version of Open Media Library is available in git.')
+ '<br>' + '</p><p>'
+ Ox._('To update run:') + Ox._('To update run:')
+ ' <code>./ctl update</code>' + ' <code>./ctl update</code>'
); );
@ -53,7 +53,7 @@ oml.ui.appDialog = function() {
titleHTML titleHTML
+ '<p>' + '<p>'
+ Ox._('You are running Open Media Library version {0}.', [response.data.current]) + Ox._('You are running Open Media Library version {0}.', [response.data.current])
+ '<br>' + '</p><p>'
+ Ox._('A newer version is available.') + Ox._('A newer version is available.')
+ '</p>' + '</p>'
); );
@ -88,7 +88,7 @@ oml.ui.appDialog = function() {
titleHTML titleHTML
+ '<p>' + '<p>'
+ Ox._('You are running Open Media Library version {0}.', [response.data.current]) + Ox._('You are running Open Media Library version {0}.', [response.data.current])
+ '<br>' + '</p><p>'
+ Ox._('You are up to date.') + Ox._('You are up to date.')
+ '</p>' + '</p>'
); );
@ -97,7 +97,7 @@ oml.ui.appDialog = function() {
}); });
} else { } else {
$content.html('<h1><b>' + title + '</b></h1>' $content.html('<h1><b>' + title + '</b></h1>'
+ '<p>The lazy brown fox jumped over the lazy black fox, but otherwise not really much happened here since you last checked.'); + '<p>The lazy brown fox jumped over the lazy black fox, but other than that not really much happened here since you last checked.');
} }
$('<div>') $('<div>')
.css({ .css({