From: Moritz Bunkus Date: Thu, 30 Dec 2010 15:32:27 +0000 (+0100) Subject: Formatfixes in Dokumentation X-Git-Tag: release-2.6.2beta1~17^2~3^2~1 X-Git-Url: http://wagnertech.de/git?a=commitdiff_plain;h=b89137f814fb873ddc98c765b7a0ef17bed83ce1;p=kivitendo-erp.git Formatfixes in Dokumentation --- diff --git a/SL/Controller/Base.pm b/SL/Controller/Base.pm index 8e7e721dd..39bc692e7 100644 --- a/SL/Controller/Base.pm +++ b/SL/Controller/Base.pm @@ -299,7 +299,7 @@ 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} >> or C<< $options->{inline} }} is trueish +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 @@ -361,7 +361,7 @@ Usage from a template might look like this: create new message -=item redirect_to %url_params +=item C Redirects the browser to a new URL by outputting a HTTP redirect header. The URL is generated by calling L with