Revision 7890a000
Von Moritz Bunkus vor etwa 3 Jahren hinzugefügt
SL/Controller/Project.pm | ||
---|---|---|
248 | 248 |
|
249 | 249 |
CVar->render_inputs(variables => $params{CUSTOM_VARIABLES}) if @{ $params{CUSTOM_VARIABLES} }; |
250 | 250 |
|
251 |
$::request->layout->use_javascript('kivi.File.js');
|
|
251 |
$::request->layout->use_javascript("$_.js") for qw(kivi.File ckeditor/ckeditor ckeditor/adapters/jquery);
|
|
252 | 252 |
$self->setup_edit_action_bar(callback => $params{callback}); |
253 | 253 |
|
254 | 254 |
$self->render('project/form', %params); |
Auch abrufbar als: Unified diff
Benutzerdef. Var. als HTML-Feld: Projekte