Return-Path: X-Original-To: apmail-empire-db-commits-archive@www.apache.org Delivered-To: apmail-empire-db-commits-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id ABE22182B0 for ; Mon, 12 Oct 2015 16:21:05 +0000 (UTC) Received: (qmail 95142 invoked by uid 500); 12 Oct 2015 16:21:05 -0000 Delivered-To: apmail-empire-db-commits-archive@empire-db.apache.org Received: (qmail 95126 invoked by uid 500); 12 Oct 2015 16:21:05 -0000 Mailing-List: contact commits-help@empire-db.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: empire-db-dev@empire-db.apache.org Delivered-To: mailing list commits@empire-db.apache.org Received: (qmail 95004 invoked by uid 500); 12 Oct 2015 16:21:05 -0000 Delivered-To: apmail-incubator-empire-db-commits@incubator.apache.org Received: (qmail 95000 invoked by uid 99); 12 Oct 2015 16:21:05 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 12 Oct 2015 16:21:05 +0000 Date: Mon, 12 Oct 2015 16:21:05 +0000 (UTC) From: "jan (JIRA)" To: empire-db-commits@incubator.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Resolved] (EMPIREDB-231) Improve CheckboxInputControl MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/EMPIREDB-231?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] jan resolved EMPIREDB-231. -------------------------- Resolution: Fixed Fix Version/s: empire-db-2.4.5 merged today. > Improve CheckboxInputControl > ---------------------------- > > Key: EMPIREDB-231 > URL: https://issues.apache.org/jira/browse/EMPIREDB-231 > Project: Empire-DB > Issue Type: Improvement > Components: JSF2 Extensions > Affects Versions: empire-db-2.4.4 > Reporter: jan > Assignee: jan > Priority: Minor > Fix For: empire-db-2.4.5 > > > The CheckBoxInputControl renders a span with true or false as text if the record is read only. > I created a patch (https://github.com/apache/empire-db/pull/2) to render a div inside the span with eTypeBoolTrue/eTypeBoolFalse CSS classes to handle read only boolean fields in a nicer way. -- This message was sent by Atlassian JIRA (v6.3.4#6332)