Index: openacs-4/packages/acs-datetime/tcl/acs-calendar-2-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-datetime/tcl/acs-calendar-2-procs.tcl,v diff -u -r1.32 -r1.33 --- openacs-4/packages/acs-datetime/tcl/acs-calendar-2-procs.tcl 18 Sep 2002 21:03:59 -0000 1.32 +++ openacs-4/packages/acs-datetime/tcl/acs-calendar-2-procs.tcl 7 Nov 2002 08:41:33 -0000 1.33 @@ -88,10 +88,12 @@
Day of Week | Date | Start Time | End Time | " +|||
---|---|---|---|---|---|---|
[_ acs-datetime.Day_of_Week] | [_ acs-datetime.Date] | [_ acs-datetime.Start_Time] | [_ acs-datetime.End_Time] | " if {$real_order_by != "item_type"} { - append return_html "Type | " + append return_html "[_ acs-datetime.Type] | " } - append return_html "Title | [_ acs-datetime.Title] | \n" # initialize the item_type so we can do intermediate titles set old_item_type "" @@ -474,7 +476,7 @@ # Do we need a title? if {$real_order_by == "item_type" && $item_type != "$old_item_type"} { if {[empty_string_p $item_type]} { - set item_type_for_title "(No Item Type)" + set item_type_for_title "([_ acs-datetime.No_Item_Type])" } else { set item_type_for_title $item_type }