Projekt

Allgemein

Profil

« Zurück | Weiter » 

Revision 58b90d2d

Von Moritz Bunkus vor fast 16 Jahren hinzugefügt

  • ID 58b90d2d1159a4564f4ef0533669a506442e88eb
  • Vorgänger 752642dd
  • Nachfolger 4b4c9020

<pagebreak> auch in der Langbeschreibung auswerten.

Unterschiede anzeigen:

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