Projekt

Allgemein

Profil

« Zurück | Weiter » 

Revision 1ab07d6b

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

  • ID 1ab07d6b7791809e9d0c77a1af743602cd70414b
  • Vorgänger b25437e5
  • Nachfolger 70991a3f

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>
......
188 187
   <td>[% L.yes_no_tag('defaults.allow_sales_invoice_from_sales_quotation', SELF.defaults.allow_sales_invoice_from_sales_quotation) %]</td>
189 188
   <td>[% LxERP.t8('If disabled sales quotations cannot be converted into sales invoices directly.') %]</td>
190 189
  </tr>
190
[% USE LxERP %]
191
[% USE L %]
192
[% USE P %]
193
[% USE T8 %]
191 194

  
192 195
  <tr>
193 196
   <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>
......
54 53
   <td align="right">[% LxERP.t8('Default Customer/Vendor Language') %]</td>
55 54
   <td>[% L.select_tag('defaults.language_id', SELF.all_languages, title_key='description', default=SELF.defaults.language_id, with_empty=1, style=style) %]</td>
56 55
  </tr>
56
[% USE LxERP %]
57
[% USE L %]
58
[% USE HTML %]
59
[% USE T8 %]
57 60

  
58 61
  <tr><td class="listheading" colspan="4">[% LxERP.t8("Print templates") %]</td></tr>
59 62

  
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