Projekt

Allgemein

Profil

« Zurück | Weiter » 

Revision ccd6b491

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

  • ID ccd6b491d1a31391def602fd95dad8352609bd8f
  • Vorgänger 7eec8836
  • Nachfolger 145d7e84

USE-Einleitungen formatiert templates/webpages/price_rule/

Unterschiede anzeigen:

templates/webpages/price_rule/_filter.html
1
[%- USE T8 %]
2
[%- USE L %]
3
[%- USE P %]
4
[%- USE LxERP %]
5
[%- USE HTML %]
6 1
<form action='controller.pl' method='post' id='search_form'>
7 2
<div class='filter_toggle'>
8 3
<a href='#' onClick='javascript:$(".filter_toggle").toggle()'>[% 'Show Filter' | $T8 %]</a>
9 4
  [% SELF.filter_summary | html %]
5
[% USE T8 %]
6
[% USE L %]
7
[% USE P %]
8
[% USE LxERP %]
9
[% USE HTML %]
10

  
10 11
</div>
11 12
<div class='filter_toggle' style='display:none'>
12 13
<a href='#' onClick='javascript:$(".filter_toggle").toggle()'>[% 'Hide Filter' | $T8 %]</a>
templates/webpages/price_rule/empty_item.html
1
[%- USE L %]
2
[%- USE T8 %]
3 1
[% L.select_tag('', SELF.all_price_rule_item_types, id='price_rules_empty_item_select') %]
4 2
<a id='price_rule_item_add' class='cursor-pointer'>[% 'Add new price rule item' | $T8 %]</a>
3
[% USE L %]
4
[% USE T8 %]
templates/webpages/price_rule/form.html
1
[%- USE T8 %]
2
[%- USE L %][%- USE P %]
3
[%- USE HTML %][%- USE LxERP %]
1
[% USE T8 %]
2
[% USE L %]
3
[% USE P %]
4
[% USE HTML %]
5
[% USE LxERP %]
4 6

  
5 7
<h1>[% title %]</h1>
6 8

  
templates/webpages/price_rule/item.html
1
[%- USE L %]
2
[%- USE P %]
3
[%- USE HTML %]
4
[%- USE T8 %]
5
[%- USE LxERP %]
1
[% USE L %]
2
[% USE P %]
3
[% USE HTML %]
4
[% USE T8 %]
5
[% USE LxERP %]
6 6
[% SET num_compare_ops = [
7 7
  [ 'eq', LxERP.t8('is equal to') ],
8 8
  [ 'le', LxERP.t8('is lower than or equal') ],
templates/webpages/price_rule/report_top.html
1
[%- USE L %]
2 1
[%- PROCESS 'price_rule/_filter.html' filter=SELF.models.filtered.laundered UNLESS FORM.inline %]
3 2
 <hr>
3
[% USE L %]

Auch abrufbar als: Unified diff