Revision 432be92f
Von Sven Schöling vor mehr als 3 Jahren hinzugefügt
SL/Presenter/Tag.pm | ||
---|---|---|
289 | 289 |
|
290 | 290 |
$onclick = 'if (!confirm("'. _J(delete($attributes{confirm})) .'")) return false; ' . $onclick if $attributes{confirm}; |
291 | 291 |
|
292 |
html_tag('input', undef, %attributes, value => $value, onclick => $onclick);
|
|
292 |
html_tag('input', undef, %attributes, value => $value, (onclick => $onclick)x!!$onclick);
|
|
293 | 293 |
} |
294 | 294 |
|
295 | 295 |
sub submit_tag { |
Auch abrufbar als: Unified diff
Presenter::Tag: button_tag rendert onclick nur wenn vorhanden