Marijan Milicevic pushed to branch master at cms-community / hippo-essentials


Commits:
091c8e68 by Bert Leunis at 2017-04-14T13:56:27+02:00
ESSENTIALS-1063 click on label toggles the checkbox

- - - - -
8fd68478 by jasper.floor at 2017-05-09T16:38:24+02:00
ESSENTIALS-1063 label radio

- - - - -
190ec87d by jasper.floor at 2017-05-09T16:57:40+02:00
ESSENTIALS-1063 Merge master changes in feature/ESSENTIALS-1063

- - - - -
316f8d6f by Marijan Milicevic at 2017-05-10T10:47:41+02:00
ESSENTIALS-1063 Reintegrate feature/ESSENTIALS-1063

- - - - -


1 changed file:

- 
plugins/bean-writer/src/main/resources/META-INF/resources/tool/beanwriter/beanwriter.html


Changes:

=====================================
plugins/bean-writer/src/main/resources/META-INF/resources/tool/beanwriter/beanwriter.html
=====================================
--- 
a/plugins/bean-writer/src/main/resources/META-INF/resources/tool/beanwriter/beanwriter.html
+++ 
b/plugins/bean-writer/src/main/resources/META-INF/resources/tool/beanwriter/beanwriter.html
@@ -27,14 +27,18 @@
             </p>
             <ul class="list-group">
                 <li class="list-group-item" ng-repeat="image in imageSets | 
orderBy:identity" ng-switch="image==selectedImageSet">
-                    <input type="radio" name="selectedImage" 
ng-model="$parent.selectedImageSet" ng-value="image"/>
-                    <strong ng-switch-when="true">{{image}}</strong>
-                    <span ng-switch-default>{{image}}</span>
+                    <label>
+                        <input type="radio" name="selectedImage" 
ng-model="$parent.selectedImageSet" ng-value="image"/>
+                        <strong ng-switch-when="true">{{image}}</strong>
+                        <span ng-switch-default>{{image}}</span>
+                    </label>
                 </li>
             </ul>
             <p>
-                <input type="checkbox" ng-model="updateImageMethods"/>
-                Update <strong>existing</strong> methods so they will use the 
selected imageset too.
+                <label>
+                    <input type="checkbox" ng-model="updateImageMethods"/>
+                    Update <span class="alert-info">existing</span> methods so 
they will use the selected imageset too.
+                </label>
             </p>
         </div>
     </div>



View it on GitLab: 
https://code.onehippo.org/cms-community/hippo-essentials/compare/0fb8a569372f6cc9235a95cdf29d28c4f1f33d4e...316f8d6f8e93193096e882b3b9121f7b21c64488
_______________________________________________
Hippocms-svn mailing list
Hippocms-svn@lists.onehippo.org
https://lists.onehippo.org/mailman/listinfo/hippocms-svn

Reply via email to