This is an automated email from the git hooks/post-receive script. New commit to branch feature/7928 in repository tutti. See http://git.codelutin.com/tutti.git commit 756f3ec807ae06e761e119660b9abaf24362b3ba Author: Kevin Morin <morin@codelutin.com> Date: Wed Jan 20 17:05:51 2016 +0100 mise en avant des textes (couleur fond + texte) dans la creation de lot benthos (fixes #7928) --- .../operation/catches/benthos/create/CreateBenthosBatchUI.jcss | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/tutti-ui-swing/src/main/java/fr/ifremer/tutti/ui/swing/content/operation/catches/benthos/create/CreateBenthosBatchUI.jcss b/tutti-ui-swing/src/main/java/fr/ifremer/tutti/ui/swing/content/operation/catches/benthos/create/CreateBenthosBatchUI.jcss index d13bdda..00e7293 100644 --- a/tutti-ui-swing/src/main/java/fr/ifremer/tutti/ui/swing/content/operation/catches/benthos/create/CreateBenthosBatchUI.jcss +++ b/tutti-ui-swing/src/main/java/fr/ifremer/tutti/ui/swing/content/operation/catches/benthos/create/CreateBenthosBatchUI.jcss @@ -54,6 +54,10 @@ NumberEditor { visible: { model.getSpeciesProtocolFrequencyMode() != null }; text: { model.getSpeciesProtocolFrequencyMode().toString() }; font-weight: bold; + background: { handler.getConfig().getColorHighlightInfoBackground() }; + foreground: { handler.getConfig().getColorHighlightInfoForeground() }; + opaque: true; + border: {new javax.swing.border.EmptyBorder(5, 10, 5, 10)}; } #categoryPanel { @@ -108,6 +112,9 @@ NumberEditor { toolTipText: "tutti.createBenthosBatch.field.batchCount.tip"; labelFor: {batchCountField}; font-weight: { CreateBenthosBatchUIModel.SpeciesProtocolFrequencyMode.COUNT == model.getSpeciesProtocolFrequencyMode() ? "bold" : "normal" }; + background: {CreateBenthosBatchUIModel.SpeciesProtocolFrequencyMode.COUNT == model.getSpeciesProtocolFrequencyMode() ? handler.getConfig().getColorHighlightInfoBackground() : null}; + foreground: {CreateBenthosBatchUIModel.SpeciesProtocolFrequencyMode.COUNT == model.getSpeciesProtocolFrequencyMode() ? handler.getConfig().getColorHighlightInfoForeground() : null}; + opaque: {CreateBenthosBatchUIModel.SpeciesProtocolFrequencyMode.COUNT == model.getSpeciesProtocolFrequencyMode()}; _help: {"tutti.createBenthosBatch.field.batchCount.help"}; } @@ -195,6 +202,8 @@ NumberEditor { i18nMnemonic: "tutti.createBenthosBatch.action.saveAndFrequencies.mnemonic"; enabled: {model.isValid()}; font-weight: { CreateBenthosBatchUIModel.SpeciesProtocolFrequencyMode.MEASURE == model.getSpeciesProtocolFrequencyMode() ? "bold" : "normal" }; + background: {CreateBenthosBatchUIModel.SpeciesProtocolFrequencyMode.MEASURE == model.getSpeciesProtocolFrequencyMode() ? handler.getConfig().getColorHighlightInfoBackground() : null}; + foreground: {CreateBenthosBatchUIModel.SpeciesProtocolFrequencyMode.MEASURE == model.getSpeciesProtocolFrequencyMode() && model.isValid() ? handler.getConfig().getColorHighlightInfoForeground() : null}; _simpleAction: {fr.ifremer.tutti.ui.swing.content.operation.catches.benthos.create.actions.CreateBenthosBatchAndFrequenciesAction.class}; _help: {"tutti.createBenthosBatch.action.saveAndFrequencies.help"}; } -- To stop receiving notification emails like this one, please contact codelutin.com SCM administrator <admin+scm@codelutin.com>.