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:
3bd0186
)
L.radio_button_tag: value in id mit einbeziehen
author
Sven Schöling
<s.schoeling@linet-services.de>
Tue, 27 Jan 2015 15:12:05 +0000
(16:12 +0100)
committer
Sven Schöling
<s.schoeling@linet-services.de>
Tue, 27 Jan 2015 15:39:26 +0000
(16:39 +0100)
SL/Template/Plugin/L.pm
patch
|
blob
|
history
diff --git
a/SL/Template/Plugin/L.pm
b/SL/Template/Plugin/L.pm
index
720c5b7
..
62a4e86
100644
(file)
--- a/
SL/Template/Plugin/L.pm
+++ b/
SL/Template/Plugin/L.pm
@@
-126,6
+126,8
@@
sub radio_button_tag {
_set_id_attribute(\%attributes, $name, 1);
my $label = delete $attributes{label};
+ _set_id_attribute(\%attributes, $name . '_' . $attributes{value});
+
if ($attributes{checked}) {
$attributes{checked} = 'checked';
} else {