Merge "Move to alpine"
[clamp.git] / src / main / resources / META-INF / resources / designer / partials / portfolios / global_properties.html
index febdb6b..e7b4f38 100644 (file)
                                </a> / <a href="javascript:void(0);" class="btn-link" id='paramsCancel'>Cancel</a>
                        </div>
                        <div>
-
-                               <div class="form-group clearfix">
-                                       <label for="actionSet" class="col-sm-4 control-label">
-                                               Action Set</label>
-
-                                       <div class="col-sm-8">
-                                               <select class="form-control" id="actionSet" name="actionSet"
-                                                       onchange="propChangeAlert(this);">
-                                               </select>
-
-                                       </div>
-                               </div>
-
-                               <div class="form-group clearfix">
-                                       <label for="location" class="col-sm-4 control-label">
-                                               Location</label>
-
-                                       <div class="col-sm-8">
-                                               <select class="form-control" id="location" name="location"
-                                                       multiple size=2>
-
-                                               </select>
-
-                                       </div>
-                               </div>
                                <div class="form-group clearfix">
                                        <label for="deployParameters" class="col-sm-4 control-label">
                                                Deploy Parameters</label>
                        class="btn btn-primary">Cancel</button>
 
        </div>
-
-
-       <script>
-               //display message only if global was previously saved
-        asDiff = false;
-
-        function propChangeAlert(actionset) {
-               //throw warnings only if options were previously chosen
-               var globalProp = getGlobalProperty();
-               if (globalProp) {
-                       loop1: for (var i = 0; i < globalProp.length; i++) {
-                               if (globalProp[i]["name"] == actionset.id) {
-                                       //user did not change properties                                                
-                                       if (globalProp[i]["value"][0] == actionset.value) {
-                                               if (globalProp[i]["name"] == "actionSet") {
-                                                       asDiff = false;
-                                               }
-                                               if (!asDiff) {
-                                                       $(".propChangeWarn").hide();
-                                               }
-                                               ;
-                                               //user changed properties
-                                       } else {
-                                               if (globalProp[i]["name"] == "actionSet") {
-                                                       asDiff = true;
-                                               };
-                                               $(".propChangeWarn").show();
-                                       }
-                                       break loop1;
-                               }
-                       }
-               }
-        }
-       </script>
 </div>