Index: openacs-4/packages/xowiki/tcl/adp-generator-procs.tcl
===================================================================
RCS file: /usr/local/cvsroot/openacs-4/packages/xowiki/tcl/adp-generator-procs.tcl,v
diff -u -r1.14 -r1.15
--- openacs-4/packages/xowiki/tcl/adp-generator-procs.tcl 19 Nov 2007 12:30:35 -0000 1.14
+++ openacs-4/packages/xowiki/tcl/adp-generator-procs.tcl 7 Dec 2007 14:25:04 -0000 1.15
@@ -77,7 +77,7 @@
#xowiki.search# ·
#xowiki.index#
" \
"
" \
Index: openacs-4/packages/xowiki/www/prototypes/news.page
===================================================================
RCS file: /usr/local/cvsroot/openacs-4/packages/xowiki/www/prototypes/news.page,v
diff -u -r1.6 -r1.7
--- openacs-4/packages/xowiki/www/prototypes/news.page 22 Nov 2007 10:33:25 -0000 1.6
+++ openacs-4/packages/xowiki/www/prototypes/news.page 7 Dec 2007 14:25:22 -0000 1.7
@@ -44,9 +44,10 @@
set link [::xowiki::Includelet detail_link \
-package_id $package_id -name $name \
-instance_attributes [my get_instance_attributes]]
+ regsub -all & $link "&" link
set more [expr {[$weblog_obj summary] ?
"
\[#xowiki.weblog-more#\]" : ""}]
- append more "
"
+ #append more "
"
set day [lc_time_fmt [my set publish_date] "%x"]
set my_footer [my htmlFooter]
Index: openacs-4/packages/xowiki/www/resources/xowiki.css
===================================================================
RCS file: /usr/local/cvsroot/openacs-4/packages/xowiki/www/resources/xowiki.css,v
diff -u -r1.27 -r1.28
--- openacs-4/packages/xowiki/www/resources/xowiki.css 4 Dec 2007 22:57:36 -0000 1.27
+++ openacs-4/packages/xowiki/www/resources/xowiki.css 7 Dec 2007 14:25:04 -0000 1.28
@@ -172,4 +172,5 @@
border-top: 1px solid; border-color: #c8c8c8;
color: #555555;
}
-div.xowiki-content .content-chunk-footer {clear: both;}
\ No newline at end of file
+div.xowiki-content .content-chunk-footer {clear: both;}
+div.xowiki-content .image-button img {border: 0px;}
\ No newline at end of file