[Rt-commit] rt branch, 4.0/div-name, repushed
Alex Vandiver
alexmv at bestpractical.com
Fri Feb 7 13:11:56 EST 2014
The branch 4.0/div-name was deleted and repushed:
was 180d10437ccb3eb53875e2317d829286681bb5ce
now aed50ba745992303993aaa529122c1723044dea1
1: 180d104 ! 1: aed50ba div doesn't have "name" attribute, use "data-name" instead
@@ -18,8 +18,8 @@
% while ( my $value = $CFVs->Next ) {
% my $content = $value->Name;
% my $labelid = "$name-". $value->id;
--<div name="<% $value->Category %>">
-+<div data-name="<% $value->Category %>">
+-<div name="<% $value->Category || '' %>">
++<div data-name="<% $value->Category || '' %>">
<input type="<% $checktype %>" name="<% $name %>" id="<% $labelid %>" value="<% $content %>" <% $default{ lc $content }? ' checked="checked"' : '' |n%> />
<label for="<% $labelid %>"><% $content %></label><br />
</div>
More information about the rt-commit
mailing list