fixed AdSku

added 'thanks' text after ad to cart
cleaned up i18n text
moved shop fields to shop tab
added AdSku Asset to WebGUI original config file
This commit is contained in:
David Delikat 2009-04-01 02:54:55 +00:00
parent d74a0ee7bb
commit 1e445f82c4
4 changed files with 65 additions and 54 deletions

View file

@ -88,26 +88,28 @@ sub definition {
hoverHelp => $i18n->get("property priority help"),
},
pricePerClick => {
tab => "properties",
tab => "shop",
defaultValue => '0.00',
fieldType => "float",
label => $i18n->get("property price per click"),
hoverHelp => $i18n->get("property price per click help"),
},
pricePerImpression => {
tab => "properties",
tab => "shop",
defaultValue => '0.00',
fieldType => "float",
label => $i18n->get("property price per impression"),
hoverHelp => $i18n->get("property price per impression help"),
},
clickDiscounts => {
tab => "shop",
fieldType => 'textarea',
label => $i18n->get('property click discounts'),
hoverHelp => $i18n->get('property click discounts help'),
defaultValue => '',
},
impressionDiscounts => {
tab => "shop",
fieldType => 'textarea',
label => $i18n->get('property impression discounts'),
hoverHelp => $i18n->get('property impression discounts help'),