i18n fix for EMSRibbon definition
This commit is contained in:
parent
18466cad09
commit
e03fdef2bb
1 changed files with 5 additions and 5 deletions
|
|
@ -18,22 +18,22 @@ use strict;
|
|||
use Moose;
|
||||
use WebGUI::Definition::Asset;
|
||||
extends 'WebGUI::Asset::Sku';
|
||||
define assetName => ['ems ribbon', 'Asset_EMSRibbon'];
|
||||
define assetName => ['ems ribbon', 'Asset_EventManagementSystem'];
|
||||
define icon => 'EMSRibbon.gif';
|
||||
define tableName => 'EMSRibbon';
|
||||
property price => (
|
||||
tab => "shop",
|
||||
fieldType => "float",
|
||||
default => 0.00,
|
||||
label => ["price", 'Asset_EMSRibbon'],
|
||||
hoverHelp => ["price help", 'Asset_EMSRibbon'],
|
||||
label => ["price", 'Asset_EventManagementSystem'],
|
||||
hoverHelp => ["price help", 'Asset_EventManagementSystem'],
|
||||
);
|
||||
property percentageDiscount => (
|
||||
tab => "shop",
|
||||
fieldType => "float",
|
||||
default => 10.0,
|
||||
label => ["percentage discount", 'Asset_EMSRibbon'],
|
||||
hoverHelp => ["percentage discount help", 'Asset_EMSRibbon'],
|
||||
label => ["percentage discount", 'Asset_EventManagementSystem'],
|
||||
hoverHelp => ["percentage discount help", 'Asset_EventManagementSystem'],
|
||||
);
|
||||
|
||||
use WebGUI::HTMLForm;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue