Index: openacs-4/packages/openacs-bootstrap3-theme/resources/widgets/login.adp
===================================================================
RCS file: /usr/local/cvsroot/openacs-4/packages/openacs-bootstrap3-theme/resources/widgets/login.adp,v
diff -u -r1.3.2.1 -r1.3.2.2
--- openacs-4/packages/openacs-bootstrap3-theme/resources/widgets/login.adp 20 Jun 2019 14:19:11 -0000 1.3.2.1
+++ openacs-4/packages/openacs-bootstrap3-theme/resources/widgets/login.adp 11 Jun 2023 13:13:32 -0000 1.3.2.2
@@ -1,6 +1,6 @@
- @photo;noquote@
+ @photo;noquote@
Index: openacs-4/packages/openacs-bootstrap3-theme/www/resources/css/main.css
===================================================================
RCS file: /usr/local/cvsroot/openacs-4/packages/openacs-bootstrap3-theme/www/resources/css/main.css,v
diff -u -r1.2.2.8 -r1.2.2.9
--- openacs-4/packages/openacs-bootstrap3-theme/www/resources/css/main.css 20 Nov 2022 10:58:46 -0000 1.2.2.8
+++ openacs-4/packages/openacs-bootstrap3-theme/www/resources/css/main.css 11 Jun 2023 13:13:33 -0000 1.2.2.9
@@ -282,3 +282,14 @@
a.acs-lang-missing:hover {
color: red;
}
+
+.dropdown-toggle::after {
+ display: inline-block;
+ margin-left: .255em;
+ vertical-align: .255em;
+ content: "";
+ border-top: .3em solid;
+ border-right: .3em solid transparent;
+ border-bottom: 0;
+ border-left: .3em solid transparent;
+}
Index: openacs-4/packages/xowiki/tcl/bootstrap-procs.tcl
===================================================================
RCS file: /usr/local/cvsroot/openacs-4/packages/xowiki/tcl/bootstrap-procs.tcl,v
diff -u -r1.11.2.30 -r1.11.2.31
--- openacs-4/packages/xowiki/tcl/bootstrap-procs.tcl 12 May 2023 18:13:39 -0000 1.11.2.30
+++ openacs-4/packages/xowiki/tcl/bootstrap-procs.tcl 11 Jun 2023 13:13:33 -0000 1.11.2.31
@@ -96,9 +96,6 @@
set data_attribute [expr {[::xowiki::CSS toolkit] eq "bootstrap5" ? "data-bs" : "data"}]
html::a -href "\#" -class $class -$data_attribute-toggle "dropdown" {
html::t ${:text}
- if {[xowiki::CSS toolkit] eq "bootstrap"} {
- html::b -class "caret"
- }
}
html::ul -class "dropdown-menu" {
foreach dropdownmenuitem [:children] {
Index: openacs-4/packages/xowiki/tcl/tree-procs.tcl
===================================================================
RCS file: /usr/local/cvsroot/openacs-4/packages/xowiki/tcl/tree-procs.tcl,v
diff -u -r1.23.2.20 -r1.23.2.21
--- openacs-4/packages/xowiki/tcl/tree-procs.tcl 22 Feb 2023 12:57:18 -0000 1.23.2.20
+++ openacs-4/packages/xowiki/tcl/tree-procs.tcl 11 Jun 2023 13:13:33 -0000 1.23.2.21
@@ -382,7 +382,7 @@
append entry \
"" \
[ns_quotehtml $label] \
- ""
+ ""
set o_atts "class='dropdown'"
set u_atts "class='dropdown-menu'"