Fix bad Event URL template variables.

This commit is contained in:
Colin Kuskie 2009-04-27 18:39:14 +00:00
parent 15f1391a01
commit 142518035d
6 changed files with 69 additions and 4 deletions

View file

@ -362,6 +362,11 @@ our $I18N = {
lastUpdated => 1171043883,
},
'urlList' => {
message => q|A URL to show Events as a list, rather than a calendar.|,
lastUpdated => 1240635548,
},
'urlWeek' => {
message => q|A URL to show all Events on the same week in this Event's Calendar.|,
lastUpdated => 1171043883,
@ -373,8 +378,8 @@ our $I18N = {
},
'urlParent' => {
message => q|A URL the Calendar that contains this Event.|,
lastUpdated => 1172693361,
message => q|A URL to the Calendar that contains this Event.|,
lastUpdated => 1240635921,
},
'urlSearch' => {
@ -382,6 +387,21 @@ our $I18N = {
lastUpdated => 1172693363,
},
'urlEdit' => {
message => q|A URL to edit this Event.|,
lastUpdated => 1240635940,
},
'urlPrint' => {
message => q|A URL to render this Event with its template for printing.|,
lastUpdated => 1240635974,
},
'urlDelete' => {
message => q|A URL to delete this Event.|,
lastUpdated => 1240635972,
},
'relatedLinks' => {
message => q|This loop contains all links from this Event's set of related links.|,
lastUpdated => 1171043883,