Index: openacs-4/packages/acs-tcl/tcl/utilities-procs.tcl
===================================================================
RCS file: /usr/local/cvsroot/openacs-4/packages/acs-tcl/tcl/utilities-procs.tcl,v
diff -u -r1.83.2.1 -r1.83.2.2
--- openacs-4/packages/acs-tcl/tcl/utilities-procs.tcl 20 May 2005 13:23:41 -0000 1.83.2.1
+++ openacs-4/packages/acs-tcl/tcl/utilities-procs.tcl 27 Jun 2005 15:28:05 -0000 1.83.2.2
@@ -823,7 +823,7 @@
set export_string [join $export_list "&"]
} else {
for { set i 0 } { $i < $export_size } { incr i } {
- append export_string "\n"
+ append export_string "\n"
}
}
Index: openacs-4/packages/acs-templating/www/resources/lists.css
===================================================================
RCS file: /usr/local/cvsroot/openacs-4/packages/acs-templating/www/resources/lists.css,v
diff -u -r1.6 -r1.6.2.1
--- openacs-4/packages/acs-templating/www/resources/lists.css 13 May 2005 18:47:14 -0000 1.6
+++ openacs-4/packages/acs-templating/www/resources/lists.css 27 Jun 2005 15:28:06 -0000 1.6.2.1
@@ -137,6 +137,6 @@
td.list-list-pane {
background-color: white;
- valign: center;
+ vertical-align: middle;
padding-left: 10px;
}
Index: openacs-4/packages/general-comments/tcl/general-comments-procs.tcl
===================================================================
RCS file: /usr/local/cvsroot/openacs-4/packages/general-comments/tcl/general-comments-procs.tcl,v
diff -u -r1.18 -r1.18.2.1
--- openacs-4/packages/general-comments/tcl/general-comments-procs.tcl 9 Mar 2005 17:07:09 -0000 1.18
+++ openacs-4/packages/general-comments/tcl/general-comments-procs.tcl 27 Jun 2005 15:28:06 -0000 1.18.2.1
@@ -194,25 +194,25 @@
append attachments_html "
$title "
if { $mime_type == "image_gif" || $mime_type == "image/jpeg" } {
- append attachments_html "($name)\n"
+ append attachments_html "($name)\n"
} else {
- append attachments_html "($name)\n"
+ append attachments_html "($name)\n"
}
}
db_foreach get_links "
select i.item_id, e.label, e.url
from cr_items i, cr_extlinks e
where i.parent_id = :comment_id and e.extlink_id = i.item_id" {
- append attachments_html "$label\n"
+ append attachments_html "$label\n"
}
if { ![empty_string_p $attachments_html] } {
append html "[_ general-comments.Attachments]
\n\n"
}
}
- append html "-- $author [_ general-comments.on] $pretty_date2 ([_ general-comments.view_details])
\n"
+ append html "-- $author [_ general-comments.on] $pretty_date2 ([_ general-comments.view_details])
\n"
} else {
- append html "$title [_ general-comments.by] $author [_ general-comments.on] $pretty_date
\n"
+ append html "$title [_ general-comments.by] $author [_ general-comments.on] $pretty_date
\n"
}
return $html
@@ -250,7 +250,7 @@
if { ![info exists object_name] } { set object_name [acs_object_name $object_id] }
if { ![info exists context_id] } { set context_id $object_id }
- set html "$link_text"
+ set html "$link_text"
return $html
}
@@ -297,7 +297,7 @@
o.object_id = g.comment_id and
p.person_id = o.creation_user
order by creation_date" {
- append html "$title by $author, $creation_date
\n"
+ append html "$title by $author, $creation_date
\n"
}
return "$html"
}
@@ -315,7 +315,7 @@
# get the package url
set package_url [general_comments_package_url]
- set html "$link_text"
+ set html "$link_text"
return $html
}
Index: openacs-4/packages/ratings/tcl/rating-procs.tcl
===================================================================
RCS file: /usr/local/cvsroot/openacs-4/packages/ratings/tcl/rating-procs.tcl,v
diff -u -r1.4 -r1.4.2.1
--- openacs-4/packages/ratings/tcl/rating-procs.tcl 14 Jun 2004 14:17:54 -0000 1.4
+++ openacs-4/packages/ratings/tcl/rating-procs.tcl 27 Jun 2005 15:28:06 -0000 1.4.2.1
@@ -130,7 +130,7 @@
set return_url [ad_return_url]
}
- set out "\n"
+ append out "\n\n\n"
}
}
Index: openacs-4/www/blank-master.adp
===================================================================
RCS file: /usr/local/cvsroot/openacs-4/www/blank-master.adp,v
diff -u -r1.18 -r1.18.2.1
--- openacs-4/www/blank-master.adp 18 Mar 2005 18:10:39 -0000 1.18
+++ openacs-4/www/blank-master.adp 27 Jun 2005 15:28:06 -0000 1.18.2.1
@@ -7,19 +7,19 @@
-
+
-
+
-
+
@header_stuff;noquote@
@attribute.key@="@attribute.value@">
-
+
-
Index: openacs-4/www/site-master.adp
===================================================================
RCS file: /usr/local/cvsroot/openacs-4/www/site-master.adp,v
diff -u -r1.23 -r1.23.2.1
--- openacs-4/www/site-master.adp 24 Feb 2005 13:33:31 -0000 1.23
+++ openacs-4/www/site-master.adp 27 Jun 2005 15:28:06 -0000 1.23.2.1
@@ -9,7 +9,7 @@
@focus;noquote@
-
+
@header_stuff;noquote@
@@ -94,16 +94,18 @@