Revision 41f12d9b
Von Bernd Bleßmann vor 12 Monaten hinzugefügt
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
Auftrags-Controller: Nummer im Title escapen