Revision 375bbd31
Von Bernd Bleßmann vor mehr als 1 Jahr hinzugefügt
templates/design40_webpages/do/form_header.html | ||
---|---|---|
123 | 123 |
[% L.hidden_tag('form_validity_token', form_validity_token) %] |
124 | 124 |
[% END %] |
125 | 125 |
|
126 |
[% IF delivered %][% SET RO=' readonly' %][% END %] |
|
127 |
|
|
126 | 128 |
<table class="tbl-horizontal col"> |
127 | 129 |
<caption>[% 'Customer & Order Information' | $T8 %]</caption> |
128 | 130 |
<colgroup><col class="wi-mediumsmall"><col class="wi-wide"></colgroup> |
... | ... | |
226 | 228 |
<th>[% 'Transaction description' | $T8 %]</th> |
227 | 229 |
<td>[% L.input_tag("transaction_description", transaction_description, class="wi-wide", "data-validate"=(INSTANCE_CONF.get_require_transaction_description_ps ? 'required' : ''), readonly=delivered) %]</td> |
228 | 230 |
</tr> |
229 |
<tr> |
|
230 |
<td colspan="2"> |
|
231 |
<span class="label above">[% 'Internal Notes' | $T8 %]</span> |
|
232 |
[% IF delivered %][% SET RO=' readonly' %][% END %] |
|
233 |
[% L.textarea_tag("notes", notes, wrap="soft", style="width: 350px; height: 150px", class="texteditor") %] |
|
234 |
</td> |
|
235 |
</tr> |
|
236 | 231 |
</tbody> |
237 | 232 |
</table> |
238 | 233 |
|
... | ... | |
258 | 253 |
[% END %] |
259 | 254 |
</td> |
260 | 255 |
</tr> |
256 |
<tr> |
|
257 |
<td colspan="2"> |
|
258 |
<span class="label above">[% 'Internal Notes' | $T8 %]</span> |
|
259 |
[% L.textarea_tag("intnotes", intnotes, wrap="soft", class="wi-wide") %] |
|
260 |
</td> |
|
261 |
</tr> |
|
261 | 262 |
</tbody> |
262 | 263 |
</table> |
263 | 264 |
|
Auch abrufbar als: Unified diff
design40: Interne Bemerkungen bei Lieferschein repariert.
- Hier war zweimal notes angesprochen, statt intnotes.
- Position unter Bemerkungen, wie in den anderen Masken