From: Moritz Bunkus Date: Thu, 30 Dec 2010 15:27:50 +0000 (+0100) Subject: Dokumentationsupdate X-Git-Tag: release-2.6.2beta1~17^2~3^2~6 X-Git-Url: http://wagnertech.de/git?a=commitdiff_plain;h=703d517a2e7737e442984bc7bb5dae067c3c04ba;p=kivitendo-erp.git Dokumentationsupdate --- diff --git a/SL/Controller/Base.pm b/SL/Controller/Base.pm index c4f66dce8..2db21151a 100644 --- a/SL/Controller/Base.pm +++ b/SL/Controller/Base.pm @@ -227,11 +227,11 @@ interpreted as the name of a template file. It is prefixed with "templates/webpages/" and postfixed with ".html". An exception will be thrown if that file does not exist. -If C<< $options->{partial} >> is trueish then C<< $::form->header >> -will not be called. Otherwise C<< $::form->{header} >> will be set to -C<$locals{header}> (only if $locals{header} is trueish) and -C<< $::form->header >> will be called before the template itself is -processed. +If C<< $options->{partial} >> or C<< $options->{inline} }} is trueish +then C<< $::form->header >> will not be called. Otherwise +C<< $::form->{header} >> will be set to C<$locals{header}> (only if +$locals{header} is trueish) and C<< $::form->header >> will be called +before the template itself is processed. The template itself has access to the following variables: