Skip to content

Commit

Permalink
#21120 fix Time machine looks miss-aligned when you are using the sys…
Browse files Browse the repository at this point in the history
…tem in spanish
  • Loading branch information
alfredo-dotcms committed Jan 13, 2022
1 parent b90c1ab commit 00a3b0f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -202,7 +202,7 @@
</script>
<span dojoType="dotcms.dojo.data.HostReadStore" jsId="HostStore"></span>
<div style="height:auto; width:580px; overflow:auto;">
<div style="height:auto; overflow:auto;">
<form id="settingform" dojoType="dijit.form.Form">
<div class="form-horizontal">
<dl>
Expand Down Expand Up @@ -297,7 +297,7 @@
</dd>
</dl>
</div>
<div class="buttonRow-right">
<div style="text-align: center;">
<span class="showScheduler">
<button dojoType="dijit.form.Button" class="dijitButtonFlat" id="disableButton" onClick="disableJob();" iconClass="deleteIcon">
<%= UtilMethods.escapeSingleQuotes(LanguageUtil.get(pageContext, "TIMEMACHINE-DISABLE")) %>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,7 @@ function showSettings() {
var dialog = new dijit.Dialog({
id: 'settingsDialog',
title: "<%= LanguageUtil.get(pageContext, "TIMEMACHINE-SETTINGS")%>",
style: "width: 600px;height: auto;",
style: "width: 680px;height: auto;",
content: new dojox.layout.ContentPane({
style: "height:auto; width: 580px;",
href: "/html/portlet/ext/timemachine/settings.jsp?random="+r
Expand Down

0 comments on commit 00a3b0f

Please sign in to comment.