View | Details | Raw Unified | Return to bug 31707
Collapse All | Expand All

(-)HTMLManagerServlet.java (-5 / +5 lines)
Lines 571-579 Link Here
571
        " <td class=\"row-left\">\n" +
571
        " <td class=\"row-left\">\n" +
572
        "  <small>\n" +
572
        "  <small>\n" +
573
        "  &nbsp;{1}&nbsp;\n" +
573
        "  &nbsp;{1}&nbsp;\n" +
574
        "  &nbsp;<a href=\"{2}\" onclick=\"return(confirm(''Are you sure?''))\">{3}</a>&nbsp;\n" +
574
        "  &nbsp;<a href=\"{2}\" onclick=\"return(confirm('''Are you sure?'''))\">{3}</a>&nbsp;\n" +
575
        "  &nbsp;<a href=\"{4}\" onclick=\"return(confirm(''Are you sure?''))\">{5}</a>&nbsp;\n" +
575
        "  &nbsp;<a href=\"{4}\" onclick=\"return(confirm('''Are you sure?'''))\">{5}</a>&nbsp;\n" +
576
        "  &nbsp;<a href=\"{6}\" onclick=\"return(confirm(''Are you sure?''))\">{7}</a>&nbsp;\n" +
576
        "  &nbsp;<a href=\"{6}\" onclick=\"return(confirm('''Are you sure?'''))\">{7}</a>&nbsp;\n" +
577
        "  </small>\n" +
577
        "  </small>\n" +
578
        " </td>\n" +
578
        " </td>\n" +
579
        "</tr>\n";
579
        "</tr>\n";
Lines 581-590 Link Here
581
    private static final String STOPPED_APPS_ROW_BUTTON_SECTION =
581
    private static final String STOPPED_APPS_ROW_BUTTON_SECTION =
582
        " <td class=\"row-left\">\n" +
582
        " <td class=\"row-left\">\n" +
583
        "  <small>\n" +
583
        "  <small>\n" +
584
        "  &nbsp;<a href=\"{0}\" onclick=\"return(confirm(''Are you sure?''))\">{1}</a>&nbsp;\n" +
584
        "  &nbsp;<a href=\"{0}\" onclick=\"return(confirm('''Are you sure?'''))\">{1}</a>&nbsp;\n" +
585
        "  &nbsp;{3}&nbsp;\n" +
585
        "  &nbsp;{3}&nbsp;\n" +
586
        "  &nbsp;{5}&nbsp;\n" +
586
        "  &nbsp;{5}&nbsp;\n" +
587
        "  &nbsp;<a href=\"{6}\" onclick=\"return(confirm(''Are you sure?''))\">{7}</a>&nbsp;\n" +
587
        "  &nbsp;<a href=\"{6}\" onclick=\"return(confirm('''Are you sure?'''))\">{7}</a>&nbsp;\n" +
588
        "  </small>\n" +
588
        "  </small>\n" +
589
        " </td>\n" +
589
        " </td>\n" +
590
        "</tr>\n";
590
        "</tr>\n";

Return to bug 31707