Skip to content

Commit

Permalink
Adjust the layout on the oveflow page
Browse files Browse the repository at this point in the history
  • Loading branch information
k-tamura committed Mar 3, 2017
1 parent dcdecd4 commit cbe9dff
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,7 @@ protected void service(HttpServletRequest req, HttpServletResponse res) throws S
} else {
bodyHtml.append("<input type=\"text\" name=\"times\" size=\"2\" maxlength=\"2\">");
}
bodyHtml.append("&nbsp; ");
bodyHtml.append(MessageUtils.getMsg("label.times", locale) + " : ");
if (times >= 0) {
bodyHtml.append(thickness + " mm");
Expand Down

0 comments on commit cbe9dff

Please sign in to comment.