Return-Path: Delivered-To: apmail-geronimo-dev-archive@www.apache.org Received: (qmail 89668 invoked from network); 4 Feb 2009 09:18:45 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 4 Feb 2009 09:18:45 -0000 Received: (qmail 95601 invoked by uid 500); 4 Feb 2009 09:18:41 -0000 Delivered-To: apmail-geronimo-dev-archive@geronimo.apache.org Received: (qmail 95552 invoked by uid 500); 4 Feb 2009 09:18:41 -0000 Mailing-List: contact dev-help@geronimo.apache.org; run by ezmlm Precedence: bulk list-help: list-unsubscribe: List-Post: Reply-To: dev@geronimo.apache.org List-Id: Delivered-To: mailing list dev@geronimo.apache.org Received: (qmail 95532 invoked by uid 99); 4 Feb 2009 09:18:41 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 04 Feb 2009 01:18:41 -0800 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.140] (HELO brutus.apache.org) (140.211.11.140) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 04 Feb 2009 09:18:40 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id D62E2234C4B5 for ; Wed, 4 Feb 2009 01:17:59 -0800 (PST) Message-ID: <1949037022.1233739079876.JavaMail.jira@brutus> Date: Wed, 4 Feb 2009 01:17:59 -0800 (PST) From: "Gang Yin (JIRA)" To: dev@geronimo.apache.org Subject: [jira] Updated: (GERONIMO-4517) Apply unified message display style(G-4484) to javascript alert messages. Together with the localization of these messages. In-Reply-To: <1546290721.1232076179748.JavaMail.jira@brutus> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/jira/browse/GERONIMO-4517?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Gang Yin updated GERONIMO-4517: ------------------------------- Attachment: (was: screenshot-2.jpg) > Apply unified message display style(G-4484) to javascript alert messages. Together with the localization of these messages. > --------------------------------------------------------------------------------------------------------------------------- > > Key: GERONIMO-4517 > URL: https://issues.apache.org/jira/browse/GERONIMO-4517 > Project: Geronimo > Issue Type: Improvement > Security Level: public(Regular issues) > Components: console > Affects Versions: 2.2 > Reporter: Gang Yin > Assignee: Gang Yin > Priority: Minor > Fix For: 2.2 > > Attachments: js-localization-core.patch, screenshot-1.jpg, screenshot-2.jpg, screenshot-3.jpg > > > Currently all the messages generated from backend is displayed in a unified manner(G-4484), but frontend javascript use alert boxes to display all kinds of messages without distinguishing their types(e.g. error, warn, info), and the UX of alert boxes is not so good, so I'm going to extend the unified message display style of backend messages to frontend messages. Also, the localization work will be done meantime. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.