Revision b89137f8
Von Moritz Bunkus vor fast 14 Jahren hinzugefügt
SL/Controller/Base.pm | ||
---|---|---|
299 | 299 |
"templates/webpages/" and postfixed with ".html". An exception will be |
300 | 300 |
thrown if that file does not exist. |
301 | 301 |
|
302 |
If C<< $options->{partial} >> or C<< $options->{inline} }} is trueish
|
|
302 |
If C<< $options->{partial} >> or C<< $options->{inline} >> is trueish
|
|
303 | 303 |
then C<< $::form->header >> will not be called. Otherwise |
304 | 304 |
C<< $::form->{header} >> will be set to C<$locals{header}> (only if |
305 | 305 |
$locals{header} is trueish) and C<< $::form->header >> will be called |
... | ... | |
361 | 361 |
|
362 | 362 |
<a href="[% SELF.url_for(controller => 'Message', action => 'new', recipient_id => 42) %]">create new message</a> |
363 | 363 |
|
364 |
=item redirect_to %url_params
|
|
364 |
=item C<redirect_to %url_params>
|
|
365 | 365 |
|
366 | 366 |
Redirects the browser to a new URL by outputting a HTTP redirect |
367 | 367 |
header. The URL is generated by calling L</url_for> with |
Auch abrufbar als: Unified diff
Formatfixes in Dokumentation