| 2 |
Allow users to configure the icon bar |
12/17/99 |
Navigation.pm (1.14)
InputType.pm (1.14)
Lessons.pm (1.112)
Authent.pm (1.??)
icon_bar_config.cgi (1.2 - new)
|
develop |
- Navigation.pm:
Added routines to configure navigation icons:
read_navigation_icons_file(),
write_navigation_icons_file(), read_available_utilities().
Added constant filenames for default icon bar and homepage config files.
- InputType.pm:
Make get_grading_icons() look in the course icons area to see if the
grading icons have been overridden.
- Lessons.pm:
Load and resolve all the icons before using them, to allow for
the course-specific icon overriding. New routine load_general_icons()
- Authent.pm:
Added new routine resolve_icon()
- icon_bar_config.cgi:
New program to allow users to configure the icon bar.
|