Projekt

Allgemein

Profil

« Zurück | Weiter » 

Revision e9917267

Von Hans Peter Schlaepfer vor fast 5 Jahren hinzugefügt

  • ID e9917267ecc8cc13c054ce7e55ccef7bdb6bcb91
  • Vorgänger c3df9542
  • Nachfolger f84d3da6

Design 4.0: Kosmetik USE + INCLUDE Anweis. in templates/webpages/customer_vendor/..

Unterschiede anzeigen:

templates/webpages/customer_vendor/form.html
1
[%- USE T8 %]
2
[%- USE HTML %]
3
[%- USE LxERP %]
4
[%- USE L %]
5
[%- USE Dumper %]
1
[% USE T8 %]
2
[% USE HTML %]
3
[% USE LxERP %]
4
[% USE L %]
5
[% USE Dumper %]
6 6
<h1>[% FORM.title %] [% IF SELF.cv.id %] - [% HTML.escape(SELF.cv.displayable_name) %][% END %]</h1>
7 7
[% L.hidden_tag('_cti_enabled', !!LXCONFIG.cti.dial_command) %]
8 8

  
......
14 14
  [% L.hidden_tag('callback', FORM.callback) %]
15 15
  [% L.hidden_tag('cv.id', SELF.cv.id) %]
16 16

  
17
  [%- INCLUDE 'common/flash.html' %]
17
  [% INCLUDE 'common/flash.html' %]
18 18

  
19 19
  [%- SET show_deliveries = ( SELF.cv.id && ((SELF.is_customer && AUTH.assert('sales_all_edit', 1)) || (SELF.is_vendor && AUTH.assert('purchase_all_edit', 1))) ) -%]
20 20
  <div class="tabwidget" id="customer_vendor_tabs">
templates/webpages/customer_vendor/tabs/bank.html
1
[%- USE T8 %]
2
[%- USE HTML %]
3
[%- USE LxERP %]
4
[%- USE L %]
1
[% USE T8 %]
2
[% USE HTML %]
3
[% USE LxERP %]
4
[% USE L %] 
5 5

  
6 6
<div id="bank">
7 7
  <table>
templates/webpages/customer_vendor/tabs/billing.html
1
[%- USE T8 %]
2
[%- USE HTML %]
3
[%- USE LxERP %]
4
[%- USE L %]
5
[%- USE JavaScript -%]
1
[% USE T8 %]
2
[% USE HTML %]
3
[% USE LxERP %]
4
[% USE L %]
5
[% USE JavaScript %]
6 6

  
7 7
<div id="billing">
8 8
  <table width="100%">
templates/webpages/customer_vendor/tabs/contacts.html
1
[%- USE T8 %]
2
[%- USE HTML %]
3
[%- USE LxERP %]
4
[%- USE L %]
1
[% USE T8 %]
2
[% USE HTML %]
3
[% USE LxERP %]
4
[% USE L %]
5 5

  
6 6
<div id="contacts">
7 7
  <table>
templates/webpages/customer_vendor/tabs/custom_variables.html
1
[%- USE HTML %]
1
[% USE HTML %]
2 2

  
3 3
<div id="custom_variables">
4 4
  <p>
templates/webpages/customer_vendor/tabs/deliveries.html
1
[%- USE T8 %]
2
[%- USE LxERP %]
3
[%- USE L %]
1
[% USE T8 %]
2
[% USE LxERP %]
3
[% USE L %]
4 4

  
5 5
<div id="deliveries">
6 6
  <table>
templates/webpages/customer_vendor/tabs/price_rules.html
1
[%- USE T8 %]
2
[%- USE LxERP %]
3
[%- USE L %]
1
[% USE T8 %]
2
[% USE LxERP %]
3
[% USE L %]
4

  
4 5
<div id="price_rules">
5 6
  <div id='price_rules_customer_report'></div>
6 7
  <div id='price_rules_vendor_report'></div>
templates/webpages/customer_vendor/tabs/shipto.html
1
[%- USE T8 %]
2
[%- USE LxERP %]
3
[%- USE L %]
1
[% USE T8 %]
2
[% USE LxERP %]
3
[% USE L %]
4 4

  
5 5
<div id="shipto">
6 6
  <table width="100%" id="shipto_table">
templates/webpages/customer_vendor/tabs/vcnotes.html
1
[%- USE T8 %]
2
[%- USE HTML %]
3
[%- USE L %]
1
[% USE T8 %]
2
[% USE HTML %]
3
[% USE L %]
4 4

  
5 5
<div id="vcnotes">
6 6
  [% IF ( SELF.notes && SELF.notes.size ) %]

Auch abrufbar als: Unified diff