Index: openacs-4/packages/acs-admin/www/users/merge-confirm.adp =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-admin/www/users/merge-confirm.adp,v diff -u -N -r1.2 -r1.3 --- openacs-4/packages/acs-admin/www/users/merge-confirm.adp 4 Jun 2006 00:45:20 -0000 1.2 +++ openacs-4/packages/acs-admin/www/users/merge-confirm.adp 13 Aug 2007 06:11:12 -0000 1.3 @@ -15,7 +15,7 @@

Portrait of @to_user_id@ -
+
@to_first_names@ @to_last_name@ (@to_email@)

Index: openacs-4/packages/acs-api-browser/tcl/acs-api-documentation-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-api-browser/tcl/acs-api-documentation-procs.tcl,v diff -u -N -r1.22 -r1.23 --- openacs-4/packages/acs-api-browser/tcl/acs-api-documentation-procs.tcl 10 Jan 2007 21:22:01 -0000 1.22 +++ openacs-4/packages/acs-api-browser/tcl/acs-api-documentation-procs.tcl 13 Aug 2007 06:04:52 -0000 1.23 @@ -603,7 +603,7 @@ append out "Options:

" foreach param $doc_elements(option) { if { [regexp {^([^ \t]+)[ \t](.+)$} $param "" name value] } { - append out "
-$name
$value
" + append out "
-$name
$value
" } } append out "
" Index: openacs-4/packages/acs-templating/resources/forms/accessible-forms.adp =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-templating/resources/forms/accessible-forms.adp,v diff -u -N -r1.5 -r1.6 --- openacs-4/packages/acs-templating/resources/forms/accessible-forms.adp 14 May 2007 20:30:27 -0000 1.5 +++ openacs-4/packages/acs-templating/resources/forms/accessible-forms.adp 13 Aug 2007 06:11:46 -0000 1.6 @@ -12,14 +12,14 @@ -
+
-
-
+
+
Index: openacs-4/packages/acs-templating/resources/forms/standard.adp =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-templating/resources/forms/standard.adp,v diff -u -N -r1.18 -r1.19 --- openacs-4/packages/acs-templating/resources/forms/standard.adp 14 May 2007 20:30:27 -0000 1.18 +++ openacs-4/packages/acs-templating/resources/forms/standard.adp 13 Aug 2007 06:11:46 -0000 1.19 @@ -90,7 +90,7 @@ \@formgroup.widget;noquote@
+
Index: openacs-4/packages/acs-templating/tcl/richtext-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-templating/tcl/richtext-procs.tcl,v diff -u -N -r1.29 -r1.30 --- openacs-4/packages/acs-templating/tcl/richtext-procs.tcl 14 May 2007 20:30:27 -0000 1.29 +++ openacs-4/packages/acs-templating/tcl/richtext-procs.tcl 13 Aug 2007 06:05:49 -0000 1.30 @@ -276,7 +276,7 @@ if { $htmlarea_p } { append output "" } else { - append output "
[_ acs-templating.Format]: [menu $element(id).format [template::util::richtext::format_options] $format attributes]" + append output "
[_ acs-templating.Format]: [menu $element(id).format [template::util::richtext::format_options] $format attributes]" } # Spell-checker @@ -378,8 +378,8 @@ Note that the rich-rext editor interacts with blank-master.tcl and blank-master.adp.

- Derived from the htmlarea richtext widget for htmlarea by lars@pinds.com
- modified for RTE http://www.kevinroth.com/ by davis@xarg.net
+ Derived from the htmlarea richtext widget for htmlarea by lars@pinds.com
+ modified for RTE http://www.kevinroth.com/ by davis@xarg.net
xinha support by gustaf.neumann@wu-wien.ac.at } { @@ -444,12 +444,12 @@ # which the richtext widget won't work but which do have js enabled # should output since we need the format widget (this for Safari among # some others) - set noscript_output "$output
[_ acs-templating.Format]: $format_menu\n" + set noscript_output "$output
[_ acs-templating.Format]: $format_menu\n" set output "" } elseif {$richtextEditor eq "xinha"} { append output "\n" - append output "\n" + append output "\n" # we have a xinha richtext widget, specified by "options {editor xinha}" # The following options are supported: @@ -500,7 +500,7 @@ } else { append output "" } - append output "
[_ acs-templating.Format]: $format_menu" + append output "
[_ acs-templating.Format]: $format_menu" } # Spell-checker Index: openacs-4/packages/acs-templating/www/resources/htmlarea/index.html =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-templating/www/resources/htmlarea/index.html,v diff -u -N -r1.2 -r1.3 --- openacs-4/packages/acs-templating/www/resources/htmlarea/index.html 30 Jan 2005 16:13:26 -0000 1.2 +++ openacs-4/packages/acs-templating/www/resources/htmlarea/index.html 13 Aug 2007 06:12:48 -0000 1.3 @@ -26,7 +26,7 @@ SourceForge page:http://sf.net/projects/itools-htmlarea/ -

HTMLArea -- the free
customizable online editor

+

HTMLArea -- the free
customizable online editor

HTMLArea is a free, customizable online editor. It works inside your Index: openacs-4/packages/acs-templating/www/resources/htmlarea/popups/about.html =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-templating/www/resources/htmlarea/popups/about.html,v diff -u -N -r1.2 -r1.3 --- openacs-4/packages/acs-templating/www/resources/htmlarea/popups/about.html 30 Jan 2005 16:13:32 -0000 1.2 +++ openacs-4/packages/acs-templating/www/resources/htmlarea/popups/about.html 13 Aug 2007 06:12:48 -0000 1.3 @@ -76,7 +76,7 @@ plugins.innerHTML = "

No plugins have been loaded

"; } - plugins.innerHTML += "

User agent reports:
" + navigator.userAgent + "

"; + plugins.innerHTML += "

User agent reports:
" + navigator.userAgent + "

"; var content = document.getElementById("content"); if (window.innerHeight) { Index: openacs-4/packages/acs-templating/www/resources/xinha-nightly/functionsMozilla.js =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-templating/www/resources/xinha-nightly/functionsMozilla.js,v diff -u -N -r1.1 -r1.2 --- openacs-4/packages/acs-templating/www/resources/xinha-nightly/functionsMozilla.js 2 Feb 2007 21:04:44 -0000 1.1 +++ openacs-4/packages/acs-templating/www/resources/xinha-nightly/functionsMozilla.js 13 Aug 2007 06:12:48 -0000 1.2 @@ -336,7 +336,7 @@ * 5. Reinsert it just after the block element *

The quick

brown fox jumped over the lazy dog.

* - * Along the way, allow inserting blank paragraphs, which will look like


+ * Along the way, allow inserting blank paragraphs, which will look like


*/ Gecko.prototype.dom_checkInsertP = function() @@ -516,7 +516,7 @@ // Select the range (to set the insertion) // collapse to the start of the new block - // (remember the block might be


, so if we collapsed to the end the
would be noticable) + // (remember the block might be


, so if we collapsed to the end the
would be noticable) //range.selectNode(newblock.firstChild); //range.collapse(true); Index: openacs-4/packages/acs-templating/www/resources/xinha-nightly/examples/ext_example-dest.php =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-templating/www/resources/xinha-nightly/examples/ext_example-dest.php,v diff -u -N -r1.2 -r1.3 --- openacs-4/packages/acs-templating/www/resources/xinha-nightly/examples/ext_example-dest.php 2 Nov 2005 09:20:04 -0000 1.2 +++ openacs-4/packages/acs-templating/www/resources/xinha-nightly/examples/ext_example-dest.php 13 Aug 2007 06:12:48 -0000 1.3 @@ -14,7 +14,7 @@ //magic_quotes_gpc = Off foreach($_REQUEST as $key=>$value){ if(substr($key,0,10) == 'myTextarea') { - echo '

'.$key.'(source):

'.$value.'
'; + echo '

'.$key.'(source):

'.$value.'
'; echo '

'.$key.'(preview):

'.$value; } } Index: openacs-4/packages/acs-templating/www/resources/xinha-nightly/plugins/Template/popups/template.html =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-templating/www/resources/xinha-nightly/plugins/Template/popups/template.html,v diff -u -N -r1.2 -r1.3 --- openacs-4/packages/acs-templating/www/resources/xinha-nightly/plugins/Template/popups/template.html 11 Nov 2005 20:32:48 -0000 1.2 +++ openacs-4/packages/acs-templating/www/resources/xinha-nightly/plugins/Template/popups/template.html 13 Aug 2007 06:12:48 -0000 1.3 @@ -39,7 +39,7 @@ -
+
Index: openacs-4/packages/acs-templating/www/resources/xinha-nightly/popups/about.html =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-templating/www/resources/xinha-nightly/popups/about.html,v diff -u -N -r1.5 -r1.6 --- openacs-4/packages/acs-templating/www/resources/xinha-nightly/popups/about.html 25 Feb 2007 19:06:34 -0000 1.5 +++ openacs-4/packages/acs-templating/www/resources/xinha-nightly/popups/about.html 13 Aug 2007 06:12:48 -0000 1.6 @@ -76,7 +76,7 @@ plugins.innerHTML = "

No plugins have been loaded

"; } - plugins.innerHTML += "

User agent reports:
" + navigator.userAgent + "

"; + plugins.innerHTML += "

User agent reports:
" + navigator.userAgent + "

"; var content = document.getElementById("content"); if (window.innerHeight) { Index: openacs-4/packages/calendar/www/mini-calendar.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/calendar/www/mini-calendar.tcl,v diff -u -N -r1.17 -r1.18 --- openacs-4/packages/calendar/www/mini-calendar.tcl 15 May 2007 20:14:21 -0000 1.17 +++ openacs-4/packages/calendar/www/mini-calendar.tcl 13 Aug 2007 06:06:33 -0000 1.18 @@ -10,7 +10,7 @@ {date:text,nospell,optional {label ""} {html {size 10}} - {after-html "
[_ acs-datetime.Date_as_YYYYMMDD]"} + {after-html "
[_ acs-datetime.Date_as_YYYYMMDD]"} } {btn_ok:text(submit) {label "[_ calendar.Go_to_date]"} Index: openacs-4/packages/new-portal/tcl/portal-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/new-portal/tcl/portal-procs.tcl,v diff -u -N -r1.181 -r1.182 --- openacs-4/packages/new-portal/tcl/portal-procs.tcl 7 Jun 2007 20:32:27 -0000 1.181 +++ openacs-4/packages/new-portal/tcl/portal-procs.tcl 13 Aug 2007 06:10:27 -0000 1.182 @@ -603,18 +603,18 @@ append layout_chunk ">$one_layout_chunk" } - append layout_chunk "
" + append layout_chunk "
" } append template " -
+
[_ new-portal.Change_page_layout] -
+
@@ -640,7 +640,7 @@ set new_page_num [expr [page_count -portal_id $portal_id] + 1] - append template "
+ append template "
@@ -668,7 +668,7 @@ # if {![empty_string_p [get_portal_template_id $portal_id]]} { - append template "
+ append template "
@@ -687,7 +687,7 @@ if { [db_string sub_portals {}] } { # Portal has other portals using it as a template - append template "
+ append template "