Index: openacs-4/packages/xowiki/tcl/table-widget-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/xowiki/tcl/table-widget-procs.tcl,v diff -u -r1.1.2.10 -r1.1.2.11 --- openacs-4/packages/xowiki/tcl/table-widget-procs.tcl 23 Apr 2021 17:53:58 -0000 1.1.2.10 +++ openacs-4/packages/xowiki/tcl/table-widget-procs.tcl 25 Apr 2021 09:48:40 -0000 1.1.2.11 @@ -64,7 +64,7 @@ -html {style "padding: 2px;"} -no_csv 1 -richtext 1} \n } if {"revisions" in $buttons} { - append cols {AnchorField create _revisions -CSSclass view-item-button -label "" \ + append cols {AnchorField create _revisions -CSSclass revisions-item-button -label "" \ -no_csv 1 -richtext 1} \n } if {"slim_publish_status" in $buttons} { Index: openacs-4/packages/xowiki/www/resources/xowiki-bootstrap3-specific.css =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/xowiki/www/resources/xowiki-bootstrap3-specific.css,v diff -u -r1.1.2.9 -r1.1.2.10 --- openacs-4/packages/xowiki/www/resources/xowiki-bootstrap3-specific.css 8 Apr 2021 20:11:09 -0000 1.1.2.9 +++ openacs-4/packages/xowiki/www/resources/xowiki-bootstrap3-specific.css 25 Apr 2021 09:48:40 -0000 1.1.2.10 @@ -9,6 +9,7 @@ div.xowiki-content a.broken-link-icon, div.xowiki-content a.edit-item-button, div.xowiki-content a.delete-item-button, +div.xowiki-content a.revisions-item-button, div.xowiki-content a.view-item-button, div.xowiki-content a.create-item-button, div.xowiki-content a.copy-item-button, @@ -25,6 +26,10 @@ font-family: 'Glyphicons Halflings'; content: "\e020"; } +div.xowiki-content a.revisions-item-button::before { + font-family: 'Glyphicons Halflings'; + content: "\e023"; +} div.xowiki-content a.view-item-button::before { font-family: 'Glyphicons Halflings'; content: "\e105"; Index: openacs-4/packages/xowiki/www/resources/xowiki-yui-specific.css =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/xowiki/www/resources/xowiki-yui-specific.css,v diff -u -r1.1.2.7 -r1.1.2.8 --- openacs-4/packages/xowiki/www/resources/xowiki-yui-specific.css 17 Oct 2020 16:05:00 -0000 1.1.2.7 +++ openacs-4/packages/xowiki/www/resources/xowiki-yui-specific.css 25 Apr 2021 09:48:40 -0000 1.1.2.8 @@ -28,6 +28,11 @@ padding-right: 16px; text-decoration: none; } +div.xowiki-content a.revisions-item-button { + background: transparent url(/resources/xowiki/sprite16.png) -2px -198px no-repeat; + padding-right: 16px; + text-decoration: none; +} div.xowiki-content a.view-item-button { background: transparent url(/resources/xowiki/sprite16.png) -2px -176px no-repeat; padding-right: 16px;