Revision c0ec83b2
Von Sven Schöling vor mehr als 3 Jahren hinzugefügt
SL/Presenter/Tag.pm | ||
---|---|---|
299 | 299 |
|
300 | 300 |
$onclick = 'if (!confirm("'. _J(delete($attributes{confirm})) .'")) return false; ' . $onclick if $attributes{confirm}; |
301 | 301 |
|
302 |
html_tag('input', undef, %attributes, value => $value, onclick => $onclick);
|
|
302 |
html_tag('input', undef, %attributes, value => $value, (onclick => $onclick)x!!$onclick);
|
|
303 | 303 |
} |
304 | 304 |
|
305 | 305 |
sub submit_tag { |
Auch abrufbar als: Unified diff
Presenter::Tag: button_tag rendert onclick nur wenn vorhanden