Projekt

Allgemein

Profil

« Zurück | Weiter » 

Revision 5d9780f2

Von Hans P. Schlaepfer vor mehr als 3 Jahren hinzugefügt

  • ID 5d9780f2aecfda3d1bfe88e48be5fbe2a698624b
  • Vorgänger 9ba72b4b
  • Nachfolger f5295b14

USE-Einleitungen formatiert templates/webpages/client_config/

Unterschiede anzeigen:

templates/webpages/client_config/_attachments.html
1
[%- USE LxERP -%][%- USE L -%]
1
[% USE LxERP %]
2
[% USE L %]
3

  
2 4
<div id="attachments">
3 5
[% SET file_type = 'attachment' %]
4 6
[% INCLUDE 'file/rename_dialog.html' %]
templates/webpages/client_config/_datev_check_configuration.html
1
[%- USE LxERP -%][%- USE L -%]
1
[% USE LxERP %]
2
[% USE L %]
3

  
2 4
<div id="datev_check_configuration">
3 5
 <table>
4 6
  <tr>
templates/webpages/client_config/_default_accounts.html
1
[%- USE HTML -%][%- USE LxERP -%][%- USE L -%][%- USE P -%][%- USE T8 -%]
2 1
[% SET style="width: 500px" %]
3 2
[%# L.dump( SELF.defaults ) %]
4 3
<div id="default_accounts">
......
24 23
   <td align="right">[% LxERP.t8("Foreign Exchange Gain") %]</td>
25 24
   <td>[% P.chart.picker('defaults.fxgain_accno_id', SELF.defaults.fxgain_accno_id, category='I,A', choose=1, style=style) %]<td>
26 25
  </tr>
26
[% USE HTML %]
27
[% USE LxERP %]
28
[% USE L %]
29
[% USE T8 %]
30
[% USE P %]
27 31

  
28 32
  <tr>
29 33
   <td align="right">[% LxERP.t8("Foreign Exchange Loss") %]</td>
templates/webpages/client_config/_features.html
1
[%- USE LxERP -%][%- USE L -%][%- USE P -%][%- USE T8 %]
2 1
[% SET style="width: 250px" %]
3 2
<div id="features">
4 3
 <table>
......
203 202
   <td>[% L.yes_no_tag('defaults.allow_sales_invoice_from_sales_quotation', SELF.defaults.allow_sales_invoice_from_sales_quotation) %]</td>
204 203
   <td>[% LxERP.t8('If disabled sales quotations cannot be converted into sales invoices directly.') %]</td>
205 204
  </tr>
205
[% USE LxERP %]
206
[% USE L %]
207
[% USE P %]
208
[% USE T8 %]
206 209

  
207 210
  <tr>
208 211
   <td align="right">[% LxERP.t8('Allow conversion from sales orders to sales invoices') %]</td>
templates/webpages/client_config/_miscellaneous.html
1
[%- USE LxERP -%][%- USE L -%][%- USE HTML -%]
2 1
[% SET style="width: 400px" %]
3 2
<div id="miscellaneous">
4 3
 <table>
......
74 73
   <td align="right">[% LxERP.t8('Default Customer/Vendor Language') %]</td>
75 74
   <td>[% L.select_tag('defaults.language_id', SELF.all_languages, title_key='description', default=SELF.defaults.language_id, with_empty=1, style=style) %]</td>
76 75
  </tr>
76
[% USE LxERP %]
77
[% USE L %]
78
[% USE HTML %]
79
[% USE T8 %]
77 80

  
78 81
  <tr><td class="listheading" colspan="4">[% LxERP.t8("Print templates") %]</td></tr>
79 82

  
templates/webpages/client_config/_orders_deleteable.html
1
[%- USE LxERP -%][%- USE L -%]
1
[% USE LxERP %]
2
[% USE L %]
3
[% USE T8 %]
4

  
2 5
<div id="orders_deleteable">
3 6
 <table>
4 7
  <tr>
templates/webpages/client_config/_posting_configuration.html
1
[%- USE L -%][%- USE LxERP -%]
1
[% USE L %]
2
[% USE LxERP %]
3
[% USE T8 %]
4

  
2 5
<div id="posting_configuration">
3 6
 <table>
4 7
  <tr>
templates/webpages/client_config/_ranges_of_numbers.html
1
[%- USE LxERP -%][%- USE L -%][%- USE HTML -%]
2 1
<div id="ranges_of_numbers">
3 2
 <table>
4 3
  <tr>
......
14 13
   <td align="right" nowrap>[% LxERP.t8('Last Vendor Number') %]</td>
15 14
   <td>[% L.input_tag("defaults.vendornumber", SELF.defaults.vendornumber, size="15") %]</td>
16 15
  </tr>
16
[% USE LxERP %]
17
[% USE L %]
18
[% USE HTML %]
19
[% USE T8 %]
17 20

  
18 21
  <tr>
19 22
   <td align="right" nowrap>[% LxERP.t8('Last Sales Order Number') %]</td>
templates/webpages/client_config/_stocktaking.html
1
[%- USE HTML -%][%- USE LxERP -%][%- USE L -%]
2 1
<div id="stocktaking">
3 2
 <table>
4 3
  <tr>
......
34 33
   </td>
35 34
  </tr>
36 35
  <tr>
36
[% USE HTML %]
37
[% USE LxERP %]
38
[% USE L %]
39
[% USE T8 %]
37 40

  
38 41
  <tr>
39 42
   <td align="right" nowrap="true">[% LxERP.t8('Threshold for warning on quantity difference') %]</td>
templates/webpages/client_config/_warehouse.html
1
[%- USE HTML -%][%- USE LxERP -%][%- USE L -%]
1
[% USE HTML %]
2
[% USE LxERP %]
3
[% USE L %]
4
[% USE T8 %]
5

  
2 6
<div id="warehouse">
3 7
 <table>
4 8
  <tr>
templates/webpages/client_config/form.html
1
[%- USE L %][% USE LxERP %][% USE HTML %][%- USE JavaScript -%]
2 1
 <script type="text/javascript" src="js/common.js"></script>
3 2
 <script type="text/javascript">
4 3
  <!--
......
47 46
function verifyRootPath(elem) {
48 47
  if ( elem.value == "" ) {
49 48
    elem.value="./documents";
49
[% USE L %]
50
[% USE LxERP %]
51
[% USE HTML %]
52
[% USE JavaScript %]
53
[% USE T8 %]
54

  
50 55
  }
51 56
}
52 57

  

Auch abrufbar als: Unified diff