client: mark the check boxes and radio buttons that should use the new style

This commit is contained in:
Adorian Doran 2025-01-24 22:55:12 +02:00
parent fa867cd75d
commit 2f5ac6d114

View File

@ -45,8 +45,10 @@ const TPL = `
<h4>${t("bulk_actions.affected_notes")}: <span class="affected-note-count">0</span></h4>
<div class="form-check">
<label for="include-descendants" class="form-check-label tn-checkbox">
<input id="include-descendants" class="include-descendants form-check-input" type="checkbox" value="">
<label for="include-descendants" class="form-check-label">${t("bulk_actions.include_descendants")}</label>
${t("bulk_actions.include_descendants")}
</label>
</div>
<h4>${t("bulk_actions.available_actions")}</h4>