Index: openacs-4/packages/acs-kernel/acs-kernel.info
===================================================================
RCS file: /usr/local/cvsroot/openacs-4/packages/acs-kernel/acs-kernel.info,v
diff -u -r1.150.2.40 -r1.150.2.41
--- openacs-4/packages/acs-kernel/acs-kernel.info 11 Oct 2021 20:11:37 -0000 1.150.2.40
+++ openacs-4/packages/acs-kernel/acs-kernel.info 12 Oct 2021 09:27:01 -0000 1.150.2.41
@@ -85,7 +85,7 @@
-
+
Index: openacs-4/packages/forums/lib/forums/forums-history-chunk.tcl
===================================================================
RCS file: /usr/local/cvsroot/openacs-4/packages/forums/lib/forums/forums-history-chunk.tcl,v
diff -u -r1.12 -r1.12.2.1
--- openacs-4/packages/forums/lib/forums/forums-history-chunk.tcl 28 Jun 2018 10:39:36 -0000 1.12
+++ openacs-4/packages/forums/lib/forums/forums-history-chunk.tcl 12 Oct 2021 09:27:01 -0000 1.12.2.1
@@ -23,7 +23,6 @@
set useScreenNameP [parameter::get -parameter "UseScreenNameP" -default 0]
template::list::create \
- -html {width 50%} \
-name persons \
-multirow persons \
-key message_id \
Index: openacs-4/packages/forums/lib/user/post-history-chunk.adp
===================================================================
RCS file: /usr/local/cvsroot/openacs-4/packages/forums/lib/user/post-history-chunk.adp,v
diff -u -r1.6 -r1.6.2.1
--- openacs-4/packages/forums/lib/user/post-history-chunk.adp 7 Aug 2017 23:48:11 -0000 1.6
+++ openacs-4/packages/forums/lib/user/post-history-chunk.adp 12 Oct 2021 09:27:01 -0000 1.6.2.1
@@ -1,5 +1,3 @@
-
-
#forums.Posting_history_for#
@@ -14,4 +12,3 @@
#forums.Summary_Posting_history_for#
-
Index: openacs-4/packages/forums/lib/user/post-history-chunk.tcl
===================================================================
RCS file: /usr/local/cvsroot/openacs-4/packages/forums/lib/user/post-history-chunk.tcl,v
diff -u -r1.10 -r1.10.2.1
--- openacs-4/packages/forums/lib/user/post-history-chunk.tcl 28 Jun 2018 08:18:52 -0000 1.10
+++ openacs-4/packages/forums/lib/user/post-history-chunk.tcl 12 Oct 2021 09:27:01 -0000 1.10.2.1
@@ -39,7 +39,6 @@
if {$view eq "forum"} {
set query select_messages_by_forum
template::list::create \
- -html {style "width: 50%; text-align: center; margin: auto"} \
-name messages \
-multirow messages \
-no_data "#forums.No_Postings#" \
@@ -66,7 +65,6 @@
}
} else {
template::list::create \
- -html {style "width: 50%; text-align: center; margin: auto"} \
-name messages \
-multirow messages \
-no_data "#forums.No_Postings#" \
@@ -97,7 +95,6 @@
template::list::create \
-name posts \
- -html {style "width: 50%; text-align: center; margin: auto"} \
-multirow posts \
-no_data "#forums.No_Postings#" \
-key message_id \