mirror of https://github.com/OpenIdentityPlatform/OpenDJ.git

jvergara
06.01.2007 e297fed68290550f36145070358d97cd98bbf3ab
Use the middle alignment for the icon and fix a broken image tag.
1 files modified
4 ■■■■ changed files
opends/src/quicksetup/org/opends/quicksetup/ui/UIFactory.java 4 ●●●● patch | view | raw | blame | history
opends/src/quicksetup/org/opends/quicksetup/ui/UIFactory.java
@@ -1043,8 +1043,8 @@
            getIconPath(iconType)));
    String description = getIconDescription(iconType);
    String title = getIconTooltip(iconType);
    return "<img src=\"" + url + "\" alt=\"" + description + " title=\""
        + title + "\"/>";
    return "<img src=\"" + url + "\" alt=\"" + description +
    "\" align=\"middle\" title=\"" + title + "\" >";
  }
  /**