Remove unnecessary id attribute.
authorBradley Taylor <hello@brad-taylor.co.uk>
Fri, 31 Dec 2021 10:54:39 +0000 (10:54 +0000)
committerBradley Taylor <hello@brad-taylor.co.uk>
Sat, 1 Jan 2022 12:25:56 +0000 (12:25 +0000)
The min_amount ID was used for both a tr and a input element, breaking accessibility links

templates/CRM/Price/Form/Set.tpl

index a8b20ad7ac1df28f32fa7af862dedb42038e97be..b94e6609947c2635d5242868d211e82af24143b8 100644 (file)
@@ -36,7 +36,7 @@
           {/if}
           </td>
         </tr>
-        <tr id="min_amount" class="crm-price-set-form-block-min_amount">
+        <tr class="crm-price-set-form-block-min_amount">
            <td class="label">{$form.min_amount.label}</td>
            <td>{$form.min_amount.html}</td>
         </tr>