From b2bfd393975377dd56488d553a8ab73089c4c85c Mon Sep 17 00:00:00 2001 From: Rolux Date: Tue, 5 Jan 2016 22:38:14 +0530 Subject: [PATCH] fix software update panel (layout) --- static/js/appDialog.js | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/static/js/appDialog.js b/static/js/appDialog.js index dadbd46..00b149c 100644 --- a/static/js/appDialog.js +++ b/static/js/appDialog.js @@ -44,7 +44,7 @@ oml.ui.appDialog = function() { titleHTML + '

' + Ox._('A newer version of Open Media Library is available in git.') - + '
' + + '

' + Ox._('To update run:') + ' ./ctl update' ); @@ -53,7 +53,7 @@ oml.ui.appDialog = function() { titleHTML + '

' + Ox._('You are running Open Media Library version {0}.', [response.data.current]) - + '
' + + '

' + Ox._('A newer version is available.') + '

' ); @@ -88,7 +88,7 @@ oml.ui.appDialog = function() { titleHTML + '

' + Ox._('You are running Open Media Library version {0}.', [response.data.current]) - + '
' + + '

' + Ox._('You are up to date.') + '

' ); @@ -97,7 +97,7 @@ oml.ui.appDialog = function() { }); } else { $content.html('

' + title + '

' - + '

The lazy brown fox jumped over the lazy black fox, but otherwise not really much happened here since you last checked.'); + + '

The lazy brown fox jumped over the lazy black fox, but other than that not really much happened here since you last checked.'); } $('

') .css({