Prevent the Subscription from showing the redeem code label and URL unless there are codes

This commit is contained in:
Colin Kuskie 2008-06-20 04:41:03 +00:00
parent 68db4f8e46
commit 8be5eeb5f6
4 changed files with 15 additions and 10 deletions

View file

@ -473,14 +473,14 @@ The form in which the user can enter his subscription code.<br />|,
},
'redeemCodeLabel' => {
message => q|An internationalized label for the link to redeem a subscription code.|,
lastUpdated => 0,
message => q|An internationalized label for the link to redeem a subscription code. If there are no subscription codes, this will be blank|,
lastUpdated => 1213936319,
context => q|template variable|
},
'redeemCodeUrl' => {
message => q|The URL to redeem a subscription code.|,
lastUpdated => 0,
message => q|The URL to redeem a subscription code. If there are no subscription codes, this will be blank.|,
lastUpdated => 1213936341,
context => q|template variable|
},