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 -N -r1.41 -r1.41.8.1 --- openacs-4/packages/acs-datetime/tcl/acs-calendar-2-procs.tcl 29 Jun 2004 10:17:36 -0000 1.41 +++ openacs-4/packages/acs-datetime/tcl/acs-calendar-2-procs.tcl 14 Oct 2008 18:58:24 -0000 1.41.8.1 @@ -73,11 +73,11 @@ [subst $prev_week_template] - + [util_AnsiDatetoPrettyDate $sunday_date] - [util_AnsiDatetoPrettyDate $saturday_date] - + [subst $next_week_template] @@ -120,9 +120,9 @@ append return_html " - + [ns_set value $calendar_details $index] - + " @@ -251,8 +251,8 @@ set start_time "" set odd_row_p 0 set display_hour "\"[_" - append return_html "[subst $hour_template]" - append return_html "" + append return_html "[subst $hour_template]" + append return_html "" # Go through events while {1} { @@ -270,7 +270,7 @@ ns_set delete $calendar_details $index } - append return_html " + append return_html " " for {set hour $start_hour} {$hour <= $end_hour} {incr hour} { @@ -319,7 +319,7 @@ } set display_hour [subst $hour_template] - append return_html "$display_hour\n" + append return_html "$display_hour\n" set n_processed_events 0 @@ -359,7 +359,7 @@ set colspan 1 } - append return_html "[lindex $one_item_val 2]" + append return_html "[lindex $one_item_val 2]" } else { append return_html "[ns_set value $calendar_details $index]
\n" } Index: openacs-4/packages/acs-datetime/tcl/acs-calendar-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-datetime/tcl/acs-calendar-procs.tcl,v diff -u -N -r1.23.2.1 -r1.23.2.2 --- openacs-4/packages/acs-datetime/tcl/acs-calendar-procs.tcl 4 Oct 2008 19:58:19 -0000 1.23.2.1 +++ openacs-4/packages/acs-datetime/tcl/acs-calendar-procs.tcl 14 Oct 2008 18:58:24 -0000 1.23.2.2 @@ -19,7 +19,7 @@ -header_bgcolor "black" -header_text_color "white" -header_text_size "+2" - -day_number_template {$day_number} + -day_number_template {$day_number} -day_header_size 2 -day_header_bgcolor "#666666" -calendar_width "100%" @@ -221,7 +221,7 @@ -header_bgcolor "black" -header_text_color "white" -header_text_size "+1" - -day_number_template {$day_number} + -day_number_template {$day_number} -day_header_size 1 -day_header_bgcolor "#666666" -calendar_width 0 @@ -267,7 +267,7 @@ -header_bgcolor "black" -header_text_color "white" -header_text_size "+1" - -day_number_template {$day_number} + -day_number_template {$day_number} -day_header_size 1 -day_header_bgcolor "#666666" -calendar_width 0 @@ -319,7 +319,7 @@ -header_bgcolor "black" -header_text_color "white" -header_text_size "+1" - -day_number_template {$day_number} + -day_number_template {$day_number} -day_header_size 1 -day_header_bgcolor "#666666" -calendar_width 0 @@ -376,7 +376,7 @@ -header_bgcolor "black" -header_text_color "white" -header_text_size "+1" - -day_number_template {$day_number} + -day_number_template {$day_number} -day_header_size 1 -day_header_bgcolor "#666666" -calendar_width 0 @@ -455,13 +455,13 @@ if { $viewname == $view } { # current view append result " - $text + $text " } else { append result " - $text + $text " } @@ -593,7 +593,7 @@ } append results " - $curr_month" + $curr_month" # Output link to next month only if it's a legal month if {$next_month_legal_p != 0} { @@ -694,7 +694,7 @@ if {$i == $curr_month} { append output " - $month + $month \n" } else { set target_date [clock format \ @@ -703,7 +703,7 @@ append output " - $month + $month \n" } } @@ -728,12 +728,12 @@ for {set year [expr $curr_year - 2]} {$year <= $end_year} {incr year} { if {$year == $curr_year} { append output " - $year\n" + $year\n" } else { append output " - $year + $year \n" } } @@ -756,7 +756,7 @@ set days_of_week [list S M T W T F S] foreach day_of_week $days_of_week { - append output "$day_of_week\n" + append output "$day_of_week\n" } append output "
" @@ -795,18 +795,18 @@ append output " - $day_number + $day_number " } elseif {$julian_date == $julian_date_today} { append output " - $day_number + $day_number " } else { append output " - $day_number + $day_number " } @@ -837,21 +837,23 @@ + is [dt_ansi_to_pretty]
- " + " if { $view == "day" && [dt_sysdate] == $date } { - append output "Today" + append output "Today" } else { append output " - Today " + Today " } append output " - is [dt_ansi_to_pretty]

-
Date as YYYYMMDD +
+
Date as YYYYMMDD +
" foreach var $list_of_vars { Index: openacs-4/packages/assessment/lib/actions-results.adp =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/assessment/lib/actions-results.adp,v diff -u -N -r1.2 -r1.2.2.1 --- openacs-4/packages/assessment/lib/actions-results.adp 22 Feb 2008 23:42:32 -0000 1.2 +++ openacs-4/packages/assessment/lib/actions-results.adp 14 Oct 2008 18:58:24 -0000 1.2.2.1 @@ -2,6 +2,6 @@ @actions.user_message@ - @actions.error_txt@ + @actions.error_txt@ \ No newline at end of file Index: openacs-4/packages/assessment/lib/results-edit-oq.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/assessment/lib/results-edit-oq.tcl,v diff -u -N -r1.2 -r1.2.8.1 --- openacs-4/packages/assessment/lib/results-edit-oq.tcl 24 Feb 2005 09:22:11 -0000 1.2 +++ openacs-4/packages/assessment/lib/results-edit-oq.tcl 14 Oct 2008 18:58:24 -0000 1.2.8.1 @@ -6,5 +6,5 @@ set answer_text [ad_text_to_html -no_links -- $answer_text] foreach keyword $keywords { - regsub -all -nocase $keyword $answer_text {\0} answer_text + regsub -all -nocase $keyword $answer_text {\0} answer_text } Index: openacs-4/packages/assessment/lib/session-items.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/assessment/lib/session-items.tcl,v diff -u -N -r1.19.2.4 -r1.19.2.5 --- openacs-4/packages/assessment/lib/session-items.tcl 16 Sep 2008 17:19:01 -0000 1.19.2.4 +++ openacs-4/packages/assessment/lib/session-items.tcl 14 Oct 2008 18:58:24 -0000 1.19.2.5 @@ -79,7 +79,7 @@ set correct_p 0 if {$show_feedback != "correct"} { if { $feedback_wrong ne "" } { - set feedback "$feedback_wrong" + set feedback "$feedback_wrong" set has_feedback_p 1 } else { set feedback "" @@ -89,7 +89,7 @@ set correct_p 1 if {$show_feedback ne "incorrect"} { if { $feedback_right ne "" } { - set feedback "$feedback_right" + set feedback "$feedback_right" set has_feedback_p 1 } else { set feedback "" @@ -110,7 +110,7 @@ set correct_p 0 if {$show_feedback != "correct"} { if { $feedback_wrong ne "" } { - set feedback "$feedback_wrong" + set feedback "$feedback_wrong" set has_feedback_p 1 } else { set feedback "" @@ -119,7 +119,7 @@ } else { if {$show_feedback != "incorrect"} { if { $feedback_right ne "" } { - set feedback "$feedback_right" + set feedback "$feedback_right" set has_feedback_p 1 } else { set feedback "" @@ -145,7 +145,7 @@ if { !$correct_p } { if {$show_feedback != "correct"} { if { $feedback_wrong ne "" } { - set feedback "$feedback_wrong" + set feedback "$feedback_wrong" set has_feedback_p 1 } else { set feedback "" @@ -154,7 +154,7 @@ } else { if {$show_feedback != "incorrect"} { if { $feedback_right ne "" } { - set feedback "$feedback_right" + set feedback "$feedback_right" set has_feedback_p 1 } else { set feedback "" Index: openacs-4/packages/assessment/www/assessment-single-submit.adp =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/assessment/www/assessment-single-submit.adp,v diff -u -N -r1.8.4.1 -r1.8.4.2 --- openacs-4/packages/assessment/www/assessment-single-submit.adp 14 Oct 2008 17:45:25 -0000 1.8.4.1 +++ openacs-4/packages/assessment/www/assessment-single-submit.adp 14 Oct 2008 18:58:24 -0000 1.8.4.2 @@ -4,7 +4,7 @@ - + - Index: openacs-4/packages/assessment/www/asm-admin/one-a.adp =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/assessment/www/asm-admin/one-a.adp,v diff -u -N -r1.20 -r1.20.2.1 --- openacs-4/packages/assessment/www/asm-admin/one-a.adp 31 Jan 2008 16:06:26 -0000 1.20 +++ openacs-4/packages/assessment/www/asm-admin/one-a.adp 14 Oct 2008 18:58:25 -0000 1.20.2.1 @@ -18,7 +18,7 @@ Index: openacs-4/packages/attachments/www/file-add.adp =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/attachments/www/file-add.adp,v diff -u -N -r1.7 -r1.7.14.1 --- openacs-4/packages/attachments/www/file-add.adp 9 Oct 2003 09:54:02 -0000 1.7 +++ openacs-4/packages/attachments/www/file-add.adp 14 Oct 2008 18:58:25 -0000 1.7.14.1 @@ -2,23 +2,25 @@ #attachments.lt_Upload_New_Attachment#@context;noquote@ -#attachments.you_are_attaching_document_to_object# +

#attachments.you_are_attaching_document_to_object#

+
+
@assessment_data.instructions;noquote@
@assessment_data.instructions;noquote@
Index: openacs-4/packages/assessment/www/asm-admin/catalog-item-add.adp =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/assessment/www/asm-admin/catalog-item-add.adp,v diff -u -N -r1.4.8.1 -r1.4.8.2 --- openacs-4/packages/assessment/www/asm-admin/catalog-item-add.adp 14 Oct 2008 17:45:25 -0000 1.4.8.1 +++ openacs-4/packages/assessment/www/asm-admin/catalog-item-add.adp 14 Oct 2008 18:58:24 -0000 1.4.8.2 @@ -19,7 +19,7 @@
@items.rownum@. @items.field_name@ * +@items.rownum@. @items.field_name@ * (#assessment.max_time# @items.max_time_to_complete@) (@items.points@ #assessment.points#)
- #assessment.reg_asm# + #assessment.reg_asm#
- + - + Index: openacs-4/packages/dotlrn/www/dotlrn-group-admin-faq.adp =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/dotlrn/www/dotlrn-group-admin-faq.adp,v diff -u -N -r1.4 -r1.4.4.1 --- openacs-4/packages/dotlrn/www/dotlrn-group-admin-faq.adp 8 Aug 2006 21:26:24 -0000 1.4 +++ openacs-4/packages/dotlrn/www/dotlrn-group-admin-faq.adp 14 Oct 2008 18:58:25 -0000 1.4.4.1 @@ -21,24 +21,21 @@ #dotlrn.help# -

-
Group Administrator FAQ -

+

-

(For user information, please read the Help page in your Control Panel) -

This FAQ contains these sections:

Dealing with Members
Managing Content
Preparing for Next Term

If your question is not answered, please email your site administrator. -

+

Dealing with Members

+

Q. Who will have access to my dotlearn class?
A. The default enrollment policy setting for new classes is "open" and any registered user can join the class. If you are concerned about who @@ -104,9 +101,9 @@ Limited Access users and Limited Access Guests (cross-registered students and non-institution people) can access their Control Panel page through the Help icon in the page banner.

-

+

Managing Content

-
+

Q. Do all the administrators of the class have the same privileges?
A. Yes, all administrator roles have full control over the content and membership of the community.
@@ -134,8 +131,9 @@ all their forum email alerts before going away. If this happens while they are away, you will have to remove the user from your group to stop the looping.

+

Preparing for Next Term

-
+

Q. What happens to my class at the end of the semester?
A. At the end of the semester, all classes are closed to further enrollment, but the student and administrator members are left in place. Because you are @@ -172,4 +170,3 @@ Type" window. Choose "Pick App" and click "OK" when the "Configure External Viewer" window appears. The user is then prompted to "Open" or "Save" the file. Outlook does not need to be open before these steps are executed.

-
Index: openacs-4/packages/dotlrn/www/dotlrn-main-portlet.adp =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/dotlrn/www/dotlrn-main-portlet.adp,v diff -u -N -r1.44.2.1 -r1.44.2.2 --- openacs-4/packages/dotlrn/www/dotlrn-main-portlet.adp 2 Jun 2008 16:43:20 -0000 1.44.2.1 +++ openacs-4/packages/dotlrn/www/dotlrn-main-portlet.adp 14 Oct 2008 18:58:25 -0000 1.44.2.2 @@ -47,7 +47,7 @@ @communities.intra_type_ul_tags;noquote@ @communities.pretty_name@ - Archived + Archived   Index: openacs-4/packages/dotlrn/www/dotlrn-user-faq.adp =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/dotlrn/www/dotlrn-user-faq.adp,v diff -u -N -r1.3 -r1.3.8.1 --- openacs-4/packages/dotlrn/www/dotlrn-user-faq.adp 12 Jul 2004 14:49:56 -0000 1.3 +++ openacs-4/packages/dotlrn/www/dotlrn-user-faq.adp 14 Oct 2008 18:58:25 -0000 1.3.8.1 @@ -21,8 +21,8 @@ #dotlrn.help# - -

dotlrn User FAQ


+

dotlrn User FAQ

+

Q: How do I change my password?
A: Go to your Control Panel page or to the Help icon in the page banner. Select "Change Password."
@@ -75,4 +75,3 @@ open before these steps are executed.

-
Index: openacs-4/packages/dotlrn/www/admin/community-members-add-to-community.adp =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/dotlrn/www/admin/community-members-add-to-community.adp,v diff -u -N -r1.2 -r1.2.14.1 --- openacs-4/packages/dotlrn/www/admin/community-members-add-to-community.adp 4 Dec 2002 09:51:04 -0000 1.2 +++ openacs-4/packages/dotlrn/www/admin/community-members-add-to-community.adp 14 Oct 2008 18:58:25 -0000 1.2.14.1 @@ -22,10 +22,8 @@ #dotlrn.lt_Add_community_name_Me# @context_bar@ -#dotlrn.Note# +

#dotlrn.Note#

-#dotlrn.lt_This_action_will_take_1# +

#dotlrn.lt_This_action_will_take_1#

-

- Index: openacs-4/packages/dotlrn/www/admin/user-edit.adp =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/dotlrn/www/admin/user-edit.adp,v diff -u -N -r1.12 -r1.12.8.1 --- openacs-4/packages/dotlrn/www/admin/user-edit.adp 29 Jun 2004 10:18:05 -0000 1.12 +++ openacs-4/packages/dotlrn/www/admin/user-edit.adp 14 Oct 2008 18:58:25 -0000 1.12.8.1 @@ -22,11 +22,9 @@ #dotlrn.Edit_a_User# @context_bar@ -#dotlrn.Youre_editing# @first_names@ @last_name@. -

-#dotlrn.Note_if_you_make# +

#dotlrn.Youre_editing# @first_names@ @last_name@.

-

+

#dotlrn.Note_if_you_make#

Index: openacs-4/packages/dotlrn/www/admin/users-add-to-community.adp =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/dotlrn/www/admin/users-add-to-community.adp,v diff -u -N -r1.7 -r1.7.14.1 --- openacs-4/packages/dotlrn/www/admin/users-add-to-community.adp 23 Oct 2002 12:38:40 -0000 1.7 +++ openacs-4/packages/dotlrn/www/admin/users-add-to-community.adp 14 Oct 2008 18:58:25 -0000 1.7.14.1 @@ -23,10 +23,9 @@ @context_bar@ -#dotlrn.Note# -#dotlrn.lt_This_action_will_take# <%= [expr [llength $users] * 3] %> #dotlrn.seconds# +

#dotlrn.Note#

-

+

#dotlrn.lt_This_action_will_take# <%= [expr [llength $users] * 3] %> #dotlrn.seconds#

Index: openacs-4/packages/dotlrn-homework/www/version-add.adp =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/dotlrn-homework/www/version-add.adp,v diff -u -N -r1.3 -r1.3.8.1 --- openacs-4/packages/dotlrn-homework/www/version-add.adp 20 Apr 2004 21:13:31 -0000 1.3 +++ openacs-4/packages/dotlrn-homework/www/version-add.adp 14 Oct 2008 18:58:25 -0000 1.3.8.1 @@ -2,7 +2,7 @@ #dotlrn-homework.lt_Upload_New_Version_of# @context_bar@ -#dotlrn-homework.lt_use_browse#

  +

#dotlrn-homework.lt_use_browse#

Index: openacs-4/packages/dotlrn-portlet/www/dotlrn-admin-portlet.adp =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/dotlrn-portlet/www/dotlrn-admin-portlet.adp,v diff -u -N -r1.37.2.1 -r1.37.2.2 --- openacs-4/packages/dotlrn-portlet/www/dotlrn-admin-portlet.adp 17 Aug 2008 03:15:43 -0000 1.37.2.1 +++ openacs-4/packages/dotlrn-portlet/www/dotlrn-admin-portlet.adp 14 Oct 2008 18:58:25 -0000 1.37.2.2 @@ -120,7 +120,7 @@
  • #dotlrn-portlet.Administrator_FAQ#
  • #dotlrn-portlet.Copy_this_group#
  • -
  • #dotlrn-portlet.lt_This_group_is_archive#
  • +
  • #dotlrn-portlet.lt_This_group_is_archive#
  • #dotlrn-portlet.Archive_this_group#
  • Index: openacs-4/packages/evaluation-portlet/catalog/evaluation-portlet.de_DE.ISO-8859-1.xml =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/evaluation-portlet/catalog/evaluation-portlet.de_DE.ISO-8859-1.xml,v diff -u -N -r1.5 -r1.5.2.1 --- openacs-4/packages/evaluation-portlet/catalog/evaluation-portlet.de_DE.ISO-8859-1.xml 10 Dec 2007 09:12:33 -0000 1.5 +++ openacs-4/packages/evaluation-portlet/catalog/evaluation-portlet.de_DE.ISO-8859-1.xml 14 Oct 2008 18:58:25 -0000 1.5.2.1 @@ -23,8 +23,8 @@ Admin Portlet f�r Aufgabenzuweisungen Gruppen administrieren <small>Gesamtpunkte in dieser Kategorie: %total_grade%/%max_grade%<br /> Diese Bewertungskategorie macht %grade_weight%% von 100% der Gesamtklassenleistung aus</small> - Antwort abschicken <style font-color:red>late</style> - Antwort nochmal abschicken <style font-color:red>late</style> + Antwort abschicken <style color:red>late</style> + Antwort nochmal abschicken <style color:red>late</style> F�r diese Paket liegen keine Aufgaben vor. F�r diese Paket liegen keine zu bewertenden Aufgaben vor. Aus Admininstrationsgr�nden sollte nur eine Instanz des Moduls "Evaluations" genutzt werden. Index: openacs-4/packages/evaluation-portlet/catalog/evaluation-portlet.en_US.ISO-8859-1.xml =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/evaluation-portlet/catalog/evaluation-portlet.en_US.ISO-8859-1.xml,v diff -u -N -r1.11 -r1.11.2.1 --- openacs-4/packages/evaluation-portlet/catalog/evaluation-portlet.en_US.ISO-8859-1.xml 10 Dec 2007 09:12:33 -0000 1.11 +++ openacs-4/packages/evaluation-portlet/catalog/evaluation-portlet.en_US.ISO-8859-1.xml 14 Oct 2008 18:58:25 -0000 1.11.2.1 @@ -39,8 +39,8 @@ <small> <text class="blue">%grade_plural_name% TOTAL:</text> <text class="blue"><b>%grade_plural_name% TOTALS:</text> - submit answer <style font-color:red>late</style> - submit answer <style font-color:red>late</style> again + submit answer <style color:red>late</style> + submit answer <style color:red>late</style> again There are no tasks for this package. There are no tasks to evaluate for this package. There should be only one instance of evaluation for admin purposes Index: openacs-4/packages/evaluation-portlet/catalog/evaluation-portlet.es_ES.ISO-8859-1.xml =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/evaluation-portlet/catalog/evaluation-portlet.es_ES.ISO-8859-1.xml,v diff -u -N -r1.5 -r1.5.2.1 --- openacs-4/packages/evaluation-portlet/catalog/evaluation-portlet.es_ES.ISO-8859-1.xml 10 Dec 2007 09:12:33 -0000 1.5 +++ openacs-4/packages/evaluation-portlet/catalog/evaluation-portlet.es_ES.ISO-8859-1.xml 14 Oct 2008 18:58:25 -0000 1.5.2.1 @@ -36,8 +36,8 @@ <small>Total de puntos en esta categor�a: %total_grade%/%max_grade%<br /> Esta categor�a representa el %grade_weight%% del 100% de la clase</small> <small>Total de puntos en esta categor�a: ${total_grade}/${max_grade}<br /> Esta categor�a representa el ${grade_weight}% del 100% de la clase</small> <text class="blue"><b>%grade_plural_name% TOTALES:</text - enviar respuesta <style font-color:red>tarde</style> - re-entregar <style font-color:red>tarde</style> + enviar respuesta <style color:red>tarde</style> + re-entregar <style color:red>tarde</style> No hay tareas para este paquete. No hay tareas que evaluar para este paquete. Solo debe de haber una instancia de evaluaci�n para prop�sitos administrativos Index: openacs-4/packages/evaluation-portlet/catalog/evaluation-portlet.es_GT.ISO-8859-1.xml =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/evaluation-portlet/catalog/evaluation-portlet.es_GT.ISO-8859-1.xml,v diff -u -N -r1.5 -r1.5.2.1 --- openacs-4/packages/evaluation-portlet/catalog/evaluation-portlet.es_GT.ISO-8859-1.xml 10 Dec 2007 09:12:33 -0000 1.5 +++ openacs-4/packages/evaluation-portlet/catalog/evaluation-portlet.es_GT.ISO-8859-1.xml 14 Oct 2008 18:58:25 -0000 1.5.2.1 @@ -24,8 +24,8 @@ Administraci�n de Grupos <small>Total de puntos en esta categor�a: %total_grade%/%max_grade%<br /> Esta categor�a representa el %grade_weight%% del 100% de la clase</small> <small>Total de puntos en esta categor�a: ${total_grade}/${max_grade}<br /> Esta categor�a representa el ${grade_weight}% del 100% de la clase</small> - enviar respuesta <style font-color:red>tarde</style> - re-entregar <style font-color:red>tarde</style> + enviar respuesta <style color:red>tarde</style> + re-entregar <style color:red>tarde</style> No hay tareas para este paquete. No hay tareas que evaluar para este paquete. Solo debe de haber una instancia de evaluaci�n para prop�sitos administrativos Index: openacs-4/packages/evaluation-portlet/catalog/evaluation-portlet.pt_BR.ISO-8859-1.xml =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/evaluation-portlet/catalog/evaluation-portlet.pt_BR.ISO-8859-1.xml,v diff -u -N -r1.5 -r1.5.2.1 --- openacs-4/packages/evaluation-portlet/catalog/evaluation-portlet.pt_BR.ISO-8859-1.xml 10 Dec 2007 09:12:33 -0000 1.5 +++ openacs-4/packages/evaluation-portlet/catalog/evaluation-portlet.pt_BR.ISO-8859-1.xml 14 Oct 2008 18:58:25 -0000 1.5.2.1 @@ -34,8 +34,8 @@ <small>Pontua��o total nesta categoria: %total_grade%/%max_grade%<br /> Esta categoria de notas representa %grade_weight%% de 100% da classe <small> TOTAL <text class="blue">%grade_plural_name%:</text> TOTAIS <text class="blue">%grade_plural_name%:</text> - enviar resposta <style font-color:red>late</style> - Enviar resposta <style font-color:red>atrasada</style> de novo + enviar resposta <style color:red>late</style> + Enviar resposta <style color:red>atrasada</style> de novo N�o h� tarefas para este pacote. N�o h� tarefas para avaliar para este pacote. Deve haver apenas uma inst�ncia para fins de administra��o Index: openacs-4/packages/lorsm/lib/user-lorsm.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/lorsm/lib/user-lorsm.tcl,v diff -u -N -r1.20.2.1 -r1.20.2.2 --- openacs-4/packages/lorsm/lib/user-lorsm.tcl 11 May 2008 02:16:35 -0000 1.20.2.1 +++ openacs-4/packages/lorsm/lib/user-lorsm.tcl 14 Oct 2008 18:58:25 -0000 1.20.2.2 @@ -209,7 +209,7 @@ failed { append icon "\"Failed\"" } "not attempted" { append icon "\"Not" } passed { append icon "\"Passed\"" } - default { append icon " $lesson_status ** \"$lesson_status\""} + default { append icon " $lesson_status ** \"$lesson_status\""} } } set lesson_status $icon Index: openacs-4/packages/lorsm/www/admin/course-add-2.adp =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/lorsm/www/admin/course-add-2.adp,v diff -u -N -r1.1 -r1.1.4.1 --- openacs-4/packages/lorsm/www/admin/course-add-2.adp 31 Dec 2006 00:36:04 -0000 1.1 +++ openacs-4/packages/lorsm/www/admin/course-add-2.adp 14 Oct 2008 18:58:25 -0000 1.1.4.1 @@ -1,42 +1,32 @@ @context;noquote@ -

    -

    #lorsm.lt_Preliminary_informati#

    -

    - -

    + - #lorsm.lt_The_uploaded_file_is_# #lorsm.lt_SCORM_complaint_packa# -

    +

    #lorsm.lt_The_uploaded_file_is_# #lorsm.lt_SCORM_complaint_packa#

    -

    +

    #lorsm.SCORM_Package_Info#

    -

    #lorsm.IMS_Package_Info#

    - #lorsm.lt_The_uploaded_file_is_# #lorsm.lt_Blackboard_6_complain#. -

    +

    #lorsm.lt_The_uploaded_file_is_# #lorsm.lt_Blackboard_6_complain#.

    -

    + -#lorsm.Note##lorsm._the_package_has# #lorsm.not_yet# #lorsm.lt_being_added_to_the_Le# +

    #lorsm.Note##lorsm._the_package_has# #lorsm.not_yet# #lorsm.lt_being_added_to_the_Le#

    - - - - + Index: openacs-4/packages/lorsm/www/admin/course-add-3.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/lorsm/www/admin/course-add-3.tcl,v diff -u -N -r1.4.2.2 -r1.4.2.3 --- openacs-4/packages/lorsm/www/admin/course-add-3.tcl 14 Oct 2008 15:12:33 -0000 1.4.2.2 +++ openacs-4/packages/lorsm/www/admin/course-add-3.tcl 14 Oct 2008 18:58:25 -0000 1.4.2.3 @@ -48,13 +48,13 @@ set isBB [lors::imscp::bb6::isBlackboard6 -tmp_dir $tmp_dir] if {$isBB == 1} { - ns_write "

    [_ lorsm.lt_Blackboard6_Content_P].
    [_ lorsm.lt_Modifying_package_to_]" + ns_write "

    [_ lorsm.lt_Blackboard6_Content_P].
    [_ lorsm.lt_Modifying_package_to_]

    " ns_write "
    [_ lorsm.lt_Cleaning_up_unused_ap]" lors::imscp::bb6::clean_items -tmp_dir $tmp_dir -file "imsmanifest.xml" - ns_write "[_ lorsm.Done]" + ns_write "[_ lorsm.Done]" ns_write "
    [_ lorsm.lt_Renaming_content_type]" lors::imscp::bb6::extract_html -tmp_dir $tmp_dir -file "imsmanifest.xml" - ns_write "[_ lorsm.Done]" + ns_write "[_ lorsm.Done]" } @@ -182,7 +182,7 @@ ns_write "[_ lorsm.Processing_files]

    " foreach file $files { set tempval [regsub $tmp_dir $file {}] - ns_write " $tempval[_ lorsm.OK]
    " + ns_write " $tempval[_ lorsm.OK]
    " } ns_write "

    " # Index: openacs-4/packages/lorsm/www/delivery/applet.js =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/lorsm/www/delivery/applet.js,v diff -u -N -r1.3 -r1.3.2.1 --- openacs-4/packages/lorsm/www/delivery/applet.js 7 Oct 2007 22:45:53 -0000 1.3 +++ openacs-4/packages/lorsm/www/delivery/applet.js 14 Oct 2008 18:58:25 -0000 1.3.2.1 @@ -15,7 +15,7 @@ function debug(message) { if (debuglevel ==1) { if (menu_off < 1 ) { - parent.frames['talk'].document.write(""+message+"
    "); + parent.frames['talk'].document.write(message+"
    "); } } return; @@ -101,15 +101,15 @@ isalive=APIFinder.KeepAlive(); if(!(isalive=='true')) { if (menu_off < 1 ) { - message="Server failure: Error in communication to server:
    "+APIFinder.LastServerError; + message="Server failure: Error in communication to server:
    "+APIFinder.LastServerError; parent.frames['menu'].writit(message,'usermessage'); } else { debug("server error in keepalive"); } APIFinder.LastServerError=""; } else { if (menu_off < 1 ) { - message="Server online"; + message="Server online"; parent.frames['menu'].writit(message,'usermessage'); } else { debug("server OK in keepalive"); @@ -284,7 +284,7 @@ parent.frames['menu'].window.location.href = menu_url; //obviously no menu if menu is off... } else { - messaging("Please wait. Loading contents.
    Attendere prego. Caricamento contenuti.
    "); + messaging("Please wait. Loading contents.
    "); parent.frames['content'].location.href = record_view_url; } if (findgetAppletInfo> 7) { @@ -327,7 +327,7 @@ APIFinder.LastServerError=""; } else { if (menu_off < 1 ) { - message="LMSInitialize: Error in communication to server:
    "+APIFinder.LastServerError+""; + message="LMSInitialize: Error in communication to server:
    "+APIFinder.LastServerError; parent.frames['menu'].writit(message,'usermessage'); } else { debug("server error in LMSInitialize"); @@ -360,7 +360,7 @@ } finishing=true; if (menu_off < 1 ) { - parent.frames['menu'].writit('Sending tracking to server....','usermessage'); + parent.frames['menu'].writit('Sending tracking to server....','usermessage'); } debug("APPLET.JS sco called LMSFinish("+placeholder+")"); debug("calling LMSfinish =(\'\')"); @@ -383,7 +383,7 @@ parent.frames['menu'].writit('','abort'); parent.frames['menu'].writit('','btn_finish'); parent.frames['menu'].toggleBox('menudiv',1); - parent.frames['menu'].writit('Tracking is OK','usermessage'); + parent.frames['menu'].writit('Tracking is OK','usermessage'); } catch (err) { debug ("cannot restore menu... what's up ?") } @@ -395,7 +395,7 @@ //better be conservative. don't give'em menu back //parent.frames['menu'].writit('','abort'); //parent.frames['menu'].toggleBox('menudiv',1); - message="LMSFinish: Error in communication to server:
    "+APIFinder.LastServerError+""; + message="LMSFinish: Error in communication to server:
    "+APIFinder.LastServerError; parent.frames['menu'].writit(message,'usermessage'); } else { debug("ERROR during LMSFinish CALL !!!"); @@ -430,14 +430,14 @@ committed=committed+''; if(!(committed=='true')) { if (menu_off < 1 ) { - message="Commit: Error in communication to server:
    "+APIFinder.LastServerError+""; + message="Commit: Error in communication to server:
    "+APIFinder.LastServerError; parent.frames['menu'].writit(message,'usermessage'); } else { debug("ERROR during LMSCommit CALL !!!"); } } else { if (menu_off < 1 ) { - parent.frames['menu'].writit('Committed OK','usermessage'); + parent.frames['menu'].writit('Committed OK','usermessage'); } APIFinder.LastServerError=""; } Index: openacs-4/packages/lorsm/www/delivery/keepalive.adp =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/lorsm/www/delivery/keepalive.adp,v diff -u -N -r1.2 -r1.2.4.1 --- openacs-4/packages/lorsm/www/delivery/keepalive.adp 7 Jun 2006 14:05:44 -0000 1.2 +++ openacs-4/packages/lorsm/www/delivery/keepalive.adp 14 Oct 2008 18:58:25 -0000 1.2.4.1 @@ -1,10 +1,9 @@ - - +

    Keepalive window Shouldn't ever turn to login HREF <%= [ns_httptime [ns_time]] %> - +

    #acs-subsite.Not_logged_in#
    #acs-subsite.Login_or_register#
    Index: openacs-4/packages/lorsm/www/delivery/menu-mk.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/lorsm/www/delivery/menu-mk.tcl,v diff -u -N -r1.4 -r1.4.2.1 --- openacs-4/packages/lorsm/www/delivery/menu-mk.tcl 16 Jan 2008 16:54:45 -0000 1.4 +++ openacs-4/packages/lorsm/www/delivery/menu-mk.tcl 14 Oct 2008 18:58:25 -0000 1.4.2.1 @@ -315,7 +315,7 @@ failed { append icon "\"Failed\"" } "not attempted" { append icon "\"Not" } passed { append icon "\"Passed\"" } - default { append icon " $lesson_status ** \"$lesson_status\""} + default { append icon " $lesson_status ** \"$lesson_status\""} } } @@ -387,7 +387,7 @@ "not attempted" { append icon "\"Missing" } passed { append icon "\"Prerequisite" } complete { append icon "\"Prerequisite" } - default { append icon " $lesson_status ** \"$lesson_status\""} + default { append icon " $lesson_status ** \"$lesson_status\""} } } #if found session for id_from_ref @@ -435,7 +435,7 @@ failed { append icon "\"Failed\"" } "not attempted" { append icon "\"Not" } passed { append icon "\"Passed\"" } - default { append icon " $lesson_status ** \"$lesson_status\""} + default { append icon " $lesson_status ** \"$lesson_status\""} } } Index: openacs-4/packages/lorsm/www/delivery/menu.js =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/lorsm/www/delivery/menu.js,v diff -u -N -r1.2 -r1.2.2.1 --- openacs-4/packages/lorsm/www/delivery/menu.js 13 Aug 2007 09:20:16 -0000 1.2 +++ openacs-4/packages/lorsm/www/delivery/menu.js 14 Oct 2008 18:58:25 -0000 1.2.2.1 @@ -22,7 +22,7 @@ function debug(message) { if (debuglevel==1) { try { - parent.frames['talk'].document.write(" menu.adp : "+message+"
    "); + parent.frames['talk'].document.write("menu.adp : "+message+"
    "); } catch (err) { //alert("no talk ? no party!"); } Index: openacs-4/packages/lorsm/www/delivery/popup.adp =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/lorsm/www/delivery/popup.adp,v diff -u -N -r1.4 -r1.4.2.1 --- openacs-4/packages/lorsm/www/delivery/popup.adp 6 Mar 2008 13:41:10 -0000 1.4 +++ openacs-4/packages/lorsm/www/delivery/popup.adp 14 Oct 2008 18:58:25 -0000 1.4.2.1 @@ -65,10 +65,10 @@ } function debug(message) { - //childwindow.frames['talk'].document.write(""+message+"
    "); + //childwindow.frames['talk'].document.write(message+"
    "); try { - this.debugwindow.document.write(""+message+"
    "); + this.debugwindow.document.write(message+"
    "); } catch (err) { //cosa fare qui } @@ -379,7 +379,7 @@
    try { - childwindow.frames['content'].document.write("Please wait. Loading contents.
    Attendere prego. Caricamento contenuti.
    ") + childwindow.frames['content'].document.write("Please wait. Loading contents.
    ") } catch (err) { //we are on a slow browser somehow //or something has gotten really wrong Index: openacs-4/packages/new-portal/www/admin/portal-config.adp =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/new-portal/www/admin/portal-config.adp,v diff -u -N -r1.11 -r1.11.8.1 --- openacs-4/packages/new-portal/www/admin/portal-config.adp 13 Jan 2005 13:58:25 -0000 1.11 +++ openacs-4/packages/new-portal/www/admin/portal-config.adp 14 Oct 2008 18:58:25 -0000 1.11.8.1 @@ -28,8 +28,6 @@ @rendered_page;noquote@
    -

    #new-portal.Custom_Portlets#

    #new-portal.lt_-_Note_custom_portlet# +

    #new-portal.Custom_Portlets#

    +

    #new-portal.lt_-_Note_custom_portlet#

    - - - Index: openacs-4/packages/new-portal/www/themes/deco-theme.adp =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/new-portal/www/themes/deco-theme.adp,v diff -u -N -r1.8 -r1.8.4.1 --- openacs-4/packages/new-portal/www/themes/deco-theme.adp 8 Aug 2006 21:27:00 -0000 1.8 +++ openacs-4/packages/new-portal/www/themes/deco-theme.adp 14 Oct 2008 18:58:25 -0000 1.8.4.1 @@ -34,13 +34,11 @@
    Index: openacs-4/packages/news/www/admin/process.adp =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/news/www/admin/process.adp,v diff -u -N -r1.7.14.1 -r1.7.14.2 --- openacs-4/packages/news/www/admin/process.adp 14 Oct 2008 12:39:03 -0000 1.7.14.1 +++ openacs-4/packages/news/www/admin/process.adp 14 Oct 2008 18:58:25 -0000 1.7.14.2 @@ -4,7 +4,7 @@

    #news.Error#

    - #news.The_action# @action@ #news.lt_cannot_be_applied_to_# + #news.The_action# @action@ #news.lt_cannot_be_applied_to_#
    • @unapproved.publish_title@ - @unapproved.creation_date_pretty@ @@ -16,9 +16,9 @@ #news.lt_Manage_the_items_indi# - #news.lt_Do_you_really_want_to# @action_pretty@
      #news.lt_on_the_following_news#
      + #news.lt_Do_you_really_want_to# @action_pretty@
      #news.lt_on_the_following_news#
      -

      + @hidden_vars;noquote@
    #attachments.Version_filename_#
     #attachments.lt_Use_the_Browse_button# #attachments.lt_Use_the_Browse_button#
    - @name;noquote@ @name;noquote@ - @@ -78,11 +76,11 @@

    - +
    - +