Projekt

Allgemein

Profil

« Zurück | Weiter » 

Revision 956805a6

Von Jan Büren vor 12 Monaten hinzugefügt

  • ID 956805a67fe90eb5ad8bba51ed82122369284946
  • Vorgänger cd2948ef
  • Nachfolger ddea4659

kix18: Link zu KIX18 an der Vorgangsbezeichnung anbieten

Vorgangsbezeichnung wird auch immer die Ticketnummer sein

Unterschiede anzeigen:

templates/design40_webpages/order/tabs/basic_data.html
<td>[% L.input_tag('order.shipvia', SELF.order.shipvia, class='wi-lightwide') %]</td>
</tr>
<tr>
<th>[% 'Transaction description' | $T8 %]</th>
<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>
[% IF INSTANCE_CONF.get_kix18 %]
<th>[% 'Ticket Number' | $T8 %]</th>
[% ELSE %]
<th>[% 'Transaction description' | $T8 %]</th>
[% END %]
<td>[% L.input_tag('order.transaction_description', SELF.order.transaction_description, 'data-validate'=INSTANCE_CONF.get_require_transaction_description_ps ? 'required' : '', class='wi-lightwide') %]
[% IF INSTANCE_CONF.get_kix18 && SELF.order.ticket_id %]
[% kix18_url = LXCONFIG.kix18.kix_ticket_id_url %]
<a href="[% kix18_url.replace('<%ticket_id%>', SELF.order.ticket_id) %]" target="_blank" title="[% 'Ticket' | $T8 %] ,[% 'Open in new window' | $T8 %]">Ticket</a>
[% END %]
</td>
</tr>
<tr>
<th>[% 'Project Number' | $T8 %]</th>
templates/webpages/order/tabs/basic_data.html
</tr>
<tr>
<th align="right">[% 'Transaction description' | $T8 %]</th>
<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>
[% IF INSTANCE_CONF.get_kix18 %]
<th>[% 'Ticket Number' | $T8 %]</th>
[% ELSE %]
<th>[% 'Transaction description' | $T8 %]</th>
[% END %]
<td>[% L.input_tag('order.transaction_description', SELF.order.transaction_description, 'data-validate'=INSTANCE_CONF.get_require_transaction_description_ps ? 'required' : '', class='wi-lightwide') %]
[% IF INSTANCE_CONF.get_kix18 && SELF.order.ticket_id %]
[% kix18_url = LXCONFIG.kix18.kix_ticket_id_url %]
<a href="[% kix18_url.replace('<%ticket_id%>', SELF.order.ticket_id) %]" target="_blank" title="[% 'Ticket' | $T8 %] ,[% 'Open in new window' | $T8 %]">Ticket</a>
[% END %]
</td>
</tr>
<tr>

Auch abrufbar als: Unified diff