Skip to content

Commit

Permalink
Remove use of align attribute on tabledata in widget
Browse files Browse the repository at this point in the history
  • Loading branch information
jbrichau committed Jul 13, 2024
1 parent 1829b24 commit acf3fe5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
rendering
renderCellForDate: aDate row: anObject index: aNumber on: html
html tableData
style: 'background-color: ', (self colorForDate: aDate rowIndex: aNumber);
align: 'center';
style: 'text-align: center; background-color: ', (self colorForDate: aDate rowIndex: aNumber);
with: [
html anchor
callback: [ self selectDate: aDate rowIndex: aNumber ];
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1 @@
SystemOrganization addCategory: #'Seaside-Widgets'!
SystemOrganization addCategory: #'Seaside-Widgets-Components'!
SystemOrganization addCategory: #'Seaside-Widgets-Decorations'!
self packageOrganizer ensurePackage: #'Seaside-Widgets' withTags: #(#Components #Decorations)!

0 comments on commit acf3fe5

Please sign in to comment.