projects
/
kivitendo-erp.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a801673
)
L: Eindeutige ids für radio_tag wiederhergestellt.
author
Sven Schöling
<s.schoeling@linet-services.de>
Fri, 25 Jul 2014 13:56:49 +0000
(15:56 +0200)
committer
Sven Schöling
<s.schoeling@linet-services.de>
Fri, 25 Jul 2014 13:56:49 +0000
(15:56 +0200)
Die waren in
da2fecb453416b3731a896ab6d35e9992be3d9eb
kaputtgegangen.
SL/Template/Plugin/L.pm
patch
|
blob
|
history
diff --git
a/SL/Template/Plugin/L.pm
b/SL/Template/Plugin/L.pm
index
cc9c31a
..
8cc93a6
100644
(file)
--- 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}) {