Forum .LRN Q&A: Re: New look and feel is in CVS

Collapse
Posted by Andrew Grumet on
Rafael -- it sounds from the error message like this is coming from somewhere in the network rather than from my test server at Sloan.  It's inconvenient for me to switch this over to a standard port at the moment, but we'll figure something out if this is the only option.

Orzenil -- argh, you're right, I forgot to commit those files.  I've just done it.  Please try again and thanks for your patience!

Files added:

tcl/navigation-procs.xql
www/resources/tab-active-left-comm.gif
www/resources/tab-active-left-course.gif
www/resources/tab-active-left-myspace.gif
www/resources/tab-active-right-comm.gif
www/resources/tab-active-right-course.gif
www/resources/tab-active-right-myspace.gif
www/resources/tab-passive-bottom.gif
www/resources/tab-passive-left-comm.gif
www/resources/tab-passive-left-course.gif
www/resources/tab-passive-left-myspace.gif
www/resources/tab-passive-right-comm.gif
www/resources/tab-passive-right-course.gif
www/resources/tab-passive-right-myspace.gif

Let me know if anything else is missing.

Collapse
Posted by Orzenil Silva Junior on
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)?