Revision 77a02071
Von Hans P. Schlaepfer vor mehr als 4 Jahren hinzugefügt
templates/webpages/price_rule/_filter.html | ||
---|---|---|
[%- USE T8 %]
|
||
[%- USE L %]
|
||
[%- USE P %]
|
||
[%- USE LxERP %]
|
||
[%- USE HTML %]
|
||
<form action='controller.pl' method='post' id='search_form'>
|
||
<div class='filter_toggle'>
|
||
<a href='#' onClick='javascript:$(".filter_toggle").toggle()'>[% 'Show Filter' | $T8 %]</a>
|
||
[% SELF.filter_summary | html %]
|
||
[% USE T8 %]
|
||
[% USE L %]
|
||
[% USE P %]
|
||
[% USE LxERP %]
|
||
[% USE HTML %]
|
||
|
||
</div>
|
||
<div class='filter_toggle' style='display:none'>
|
||
<a href='#' onClick='javascript:$(".filter_toggle").toggle()'>[% 'Hide Filter' | $T8 %]</a>
|
templates/webpages/price_rule/empty_item.html | ||
---|---|---|
[%- USE L %]
|
||
[%- USE T8 %]
|
||
[% L.select_tag('', SELF.all_price_rule_item_types, id='price_rules_empty_item_select') %]
|
||
<a id='price_rule_item_add' class='cursor-pointer'>[% 'Add new price rule item' | $T8 %]</a>
|
||
[% USE L %]
|
||
[% USE T8 %]
|
templates/webpages/price_rule/form.html | ||
---|---|---|
[%- USE T8 %]
|
||
[%- USE L %][%- USE P %]
|
||
[%- USE HTML %][%- USE LxERP %]
|
||
[% USE T8 %]
|
||
[% USE L %]
|
||
[% USE P %]
|
||
[% USE HTML %]
|
||
[% USE LxERP %]
|
||
|
||
<h1>[% title %]</h1>
|
||
|
templates/webpages/price_rule/item.html | ||
---|---|---|
[%- USE L %]
|
||
[%- USE P %]
|
||
[%- USE HTML %]
|
||
[%- USE T8 %]
|
||
[%- USE LxERP %]
|
||
[% USE L %]
|
||
[% USE P %]
|
||
[% USE HTML %]
|
||
[% USE T8 %]
|
||
[% USE LxERP %]
|
||
[% SET num_compare_ops = [
|
||
[ 'eq', LxERP.t8('is equal to') ],
|
||
[ 'le', LxERP.t8('is lower than or equal') ],
|
templates/webpages/price_rule/report_top.html | ||
---|---|---|
[%- USE L %]
|
||
[%- PROCESS 'price_rule/_filter.html' filter=SELF.models.filtered.laundered UNLESS FORM.inline %]
|
||
<hr>
|
||
[% USE L %]
|
Auch abrufbar als: Unified diff
USE-Einleitungen formatiert templates/webpages/price_rule/