Changed default view to display master events only.

Changed default view template to control display of events in relation to one another allowing each event's template to control formating of event details.
Moved all of the search functionality into it's own view method.
Added template for new search method.
Fixed label and hover help in add/edit event screen.
This commit is contained in:
Roy Johnson 2006-04-19 05:31:57 +00:00
parent 7d94874bcc
commit d70002dfed
5 changed files with 316 additions and 107 deletions

View file

@ -1,6 +1,18 @@
package WebGUI::i18n::English::Asset_EventManagementSystem;
our $I18N = { ##hashref of hashes
'search template' => {
message => q|Search Template|,
lastUpdated => 1131394070,
context => q|Field label for template selector|
},
'search template description' => {
message => q|Controls the layout, look, and appearence of the Event Management System Search Page.|,
lastUpdated => 1131394072,
context => q|Describes this template field selector|
},
'add/edit help title' => {
message => q|Add/Edit Event Management System|,
lastUpdated => 1131394070,