You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: repository/Seaside-Tests-Functional.package/WACanvasTableFunctionalTest.class/instance/renderCurrencyTableBodyOn..st
+2-6
Original file line number
Diff line number
Diff line change
@@ -9,9 +9,5 @@ renderCurrencyTableBodyOn: html
9
9
do: [ :each |
10
10
html
11
11
tableRow: [
12
-
html tableHeading: each first. "https://bugzilla.mozilla.org/show_bug.cgi?id=2212
13
-
https://bugzilla.mozilla.org/show_bug.cgi?id=915"
14
-
html tableData
15
-
align:'char';
16
-
character: $.;
17
-
with: (numberPrinter print: each second) ] ] ]
12
+
html tableHeading: each first.
13
+
html tableData: (numberPrinter print: each second) ] ] ]
Copy file name to clipboardExpand all lines: repository/Seaside-Tests-Functional.package/WACanvasTableFunctionalTest.class/instance/renderCurrencyTableOn..st
+1-1
Original file line number
Diff line number
Diff line change
@@ -5,6 +5,6 @@ renderCurrencyTableOn: html
5
5
with: [
6
6
html tableCaption:'Currencies against Swiss Franc (CHF)'.
7
7
html tableColumnGroup.
8
-
html tableColumnGroupwidth:'100px'; align:'char'; character: $..
Copy file name to clipboardExpand all lines: repository/Seaside-Tests-Functional.package/WACanvasTableFunctionalTest.class/instance/renderEntityTableBodyOn..st
Copy file name to clipboardExpand all lines: repository/Seaside-Tests-Functional.package/WACanvasTableFunctionalTest.class/instance/renderEntityTableColumnGroupsOn..st
+1-1
Original file line number
Diff line number
Diff line change
@@ -2,4 +2,4 @@ rendering
2
2
renderEntityTableColumnGroupsOn: html
3
3
html tableColumnGroup.
4
4
html tableColumnGroup span:3.
5
-
html tableColumnGroup span:3; align:'center'
5
+
html tableColumnGroup span:3; class: 'wacanvastabletest-aligncenter'
Copy file name to clipboardExpand all lines: repository/Seaside-Tests-Functional.package/WACanvasTableFunctionalTest.class/instance/renderEntityTableFootOn..st
0 commit comments