Revision 420354a7
Von Sven Schöling vor fast 10 Jahren hinzugefügt
SL/Template/Plugin/L.pm | ||
---|---|---|
126 | 126 |
_set_id_attribute(\%attributes, $name, 1); |
127 | 127 |
my $label = delete $attributes{label}; |
128 | 128 |
|
129 |
_set_id_attribute(\%attributes, $name . '_' . $attributes{value}); |
|
130 |
|
|
129 | 131 |
if ($attributes{checked}) { |
130 | 132 |
$attributes{checked} = 'checked'; |
131 | 133 |
} else { |
Auch abrufbar als: Unified diff
L.radio_button_tag: value in id mit einbeziehen