Fixed a bug in the Event view where the link to the Calendar Search

was wrong.  Added a new template variable, urlSearch to the Event view
template.  I added a new method to the Calendar to handle this, getUrlSearch.
This commit is contained in:
Colin Kuskie 2007-02-28 20:20:37 +00:00
parent 1ed783b2c5
commit 3d5763269a
5 changed files with 35 additions and 1 deletions

View file

@ -341,6 +341,16 @@ our $I18N = {
lastUpdated => 1171043883,
},
'urlParent' => {
message => q|A URL the Calendar that contains this Event.|,
lastUpdated => 1172693361,
},
'urlSearch' => {
message => q|A URL to the Search form for the Calendar that contains this Event.|,
lastUpdated => 1172693363,
},
'relatedLinks' => {
message => q|This loop contains all links from this Event's set of related links.|,
lastUpdated => 1171043883,