PriceRule: kleinere style updates
authorSven Schöling <s.schoeling@linet-services.de>
Wed, 29 Oct 2014 10:15:13 +0000 (11:15 +0100)
committerSven Schöling <s.schoeling@linet-services.de>
Thu, 18 Dec 2014 15:18:52 +0000 (16:18 +0100)
templates/webpages/price_rule/empty_item.html
templates/webpages/price_rule/form.html
templates/webpages/price_rule/item.html

index 115c56c..da0ae62 100644 (file)
@@ -1,4 +1,4 @@
 [%- 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'>[% 'Add new price rule item' | $T8 %]</a>
+<a id='price_rule_item_add' class='cursor-pointer'>[% 'Add new price rule item' | $T8 %]</a>
index 752851f..51f6066 100644 (file)
@@ -40,7 +40,7 @@
 </div>
 
 <h3>[% 'Then' | $T8 %]:</h3>
-<div>[% 'Set (set to)' | $T8 %] [% L.select_tag('price_rule.price_type', SELF.all_price_types, default=SELF.price_rule.price_type) %] [% 'to (set to)' | $T8 %] [% L.input_tag('price_rule.price_or_discount_as_number', SELF.price_rule.price_or_discount_as_number) %] <a id='price_rule_price_type_help' title='[% 'Price type explanation' | $T8 %]'>[?]</a>
+<div>[% 'Set (set to)' | $T8 %] [% L.select_tag('price_rule.price_type', SELF.all_price_types, default=SELF.price_rule.price_type) %] [% 'to (set to)' | $T8 %] [% L.input_tag('price_rule.price_or_discount_as_number', SELF.price_rule.price_or_discount_as_number) %] <a id='price_rule_price_type_help' class='interact cursor-help' title='[% 'Price type explanation' | $T8 %]'>[?]</a>
 </div>
 
   <p>
index b9f9618..7394e6f 100644 (file)
@@ -13,7 +13,7 @@
   [ 'lt', LxERP.t8('is before') ],
 ] %]
 <div>
-<a class='price_rule_remove_line'><img height="10px" width="10px" src="image/cross.png" alt="[% 'Remove' | $T8 %]"></a>
+<a class='price_rule_remove_line interact cursor-pointer'>✘</a>
 [% L.hidden_tag('price_rule.items[+].id', item.id) %]
 [% L.hidden_tag('price_rule.items[].type', item.type) %]
 [%- SWITCH item.type %]