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.16 -r1.11.2.17 --- openacs-4/packages/xowiki/tcl/bootstrap-procs.tcl 8 Aug 2020 08:08:20 -0000 1.11.2.16 +++ openacs-4/packages/xowiki/tcl/bootstrap-procs.tcl 29 Jul 2021 17:27:01 -0000 1.11.2.17 @@ -443,13 +443,8 @@ foreach field [[self]::__columns children] { if {[$field hide]} continue if {[$field istype HiddenField]} continue - if {![$field exists CSSclass]} { - # TODO: remove me when message does not show up - ns_log warning "CSSclass missing $field\n[$field serialize]" - $field set CSSclass "" - } set CSSclass [list "list" {*}[$field CSSclass]] - html::td [concat [list class $CSSclass] [$field html]] { + html::td [concat [list class $CSSclass] [$field html]] { $field render-data $line } } Index: openacs-4/packages/xowiki/tcl/includelet-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/xowiki/tcl/includelet-procs.tcl,v diff -u -r1.239.2.70 -r1.239.2.71 --- openacs-4/packages/xowiki/tcl/includelet-procs.tcl 28 Jun 2021 19:45:11 -0000 1.239.2.70 +++ openacs-4/packages/xowiki/tcl/includelet-procs.tcl 29 Jul 2021 17:27:01 -0000 1.239.2.71 @@ -1219,7 +1219,7 @@ -columns { Field create date -label [_ xowiki.Page-last_modified] if {[[:info parent] set allow_edit]} { - AnchorField create edit -CSSclass edit-item-button -label "" -html {style "padding-right: 2px;"} -richtext 1 + AnchorField create edit -CSSclass edit-item-button -label "" -richtext 1 } if {[[:info parent] set show_heritage]} { AnchorField create inherited -label "" -CSSclass inherited 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.11 -r1.1.2.12 --- openacs-4/packages/xowiki/tcl/table-widget-procs.tcl 25 Apr 2021 09:48:40 -0000 1.1.2.11 +++ openacs-4/packages/xowiki/tcl/table-widget-procs.tcl 29 Jul 2021 17:27:01 -0000 1.1.2.12 @@ -49,19 +49,19 @@ -width 8 -height 8 -title "Toggle Publish Status" \ -alt "publish status" -label [_ xowiki.publish_status] \ -CSSclass publish-status-item-button \ - -html {style "padding: 2px;text-align: center;"}} \n + } \n } if {"edit" in $buttons} { append cols {AnchorField create _edit -CSSclass edit-item-button -label "" \ - -html {style "padding: 2px;"} -no_csv 1 -richtext 1} \n + -no_csv 1 -richtext 1} \n } if {"duplicate" in $buttons} { append cols {AnchorField create _duplicate -CSSclass copy-item-button -label "" \ - -html {style "padding: 2px;"} -no_csv 1 -richtext 1} \n + -no_csv 1 -richtext 1} \n } if {"view" in $buttons} { append cols {AnchorField create _view -CSSclass view-item-button -label "" \ - -html {style "padding: 2px;"} -no_csv 1 -richtext 1} \n + -no_csv 1 -richtext 1} \n } if {"revisions" in $buttons} { append cols {AnchorField create _revisions -CSSclass revisions-item-button -label "" \ @@ -73,7 +73,7 @@ -width 8 -height 8 -title "Toggle Publish Status" \ -alt "publish status" -label "" \ -CSSclass publish-status-item-button \ - -html {style "padding: 2px;text-align: center;"}} \n + } \n } set sort_fields {} Index: openacs-4/packages/xowiki/tcl/yui-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/xowiki/tcl/yui-procs.tcl,v diff -u -r1.16.2.3 -r1.16.2.4 --- openacs-4/packages/xowiki/tcl/yui-procs.tcl 23 Jul 2019 14:15:00 -0000 1.16.2.3 +++ openacs-4/packages/xowiki/tcl/yui-procs.tcl 29 Jul 2021 17:27:02 -0000 1.16.2.4 @@ -544,7 +544,7 @@ html::tr -class [expr {[incr :__rowcount]%2 ? ${:css.tr.odd-class} : ${:css.tr.even-class} }] { foreach field [[self]::__columns children] { if {[$field hide]} continue - html::td [concat [list class list] [$field html]] { + html::td [concat [list class [concat list [$field CSSclass]]] [$field html]] { $field render-data $line } } Index: openacs-4/packages/xowiki/www/admin/list.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/xowiki/www/admin/list.tcl,v diff -u -r1.38.2.6 -r1.38.2.7 --- openacs-4/packages/xowiki/www/admin/list.tcl 28 Feb 2020 14:05:05 -0000 1.38.2.6 +++ openacs-4/packages/xowiki/www/admin/list.tcl 29 Jul 2021 17:27:02 -0000 1.38.2.7 @@ -81,19 +81,19 @@ if {$::individual_permissions} { ImageAnchorField create permissions -src /resources/xowiki/permissions.png -width 16 \ -height 16 -border 0 -title "Manage Individual Permssions for this Item" \ - -alt permsissions -label "" -html {style "padding: 2px;"} + -alt permsissions -label "" } if {$::with_publish_status} { ImageAnchorField create publish_status -orderby publish_status.src -src "" \ -width 8 -height 8 -title "Toggle Publish Status" \ - -alt "publish status" -label [_ xowiki.publish_status] -html {style "padding: 2px;text-align: center;"} + -alt "publish status" -label [_ xowiki.publish_status] -html {style "text-align: center;"} } - Field create syndicated -label "RSS" -html {style "padding: 2px; text-align: center;"} - AnchorField create page_order -label [_ xowiki.Page-page_order] -orderby page_order -html {style "padding: 2px;"} - AnchorField create name -label [_ xowiki.Page-name] -orderby name -html {style "padding: 2px;"} + Field create syndicated -label "RSS" -html {style "text-align: center;"} + AnchorField create page_order -label [_ xowiki.Page-page_order] -orderby page_order + AnchorField create name -label [_ xowiki.Page-name] -orderby name AnchorField create title -label [_ xowiki.Page-title] -orderby title - Field create object_type -label [_ xowiki.page_type] -orderby object_type -html {style "padding: 2px;"} - Field create size -label [_ xowiki.Size] -orderby size -html {align right style "padding: 2px;"} + Field create object_type -label [_ xowiki.page_type] -orderby object_type + Field create size -label [_ xowiki.Size] -orderby size -html {align right} Field create last_modified -label [_ xowiki.Page-last_modified] -orderby last_modified Field create mod_user -label [_ xowiki.By_user] -orderby mod_user AnchorField create delete -CSSclass delete-item-button -label "" 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.8 -r1.1.2.9 --- openacs-4/packages/xowiki/www/resources/xowiki-yui-specific.css 25 Apr 2021 09:48:40 -0000 1.1.2.8 +++ openacs-4/packages/xowiki/www/resources/xowiki-yui-specific.css 29 Jul 2021 17:27:02 -0000 1.1.2.9 @@ -19,38 +19,38 @@ transparent.png -1,-308 */ div.xowiki-content a.edit-item-button { - background: transparent url(/resources/xowiki/sprite16.png) -2px -66px no-repeat; + background: transparent url(/resources/xowiki/sprite16.png) -2px -68px no-repeat; padding-right: 16px; text-decoration: none; } div.xowiki-content a.delete-item-button { - background: transparent url(/resources/xowiki/sprite16.png) -2px -44px no-repeat; + background: transparent url(/resources/xowiki/sprite16.png) -2px -46px no-repeat; padding-right: 16px; text-decoration: none; } div.xowiki-content a.revisions-item-button { - background: transparent url(/resources/xowiki/sprite16.png) -2px -198px no-repeat; + background: transparent url(/resources/xowiki/sprite16.png) -2px -200px 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; + background: transparent url(/resources/xowiki/sprite16.png) -2px -178px no-repeat; padding-right: 16px; text-decoration: none; } div.xowiki-content a.create-item-button { - background: transparent url(/resources/xowiki/sprite16.png) -2px -1px no-repeat; + background: transparent url(/resources/xowiki/sprite16.png) -2px -3px no-repeat; padding-right: 16px; text-decoration: none; } div.xowiki-content a.copy-item-button { - background: transparent url(/resources/xowiki/sprite16.png) -2px -22px no-repeat; + background: transparent url(/resources/xowiki/sprite16.png) -2px -24px no-repeat; padding-right: 16px; text-decoration: none; width: 16px; height: 16px; } div.xowiki-content a.add-item-button { - background: transparent url(/resources/xowiki/sprite16.png) -2px -1px no-repeat; + background: transparent url(/resources/xowiki/sprite16.png) -2px -3px no-repeat; padding-right: 16px; text-decoration: none; }