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