diff --git a/apps/common/main/lib/component/Window.js b/apps/common/main/lib/component/Window.js index 09c361e167..2e05db5bb2 100644 --- a/apps/common/main/lib/component/Window.js +++ b/apps/common/main/lib/component/Window.js @@ -475,7 +475,7 @@ define([ var template = '
' + '<% if (typeof iconCls !== "undefined") { %>
<% } %>' + - '
padding-left-10<% } %>' + '"><%= msg %>' + + '
style="padding-' + (Common.UI.isRTL() ? 'right' : 'left') + ':10px;"<% } %>><%= msg %>' + '<% if (dontshow) { %>
<% } %>' + '
' + '
' +