add: Events in calendar Week view can now be ordered arbitrarily\

fix: Event Related Links are now proper collateral in their own table. The HTML area is parsed and the table populated accordingly. No more silly HTML Area.
This commit is contained in:
Doug Bell 2008-01-23 02:41:38 +00:00
parent fc732b5e19
commit 5292426cc5
7 changed files with 666 additions and 51 deletions

View file

@ -104,6 +104,29 @@ our $I18N = {
},
##### Default Daily Event Sort Order #####
'sortEventsBy label' => {
message => q{Daily Events Sort Order},
lastUpdated => 0,
context => q{A specification for determining daily Event display order.},
},
'sortEventsBy description' => {
message => q{The order in which daily Events are displayed.},
lastUpdated => 0,
context => q{Hover Help for the Daily Events Sort Order field.},
},
'sortEventsBy value time' => {
message => q{Order by Start Date/End Date.},
lastUpdated => 0,
context => q{A value for the Daily Event Sort Order field.},
},
'sortEventsBy value sequencenumber' => {
message => q{Order by Sequence Number.},
lastUpdated => 0,
context => q{A value for the Daily Events Sort Order field.},
},