Reorganize AdSpace properties for prices and permissions.
Remove click and impression prices. Remove groupToPurchase. Expose minimum clicks and impressions to the UI.
This commit is contained in:
parent
7b15f13ffb
commit
fe253042ea
4 changed files with 62 additions and 23 deletions
|
|
@ -294,15 +294,35 @@ our $I18N = {
|
|||
lastUpdated => 0,
|
||||
},
|
||||
|
||||
'error heading' => {
|
||||
message => q{There was an error with your Ad Space:},
|
||||
lastUpdated => 0,
|
||||
},
|
||||
'error heading' => {
|
||||
message => q{There was an error with your Ad Space:},
|
||||
lastUpdated => 0,
|
||||
},
|
||||
|
||||
'error invalid characters' => {
|
||||
message => q{There are invalid characters in the title field. Please use only letters, numbers, and spaces.},
|
||||
lastUpdated => 0,
|
||||
},
|
||||
'error invalid characters' => {
|
||||
message => q{There are invalid characters in the title field. Please use only letters, numbers, and spaces.},
|
||||
lastUpdated => 0,
|
||||
},
|
||||
|
||||
'minimum clicks' => {
|
||||
message => q{Minimum Clicks To Buy.},
|
||||
lastUpdated => 0,
|
||||
},
|
||||
|
||||
'minimum clicks help' => {
|
||||
message => q{This sets a minimum number of clicks that a user would buy when purchasing an Ad for this AdSpace.},
|
||||
lastUpdated => 0,
|
||||
},
|
||||
|
||||
'minimum impressions' => {
|
||||
message => q{Minimum Impressions To Buy.},
|
||||
lastUpdated => 0,
|
||||
},
|
||||
|
||||
'minimum impressions help' => {
|
||||
message => q{This sets a minimum number of impressions that a user would buy when purchasing an Ad for this AdSpace.},
|
||||
lastUpdated => 0,
|
||||
},
|
||||
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue