Projekt

Allgemein

Profil

« Zurück | Weiter » 

Revision 41f12d9b

Von Bernd Bleßmann vor 12 Monaten hinzugefügt

  • ID 41f12d9bf75e77d004d1b820b71c6c6367eb4bf6
  • Vorgänger 12856674
  • Nachfolger cdef56a6

Auftrags-Controller: Nummer im Title escapen

Unterschiede anzeigen:

templates/design40_webpages/order/form.html
2 2
[% USE LxERP %]
3 3
[% USE L %]
4 4
[% USE HTML %]
5
<h1>[% FORM.title %] <span id='nr_in_title'>[% SELF.order.number %]</span></h1>
5
<h1>[% FORM.title %] <span id='nr_in_title'>[% SELF.order.number | html %]</span></h1>
6 6

  
7 7
<div id="print_options" style="display:none">
8 8
  <form method="post" action="controller.pl" id="print_options_form">
templates/webpages/order/form.html
2 2
[%- USE LxERP %]
3 3
[%- USE L %]
4 4
[%- USE HTML %]
5
<h1>[% FORM.title %] <span id='nr_in_title'>[%- SELF.order.number -%]</span></h1>
5
<h1>[% FORM.title %] <span id='nr_in_title'>[%- SELF.order.number | html -%]</span></h1>
6 6

  
7 7
<div id="print_options" style="display:none">
8 8
  <form method="post" action="controller.pl" id="print_options_form">

Auch abrufbar als: Unified diff