Commit 7e32aef2 authored by Project Open's avatar Project Open

- Disambigued list name

parent 1135bc93
...@@ -18,7 +18,7 @@ ...@@ -18,7 +18,7 @@
<script type="text/javascript" <if @::__csp_nonce@ not nil>nonce="@::__csp_nonce;literal@"</if>> <script type="text/javascript" <if @::__csp_nonce@ not nil>nonce="@::__csp_nonce;literal@"</if>>
window.addEventListener('load', function() { window.addEventListener('load', function() {
document.getElementById('list_check_all_sub_conf_items').addEventListener('click', function() { acs_ListCheckAll('conf_items_list', this.checked) }); document.getElementById('list_check_all_sub_conf_items').addEventListener('click', function() { acs_ListCheckAll('conf_items_sub_list', this.checked) });
}); });
</script> </script>
......
...@@ -306,7 +306,7 @@ db_multirow -extend {conf_item_chk conf_item_url indent return_url processor} co ...@@ -306,7 +306,7 @@ db_multirow -extend {conf_item_chk conf_item_url indent return_url processor} co
set conf_item_chk "<input type=\"checkbox\" set conf_item_chk "<input type=\"checkbox\"
name=\"conf_item_id\" name=\"conf_item_id\"
value=\"$conf_item_id\" value=\"$conf_item_id\"
id=\"conf_items_list,$conf_item_id\">" id=\"conf_items_sub_list,$conf_item_id\">"
set processor "${processor_num}x$processor_speed" set processor "${processor_num}x$processor_speed"
set return_url [im_url_with_query] set return_url [im_url_with_query]
set conf_item_url [export_vars -base new {conf_item_id {form_mode "display"}}] set conf_item_url [export_vars -base new {conf_item_id {form_mode "display"}}]
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment