Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
wezell committed Jan 11, 2018
1 parent f81f479 commit 09ad3e8
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@
<%} %>
<button dojoType="dijit.form.Button"
onClick='dijit.byId("actionClassParamsDia").destroyRecursive()'
iconClass="cancelIcon">
>
<%=LanguageUtil.get(pageContext, "Cancel")%>
</button>
</div>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -135,18 +135,21 @@ ol.wfStepsList li{padding:8px 16px;margin:0 10px; list-style:decimal; list-styl
float:right;
}
#actionClassParamsDia{
width:600px;
min-height:250px;
max-height:600px;
min-width:600px;
max-width:70%;
min-height:400px;
max-height:90%;
overflow:auto;
}
.wfnoSubActions{
text-align: center;
padding:10px;
}
.wfParamTextArea{
min-height:40px;
max-height:120px;
min-height:75px;
max-height:200px;
width:300px;

}

#stepEditDia .escalation-row {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1198,7 +1198,7 @@ dojo.declare("dotcms.dijit.workflows.ActionClassAdmin", null, {
href : "/html/portlet/ext/workflows/schemes/view_action_class_params.jsp?actionClassId=" + actionClassId
});


dojo.body().appendChild(dia.domNode);


dia.show();
Expand Down

0 comments on commit 09ad3e8

Please sign in to comment.