Skip to content

Commit bd1dd05

Browse files
committed
Update: set the group action checkbox & handler template updatable
1 parent 8298a71 commit bd1dd05

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed
Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,2 @@
1-
<input type="checkbox" name="idci_group_action[data][]" value="{{ index }}" />
1+
<input id="idci_group_action_{{ index }}" {% if class is defined %}class="{{ class }}"{% endif %} type="checkbox" name="idci_group_action[data][]" value="{{ index }}" />
2+
{% if label is defined and label is same as(true) %}<label for="idci_group_action_{{ index }}" {% if class is defined %}class="checkmark"{% endif %}></label>{% endif %}
Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,2 @@
1-
<input type="checkbox" onchange="handleCheckboxes(this)" name="chk[]" />
1+
<input id="idci_group_action_handler" {% if class is defined %}class="{{ class }}"{% endif %} type="checkbox" onchange="handleCheckboxes(this)" name="chk[]" />
2+
{% if label is defined and label is same as(true) %}<label for="idci_group_action_handler" {% if class is defined %}class="checkmark"{% endif %}></label>{% endif %}

0 commit comments

Comments
 (0)