X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;ds=sidebyside;f=SL%2FPresenter.pm;h=36186c4ecb035cae164a0ffd3acd2ff5235535c6;hb=1c9c1ad92b3558fbd11e2ebb0031da402d279537;hp=d8add637898cf9dc158f0e00cd8259cb04947284;hpb=287e81e0c99c7e203b9c78bcd6a1cf1a7c28d6f6;p=kivitendo-erp.git diff --git a/SL/Presenter.pm b/SL/Presenter.pm index d8add6378..36186c4ec 100644 --- a/SL/Presenter.pm +++ b/SL/Presenter.pm @@ -12,11 +12,17 @@ use SL::Presenter::DeliveryOrder; use SL::Presenter::EscapedText; use SL::Presenter::Invoice; use SL::Presenter::Order; +use SL::Presenter::Part; use SL::Presenter::Project; use SL::Presenter::Record; +use SL::Presenter::SepaExport; use SL::Presenter::Text; use SL::Presenter::Tag; +use Rose::Object::MakeMethods::Generic ( + scalar => [ qw(need_reinit_widgets) ], +); + sub get { return $::request->presenter; } @@ -244,13 +250,17 @@ the following variables: =item * C -- C<$::auth> +=item * C -- the flash instance (C<$::form-E{FLASH}>) + =item * C
-- C<$::form> +=item * C -- C<$::instance_conf> + =item * C -- C<$::locale> =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, +section, second the actual variable, e.g. C, C etc) =item * C -- C<$::lxdebug> @@ -259,6 +269,9 @@ C etc) =item * C -- the controller instance +=item * C -- the presenter instance the template is +rendered with + =item * All items from C<%locals> =back