diff --git a/web/pgadmin/browser/static/js/node.js b/web/pgadmin/browser/static/js/node.js index 90e4fb611..9d6af7375 100644 --- a/web/pgadmin/browser/static/js/node.js +++ b/web/pgadmin/browser/static/js/node.js @@ -1103,7 +1103,7 @@ define('pgadmin.browser.node', [ // Template function to create the status bar var createStatusBar = function(location) { - var statusBar = $('
').addClass( + var statusBar = $('
').addClass( 'pg-prop-status-bar' ).appendTo(j); statusBar.css('visibility', 'hidden'); diff --git a/web/pgadmin/static/js/alertify.pgadmin.defaults.js b/web/pgadmin/static/js/alertify.pgadmin.defaults.js index 38dc436fb..78ffb2139 100644 --- a/web/pgadmin/static/js/alertify.pgadmin.defaults.js +++ b/web/pgadmin/static/js/alertify.pgadmin.defaults.js @@ -127,7 +127,7 @@ define([ alertMessage = '\
\
\ -
' + promptmsg + '

\ +
' + promptmsg + '

\
' + gettext('Click for details.') + '
\
\
'; @@ -172,7 +172,7 @@ define([ var alertMessage = '\
\
\ -
' + gettext('INTERNAL SERVER ERROR') + '

\ +
' + gettext('INTERNAL SERVER ERROR') + '

\
' + gettext('Click for details.') + '
\
\
'; @@ -422,7 +422,7 @@ define([
-
${message}
+
${message}
`; return alertify.orig_success(alertMessage, timeout, callback); }, @@ -432,7 +432,7 @@ define([
-
${message}
+
${message}
`; return alertify.orig_error(alertMessage, timeout, callback); }, @@ -442,7 +442,7 @@ define([
-
${message}
+
${message}
`; var alert = alertify.notify(alertMessage, timeout); return alert; diff --git a/web/pgadmin/static/js/sqleditor/filter_dialog.js b/web/pgadmin/static/js/sqleditor/filter_dialog.js index f5662ea5c..92ee6e0aa 100644 --- a/web/pgadmin/static/js/sqleditor/filter_dialog.js +++ b/web/pgadmin/static/js/sqleditor/filter_dialog.js @@ -128,7 +128,7 @@ let FilterDialog = { '
' + ' ' + '
' + - '
' + + '
' + ' ' + ' ' + '').appendTo($container); diff --git a/web/pgadmin/tools/user_management/static/js/user_management.js b/web/pgadmin/tools/user_management/static/js/user_management.js index 2423c5c61..ea65ca7ac 100644 --- a/web/pgadmin/tools/user_management/static/js/user_management.js +++ b/web/pgadmin/tools/user_management/static/js/user_management.js @@ -636,7 +636,7 @@ define([ '
', ' ', '
', - '
', + '
', ' ', '
',