Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.
View | Details | Raw Unified | Return to bug 384017
Collapse All | Expand All

(-)src/org/eclipse/scout/rt/client/ui/wizard/DefaultWizardStatusHtmlProvider.java (-1 / +1 lines)
Lines 112-118 Link Here
112
    appendHtmlForSpacerLine(buf, spacerCssClass, 7, AbstractWizardStatusField.STEP_ANCHOR_IDENTIFIER + index);
112
    appendHtmlForSpacerLine(buf, spacerCssClass, 7, AbstractWizardStatusField.STEP_ANCHOR_IDENTIFIER + index);
113
    buf.append("<tr class=\"" + cssClass + "\">\n");
113
    buf.append("<tr class=\"" + cssClass + "\">\n");
114
    buf.append(" <td width=\"15\"><img src=\"empty.png\" width=\"1\" height=\"30\"></td>\n");
114
    buf.append(" <td width=\"15\"><img src=\"empty.png\" width=\"1\" height=\"30\"></td>\n");
115
    buf.append(" <td width=\"24\" valign=\"top\" class=\"bullet\" style=\"padding:0px;padding-top:" + (UserAgentUtility.isRichClient() ? "4" : "5") + "px;\">" + index + "</td>\n");
115
    buf.append(" <td width=\"24\" valign=\"top\" class=\"bullet\" style=\"padding:0px;padding-top:" + (UserAgentUtility.isRichClient() ? (UserAgentUtility.isSwingUi() ? "4" : "2") : "5") + "px;\">" + index + "</td>\n");
116
    buf.append(" <td width=\"17\"></td>\n");
116
    buf.append(" <td width=\"17\"></td>\n");
117
    buf.append(" <td style=\"padding-top:2px;\">" + StringUtility.nvl(step.getTitleHtml(), step.getTitle()) + "</td>\n");
117
    buf.append(" <td style=\"padding-top:2px;\">" + StringUtility.nvl(step.getTitleHtml(), step.getTitle()) + "</td>\n");
118
    buf.append(" <td width=\"15\"></td>\n");
118
    buf.append(" <td width=\"15\"></td>\n");

Return to bug 384017