Menu

#2219 Messagebox icons missing

z_don't_use_3.4.2
closed-wont-fix
nobody
Resource (6)
1
2009-12-03
2009-11-18
No

Greetings,

In "/patches_342/zkwebui/WEB-INF/src/org/adempiere/webui/component/Messagebox.java"

The following files are not on file "zul.jar"

/** A symbol consisting of a question mark in a circle. */
public static final String QUESTION = "~./zul/img/msgbox/question.gif";

/** A symbol consisting of an exclamation point in a triangle with a yellow background. */
public static final String EXCLAMATION = "~./zul/img/msgbox/exclamation.gif";

/** A symbol of a lowercase letter i in a circle. */
public static final String INFORMATION = "~./zul/img/msgbox/information.gif";

/** A symbol consisting of a white X in a circle with a red background. */
public static final String ERROR = "~./zul/img/msgbox/error.gif";

This is fixed in "trunk". Should be:

/** A symbol consisting of a question mark in a circle. */
public static final String QUESTION = "~./zul/img/msgbox/question-btn.png";

/** A symbol consisting of an exclamation point in a triangle with a yellow background. */
public static final String EXCLAMATION = "~./zul/img/msgbox/warning-btn.png";

/** A symbol of a lowercase letter i in a circle. */
public static final String INFORMATION = "~./zul/img/msgbox/info-btn.png";

/** A symbol consisting of a white X in a circle with a red background. */
public static final String ERROR = "~./zul/img/msgbox/stop-btn.png";

Discussion

  • Arnulfo Quispe Mamani

    • priority: 5 --> 1
     
  • Carlos Ruiz

    Carlos Ruiz - 2009-11-18

    As it's solved in trunk and is priority 1 - I guess this is not going to be solved in 342.

    BTW - we're looking a maintainer to integrate in 342 priority 9 bugs solved in trunk.

    Regards,

    Carlos Ruiz

     
  • Carlos Ruiz

    Carlos Ruiz - 2009-11-18
    • status: open --> pending-wont-fix
     
  • Heng Sin

    Heng Sin - 2009-11-19

    Hi,

    This is already fixed in 343.

    Regards,
    Low

     
  • Carlos Ruiz

    Carlos Ruiz - 2009-11-19

    Great Heng Sin, I guess it was fixed with revision 10936 - which still has not been released as patches_342...

    So, I extend my call. We're looking a maintainer to integrate in 342 priority 9 bugs solved in trunk AND release periodically patches_342, zkpatches_342 (and webuiOriginal like in this case) for community.

    Regards,

    Carlos Ruiz

     
  • SourceForge Robot

    • status: pending-wont-fix --> closed-wont-fix
     
  • SourceForge Robot

    This Tracker item was closed automatically by the system. It was
    previously set to a Pending status, and the original submitter
    did not respond within 14 days (the time period specified by
    the administrator of this Tracker).

     

Log in to post a comment.