From: Sven Schöling Date: Fri, 25 Jul 2014 13:56:49 +0000 (+0200) Subject: L: Eindeutige ids für radio_tag wiederhergestellt. X-Git-Tag: release-3.2.0beta~385 X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/commitdiff_plain/7399e9f0475304bfa3d2cf4311d9f35a6d5a52d1?ds=inline;hp=--cc L: Eindeutige ids für radio_tag wiederhergestellt. Die waren in da2fecb453416b3731a896ab6d35e9992be3d9eb kaputtgegangen. --- 7399e9f0475304bfa3d2cf4311d9f35a6d5a52d1 diff --git a/SL/Template/Plugin/L.pm b/SL/Template/Plugin/L.pm index cc9c31aed..8cc93a673 100644 --- a/SL/Template/Plugin/L.pm +++ b/SL/Template/Plugin/L.pm @@ -121,6 +121,7 @@ sub radio_button_tag { _set_id_attribute(\%attributes, $name); $attributes{value} = 1 unless exists $attributes{value}; + $attributes{id} .= '_' . $attributes{value}; my $label = delete $attributes{label}; if ($attributes{checked}) {