Revision f7f03503
Von Sven Schöling vor etwa 12 Jahren hinzugefügt
SL/Controller/Layout/None.pm | ||
---|---|---|
3 | 3 |
use strict; |
4 | 4 |
use parent qw(SL::Controller::Layout::Base); |
5 | 5 |
|
6 |
sub javascripts_inline { |
|
7 |
$::form->parse_html_template('generic/javascript_setup') |
|
8 |
} |
|
9 |
|
|
6 | 10 |
1; |
Auch abrufbar als: Unified diff
setupPoints und setupDateFormat in ein partial Layout verschoben