Changeset 9806 for trunk/admin/themes/default/template
- Timestamp:
- Mar 21, 2011, 1:58:39 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/admin/themes/default/template/batch_manager_global.tpl
r9466 r9806 145 145 $("[id^=action_]").hide(); 146 146 147 $("select[name=selectAction]").c lick(function () {147 $("select[name=selectAction]").change(function () { 148 148 $("[id^=action_]").hide(); 149 149 $("#action_"+$(this).attr("value")).show(); 150 151 if ($(this).val() != -1) { 152 $("#applyActionBlock").show(); 153 } 154 else { 155 $("#applyActionBlock").hide(); 156 } 150 157 }); 151 158 … … 248 255 else { 249 256 $("#set_date_creation").show(); 250 }251 });252 253 $("select[name=selectAction]").change(function() {254 if ($(this).val() != -1) {255 $("#applyActionBlock").show();256 }257 else {258 $("#applyActionBlock").hide();259 257 } 260 258 });
Note: See TracChangeset
for help on using the changeset viewer.