GitHub user jan666 opened a pull request:
https://github.com/apache/empire-db/pull/2
Improved readonly CheckboxInputControl
Instead of just a span with "true" or "false" as text the
CheckboxInputControl now renders a div into the span with CSS class
eTypeBoolTrue or eTypeBoolFalse.
Use it with some image for example:
span.eInput.eTypeBool div {
width: 12px;
height: 12px;
background-repeat: no-repeat;
margin-left: auto;
margin-right: auto;
}
span.eInput.eTypeBool div.eTypeBoolTrue {
background-image: url('../img/boolean_true.png');
}
span.eInput.eTypeBool div.eTypeBoolFalse {
background-image: url('../img/boolean_false.png');
}
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/jan666/empire-db master
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/empire-db/pull/2.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #2
----
commit 824151cffa0ebe37f8a22260915572586d6f4026
Author: jan <[email protected]>
Date: 2015-09-30T07:37:15Z
improved readonly CheckboxInputControl
----
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---