From 856920a5a7440c15bfdfd52f18ea045bcb53dedc Mon Sep 17 00:00:00 2001 From: Colin Kuskie Date: Tue, 9 May 2006 03:53:53 +0000 Subject: [PATCH] help for edit prerequisite set --- .../Help/Asset_EventManagementSystem.pm | 33 +++++++++++++++++++ .../English/Asset_EventManagementSystem.pm | 6 ++++ 2 files changed, 39 insertions(+) diff --git a/lib/WebGUI/Help/Asset_EventManagementSystem.pm b/lib/WebGUI/Help/Asset_EventManagementSystem.pm index 41ea14c5f..3b684cea6 100644 --- a/lib/WebGUI/Help/Asset_EventManagementSystem.pm +++ b/lib/WebGUI/Help/Asset_EventManagementSystem.pm @@ -208,6 +208,39 @@ our $HELP = { ], }, + 'edit event prerequisite set' => { + source => 'sub www_editPrereqSet', + title => 'edit prerequisite set', + body => 'edit prerequisite set body', + fields => [ + { + title => 'prereq set name field label', + description => 'prereq set name field description', + namespace => 'Asset_EventManagementSystem', + }, + { + title => 'operator type', + description => 'operator type description', + namespace => 'Asset_EventManagementSystem', + }, + { + title => 'events required by this prerequisite set', + description => 'events required by description', + namespace => 'Asset_EventManagementSystem', + }, + ], + related => [ + { + tag => 'event management system add/edit', + namespace => 'Asset_EventManagementSystem', + }, + { + tag => 'add/edit event', + namespace => 'Asset_EventManagementSystem', + }, + ], + }, + 'event management system template' => { source => 'sub view', title => 'template help title', diff --git a/lib/WebGUI/i18n/English/Asset_EventManagementSystem.pm b/lib/WebGUI/i18n/English/Asset_EventManagementSystem.pm index 2e15000ff..b8e1bb5bf 100644 --- a/lib/WebGUI/i18n/English/Asset_EventManagementSystem.pm +++ b/lib/WebGUI/i18n/English/Asset_EventManagementSystem.pm @@ -355,6 +355,12 @@ our $I18N = { ##hashref of hashes lastUpdated => 1138908251, }, + 'edit prerequisite set body' => { + message => q|

This screen allows you to define prerequisites for an event or edit an event's current prerequisites.

+

With respect to prerequisites, there are basically two classes of Events. There are those that have prerequisites (Select Events) and those that do not (Master Events). Only Master Events can serve as prerequisites. Adding a prerequisite to a Master Event will make it become a Select Event, and it may no longer be used as a Master Event.

|, + lastUpdated => 1147146318, + }, + 'null field error' => { message => q|The %s field cannot be blank.|, lastUpdated => 1138908251,