X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/blobdiff_plain/be6f6cfd8dc7def5356edd0c5aacb814b4baded1..51fa09f29ebea609f58d14506d6938c0e0ee1ab0:/SL/Controller/Base.pm?ds=inline diff --git a/SL/Controller/Base.pm b/SL/Controller/Base.pm index 8135b5558..d80fca16d 100644 --- a/SL/Controller/Base.pm +++ b/SL/Controller/Base.pm @@ -65,16 +65,10 @@ sub render { my %params = ( %locals, AUTH => $::auth, + FLASH => $::form->{FLASH}, FORM => $::form, LOCALE => $::locale, - LXCONFIG => { dbcharset => $::lx_office_conf{system}->{dbcharset}, - webdav => $::lx_office_conf{system}->{webdav}, - lizenzen => $::lx_office_conf{system}->{lizenzen}, - latex_templates => $::lx_office_conf{print_templates}->{latex}, - opendocument_templates => $::lx_office_conf{print_templates}->{opendocument}, - vertreter => $::lx_office_conf{system}->{vertreter}, - show_best_before => $::lx_office_conf{system}->{show_best_before}, - }, + LXCONFIG => \%::lx_office_conf, LXDEBUG => $::lxdebug, MYCONFIG => \%::myconfig, SELF => $self, @@ -336,9 +330,10 @@ The template itself has access to the following variables: =item * C -- C<$::locale> -=item * C -- all parameters from C with -the same name they appear in the file (e.g. C, C -etc) +=item * C -- all parameters from C +with the same name they appear in the file (first level is the +section, second the actual variable, e.g. C, +C etc) =item * C -- C<$::lxdebug>