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:
parent
7d94874bcc
commit
d70002dfed
5 changed files with 316 additions and 107 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue