Revision 956805a6
templates/design40_webpages/order/tabs/basic_data.html | ||
---|---|---|
133 | 133 |
<td>[% L.input_tag('order.shipvia', SELF.order.shipvia, class='wi-lightwide') %]</td> |
134 | 134 |
</tr> |
135 | 135 |
<tr> |
136 |
<th>[% 'Transaction description' | $T8 %]</th> |
|
137 |
<td>[% L.input_tag('order.transaction_description', SELF.order.transaction_description, 'data-validate'=INSTANCE_CONF.get_require_transaction_description_ps ? 'required' : '', class='wi-lightwide') %]</td> |
|
136 |
[% IF INSTANCE_CONF.get_kix18 %] |
|
137 |
<th>[% 'Ticket Number' | $T8 %]</th> |
|
138 |
[% ELSE %] |
|
139 |
<th>[% 'Transaction description' | $T8 %]</th> |
|
140 |
[% END %] |
|
141 |
<td>[% L.input_tag('order.transaction_description', SELF.order.transaction_description, 'data-validate'=INSTANCE_CONF.get_require_transaction_description_ps ? 'required' : '', class='wi-lightwide') %] |
|
142 |
[% IF INSTANCE_CONF.get_kix18 && SELF.order.ticket_id %] |
|
143 |
[% kix18_url = LXCONFIG.kix18.kix_ticket_id_url %] |
|
144 |
<a href="[% kix18_url.replace('<%ticket_id%>', SELF.order.ticket_id) %]" target="_blank" title="[% 'Ticket' | $T8 %] ,[% 'Open in new window' | $T8 %]">Ticket</a> |
|
145 |
[% END %] |
|
146 |
</td> |
|
138 | 147 |
</tr> |
139 | 148 |
<tr> |
140 | 149 |
<th>[% 'Project Number' | $T8 %]</th> |
templates/webpages/order/tabs/basic_data.html | ||
---|---|---|
118 | 118 |
</tr> |
119 | 119 |
|
120 | 120 |
<tr> |
121 |
<th align="right">[% 'Transaction description' | $T8 %]</th> |
|
122 |
<td>[% L.input_tag('order.transaction_description', SELF.order.transaction_description, 'data-validate'=INSTANCE_CONF.get_require_transaction_description_ps ? 'required' : '', style='width: 300px') %]</td> |
|
121 |
[% IF INSTANCE_CONF.get_kix18 %] |
|
122 |
<th>[% 'Ticket Number' | $T8 %]</th> |
|
123 |
[% ELSE %] |
|
124 |
<th>[% 'Transaction description' | $T8 %]</th> |
|
125 |
[% END %] |
|
126 |
<td>[% L.input_tag('order.transaction_description', SELF.order.transaction_description, 'data-validate'=INSTANCE_CONF.get_require_transaction_description_ps ? 'required' : '', class='wi-lightwide') %] |
|
127 |
[% IF INSTANCE_CONF.get_kix18 && SELF.order.ticket_id %] |
|
128 |
[% kix18_url = LXCONFIG.kix18.kix_ticket_id_url %] |
|
129 |
<a href="[% kix18_url.replace('<%ticket_id%>', SELF.order.ticket_id) %]" target="_blank" title="[% 'Ticket' | $T8 %] ,[% 'Open in new window' | $T8 %]">Ticket</a> |
|
130 |
[% END %] |
|
131 |
</td> |
|
123 | 132 |
</tr> |
124 | 133 |
|
125 | 134 |
<tr> |
Auch abrufbar als: Unified diff
kix18: Link zu KIX18 an der Vorgangsbezeichnung anbieten
Vorgangsbezeichnung wird auch immer die Ticketnummer sein