]> wagnertech.de Git - kivitendo-erp.git/blobdiff - SL/Template/Plugin/L.pm
L: Eindeutige ids für radio_tag wiederhergestellt.
[kivitendo-erp.git] / SL / Template / Plugin / L.pm
index cc9c31aed0c6dc4cae111988ba0137523d046b57..8cc93a673cecbab957d804e50abd7a3db6d05670 100644 (file)
@@ -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}) {