Revision 58b90d2d
Von Moritz Bunkus vor mehr als 16 Jahren hinzugefügt
SL/Template.pm | ||
---|---|---|
}
|
||
|
||
# Yes we need a manual page break -- or the user has forced one
|
||
if ((($current_line + $lines) > $lpp) ||
|
||
($form->{"description"}->[$i] =~ /<pagebreak>/)) {
|
||
if ((($current_line + $lines) > $lpp) || ($form->{"description"}->[$i] =~ /<pagebreak>/) || ($form->{"longdescription"}->[$i] =~ /<pagebreak>/)) {
|
||
my $pb = $self->{"pagebreak_block"};
|
||
|
||
# replace the special variables <%sumcarriedforward%>
|
Auch abrufbar als: Unified diff
<pagebreak> auch in der Langbeschreibung auswerten.