[Rt-commit] rt branch, label-updatecc-suggestions, created. rt-4.4.1-308-g036f539
Alex Vandiver
alexmv at bestpractical.com
Mon Feb 20 18:11:33 EST 2017
The branch, label-updatecc-suggestions has been created
at 036f539781757d289b4b5bd15a9a24fbd0e9847c (commit)
- Log -----------------------------------------------------------------
commit 036f539781757d289b4b5bd15a9a24fbd0e9847c
Author: Alex Vandiver <alex at chmrr.net>
Date: Mon Feb 20 15:11:21 2017 -0800
Set an id= on the "All recipients" checkbox so the <label> works
This parallels ceea94d7.
diff --git a/share/html/Ticket/Elements/UpdateCc b/share/html/Ticket/Elements/UpdateCc
index 0ff5e81..acc53b3 100644
--- a/share/html/Ticket/Elements/UpdateCc
+++ b/share/html/Ticket/Elements/UpdateCc
@@ -59,7 +59,7 @@
<div class="OneTimeCcs hidden">
% }
<i class="label">(<&|/l&>check to add</&>)</i>
-<input type="checkbox" class="checkbox" name="AllSuggestedCc" value="1" onclick="setCheckbox(this, /^UpdateCc-/, null, true)">
+<input type="checkbox" class="checkbox" id="AllSuggestedCc" name="AllSuggestedCc" value="1" onclick="setCheckbox(this, /^UpdateCc-/, null, true)">
<label for="AllSuggestedCc"><% loc('All recipients') %></label>
%}
%foreach my $addr ( @one_time_Ccs ) {
@@ -88,7 +88,7 @@
<div class="OneTimeCcs hidden">
% }
<i class="label">(<&|/l&>check to add</&>)</i>
-<input type="checkbox" class="checkbox" name="AllSuggestedBcc" value="1" onclick="setCheckbox(this, /^UpdateBcc-/, null, true)">
+<input type="checkbox" class="checkbox" id="AllSuggestedBcc" name="AllSuggestedBcc" value="1" onclick="setCheckbox(this, /^UpdateBcc-/, null, true)">
<label for="AllSuggestedBcc"><% loc('All recipients') %></label>
%}
%foreach my $addr ( @one_time_Ccs ) {
-----------------------------------------------------------------------
More information about the rt-commit
mailing list