Andrew,
new look is working great now! Thank you.
Just three more things:
- in tcl/navigation-procs.tcl there is a string "My Space" in
append navbar "<li><a href=\"$dotlrn_url\">My Space</a></li>"
could we change it to
append navbar "<li><a href=\"$dotlrn_url\">[_ dotlrn.user_portal_page_home_title]</a></li>"
to i18n issues?
- the package spec file has two new parameters named "dotlrn_toolbar_enabled_p" and "dotlrn_toolbar_show_info_p". I added these by hand. Just for learning, is it possible to apm do it automatically for working installations? I tried reload package but package spec is not watched by apm.
- Suppose you are adding a calendar item or a file into file-storage in a class or community. We have the following title (from dotlrn-master.tcl) in these pages:
Calendar: Add Item
Upload New File
Could we have this title and add the community (or class) name? Something like this:
Add Calendar Item for COMMUNITY_NAME (or COMMUNITY_NAME \n Add Calendar Item)
Upload New File for COMMUNITY_NAME (or COMMUNITY_NAME \n Upload New File)
or better, IMO, could we put COMMUNITY_NAME into site-master (i do not know if it is possible)?