You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@syncope.apache.org by fm...@apache.org on 2016/03/21 14:12:40 UTC

syncope git commit: [SYNCOPE-156] fix for label

Repository: syncope
Updated Branches:
  refs/heads/master 4ede1ed11 -> f7beea300


[SYNCOPE-156] fix for label


Project: http://git-wip-us.apache.org/repos/asf/syncope/repo
Commit: http://git-wip-us.apache.org/repos/asf/syncope/commit/f7beea30
Tree: http://git-wip-us.apache.org/repos/asf/syncope/tree/f7beea30
Diff: http://git-wip-us.apache.org/repos/asf/syncope/diff/f7beea30

Branch: refs/heads/master
Commit: f7beea30044a668337fbdb52a25a1b3e586e8585
Parents: 4ede1ed
Author: fmartelli <fa...@gmail.com>
Authored: Mon Mar 21 14:06:42 2016 +0100
Committer: fmartelli <fa...@gmail.com>
Committed: Mon Mar 21 14:06:48 2016 +0100

----------------------------------------------------------------------
 .../markup/html/form/CheckBoxMultipleChoiceFieldPanel.html       | 4 ++++
 1 file changed, 4 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/syncope/blob/f7beea30/client/console/src/main/resources/org/apache/syncope/client/console/wicket/markup/html/form/CheckBoxMultipleChoiceFieldPanel.html
----------------------------------------------------------------------
diff --git a/client/console/src/main/resources/org/apache/syncope/client/console/wicket/markup/html/form/CheckBoxMultipleChoiceFieldPanel.html b/client/console/src/main/resources/org/apache/syncope/client/console/wicket/markup/html/form/CheckBoxMultipleChoiceFieldPanel.html
index 653dce8..6053d17 100644
--- a/client/console/src/main/resources/org/apache/syncope/client/console/wicket/markup/html/form/CheckBoxMultipleChoiceFieldPanel.html
+++ b/client/console/src/main/resources/org/apache/syncope/client/console/wicket/markup/html/form/CheckBoxMultipleChoiceFieldPanel.html
@@ -22,6 +22,10 @@ under the License.
   </head>
   <body>
     <wicket:extend>
+      <wicket:enclosure child="field-label">
+        <label wicket:id="field-label">[LABEL]</label><span wicket:id="required"/>
+        <span wicket:id="externalAction"/>
+      </wicket:enclosure>
       <div class="form-group">
         <span wicket:id="checkBoxMultipleChoice" />
       </div>