Projekt

Allgemein

Profil

« Zurück | Weiter » 

Revision 6bde8889

Von Hans P. Schlaepfer vor fast 5 Jahren hinzugefügt

  • ID 6bde888952d1dc0442256f604a749bc95457b522
  • Vorgänger f7dcb458
  • Nachfolger 101fc5c5

Einleitende USE-Anweisungen formatiert

Unterschiede anzeigen:

templates/webpages/oe/check_for_direct_delivery.html
1
[%- USE T8 %]
2
[%- USE HTML %]
3 1
<h1>[% 'Carry over shipping address' | $T8 %]</h1>
4 2

  
5 3
 <p>[% 'You have entered or selected the following shipping address for this customer:' | $T8 %]</p>
......
50 48
    <th align="right" valign="top">[% 'Contact' | $T8 %]:</th>
51 49
    <td valign="top">[% HTML.escape(CFDD_shiptocontact) %]</td>
52 50
   </tr>
51
[% USE T8 %]
52
[% USE HTML %]
53 53

  
54 54
   <tr>
55 55
    <th align="right" valign="top">[% 'Phone' | $T8 %]:</th>
templates/webpages/oe/form_footer.html
1
[%- USE T8 %]
2
[%- USE HTML %]
3
[%- USE LxERP %]
4
[%- USE L %]
5 1
[%- IF is_req_quo || is_pur_ord %]
6 2
  [%- SET allow_invoice=1 %]
7 3
[%- ELSIF is_sales_quo && INSTANCE_CONF.get_allow_sales_invoice_from_sales_quotation %]
......
25 21
                <td>[% L.textarea_tag('notes',    notes,    style="width: 350px; height: 150px", class="texteditor") %]</td>
26 22
                <td>[% L.textarea_tag('intnotes', intnotes, style="width: 350px; height: 150px") %]</td>
27 23
              </tr>
24
[% USE T8 %]
25
[% USE HTML %]
26
[% USE LxERP %]
27
[% USE L %]
28 28
              <tr>
29 29
                <th align="right">[% 'Payment Terms' | $T8 %]</th>
30 30
                <td>[% L.select_tag('payment_id', ALL_PAYMENTS, default = payment_id, title_key = 'description', with_empty = 1, style="width: 250px") %]</td>
templates/webpages/oe/form_header.html
1
[%- USE T8 %]
2
[%- USE HTML %]
3
[%- USE LxERP %]
4
[%- USE L %][%- USE P -%]
1
[% USE T8 %]
2
[% USE HTML %]
3
[% USE LxERP %]
4
[% USE L %]
5
[% USE P %]
5 6

  
6 7
  <form method="post" id='form' name="oe" action="[% script %]"
7 8
        data-transport-cost-reminder-article-id="[% HTML.escape(transport_cost_reminder_article.id) %]"
templates/webpages/oe/orders_bottom.html
1
[%- USE T8 %]
1
[% USE T8 %]
2 2
[% USE HTML %]
3 3
 <input type="hidden" name="type" value="[% HTML.escape(type) %]">
4 4
 <input type="hidden" name="vc" value="[% HTML.escape(vc) %]">
templates/webpages/oe/price_sources_dialog.html
1
[%- USE T8 %]
2
[%- USE HTML %]
3
[%- USE L %]
4
[%- USE LxERP %]
1
[% USE T8 %]
2
[% USE HTML %]
3
[% USE L %]
4
[% USE LxERP %]
5 5
[% SET best_price = price_source.best_price %]
6 6
[% SET best_discount = price_source.best_discount %]
7 7
  <h2>[% 'Prices' | $T8 %]</h2>
templates/webpages/oe/report_for_todo_list.html
1
[%- USE T8 %]
2
[% USE HTML %][% USE LxERP %]
3 1
<h1>[% 'Overdue sales quotations and requests for quotations' | $T8 %]</h1>
2
[% USE T8 %]
3
[% USE HTML %]
4
[% USE LxERP %]
4 5

  
5 6
 <table width="100%">
6 7
  <tr>
templates/webpages/oe/sales_order.html
1
[%- USE T8 %]
2
[%- USE HTML %]
3
[%- USE L %]
4
[%- USE LxERP %]
5 1
[%- PROCESS 'amcvar/render_inputs_block.html' %]
6 2
<tr>
7 3
 <td>
......
40 36
     </tr>
41 37
     <tr class="listrow[% loop.count % 2 %]" id="row2.[% loop.count %]" [% UNLESS show_details %]style="display:none;"[% END %]>
42 38
      <td colspan="[% row.colspan %]">
39
[% USE T8 %]
40
[% USE HTML %]
41
[% USE L %]
42
[% USE LxERP %]
43
[% USE Math %]
43 44

  
44 45
 [%# render all row2 entries except cvars  %]
45 46
 [%- FOREACH row2 = row.ROW2 %]
......
47 48
     [% row2.value %]
48 49
   [%- END %]
49 50
 [%- END %]
51
[% PROCESS 'amcvar/render_inputs_block.html' %]
50 52

  
51 53
 [%# process editable cvars  %]
52 54
 <table class='row2-cvars-table'>
templates/webpages/oe/search.html
1
[%- USE HTML %]
2
[%- USE T8 %]
3
[%- USE LxERP %]
4
[%- USE L %][%- USE P -%]
1
[% USE T8 %]
2
[% USE HTML %]
3
[% USE LxERP %]
4
[% USE L %]
5
[% USE P %]
6

  
5 7
<h1>[% HTML.escape(title) %]</h1>
6 8

  
7 9
[%- SET vclabel = vc == 'customer' ? LxERP.t8('Customer') : LxERP.t8('Vendor') %]

Auch abrufbar als: Unified diff