Fix EMS Schdedule template bugs. Fixes bug #10988.

Give the EMS Schdule template its own namespace.  In the db,
remove usage of EMS template and EMS Schedule templates in the
wrong places.
This commit is contained in:
Colin Kuskie 2009-09-28 13:38:18 -07:00
parent e5ead13da3
commit 9a8b6d292e
5 changed files with 21 additions and 1 deletions

View file

@ -66,7 +66,7 @@ sub definition {
tab => 'display',
label => $i18n->get('schedule template'),
hoverHelp => $i18n->get('schedule template help'),
namespace => 'EMS',
namespace => 'EMS/Schedule',
},
scheduleColumnsPerPage => {
fieldType => 'Integer',