Revision f7f03503
Von Sven Schöling vor etwa 12 Jahren hinzugefügt
SL/Form.pm | ||
---|---|---|
537 | 537 |
print $::request->{layout}->post_content; |
538 | 538 |
|
539 | 539 |
if (my @inline_scripts = $::request->{layout}->javascripts_inline) { |
540 |
print "<script type='text/javascript'>$_</script>\n" for @inline_scripts;
|
|
540 |
print "<script type='text/javascript'>@inline_scripts</script>\n";
|
|
541 | 541 |
} |
542 | 542 |
|
543 | 543 |
print <<EOL |
Auch abrufbar als: Unified diff
setupPoints und setupDateFormat in ein partial Layout verschoben