Index: trunk/extensions/UsabilityInitiative/UsabilityInitiative.hooks.php |
— | — | @@ -20,18 +20,18 @@ |
21 | 21 | 'raw' => array( |
22 | 22 | array( 'src' => 'css/suggestions.css', 'version' => 6 ), |
23 | 23 | array( 'src' => 'css/wikiEditor.css', 'version' => 7 ), |
24 | | - array( 'src' => 'css/wikiEditor.toolbar.css', 'version' => 7 ), |
| 24 | + array( 'src' => 'css/wikiEditor.toolbar.css', 'version' => 8 ), |
25 | 25 | array( 'src' => 'css/wikiEditor.dialogs.css', 'version' => 5 ), |
26 | 26 | array( 'src' => 'css/wikiEditor.toc.css', 'version' => 24 ), |
27 | 27 | array( 'src' => 'css/wikiEditor.preview.css', 'version' => 1 ), |
28 | 28 | array( 'src' => 'css/vector/jquery-ui-1.7.2.css', 'version' => '1.7.2y' ), |
29 | 29 | ), |
30 | 30 | 'combined' => array( |
31 | | - array( 'src' => 'css/combined.css', 'version' => 34 ), |
| 31 | + array( 'src' => 'css/combined.css', 'version' => 35 ), |
32 | 32 | array( 'src' => 'css/vector/jquery-ui-1.7.2.css', 'version' => '1.7.2y' ), |
33 | 33 | ), |
34 | 34 | 'minified' => array( |
35 | | - array( 'src' => 'css/combined.min.css', 'version' => 34 ), |
| 35 | + array( 'src' => 'css/combined.min.css', 'version' => 35 ), |
36 | 36 | array( 'src' => 'css/vector/jquery-ui-1.7.2.css', 'version' => '1.7.2y' ), |
37 | 37 | ), |
38 | 38 | ) |
Index: trunk/extensions/UsabilityInitiative/css/wikiEditor.toolbar.css |
— | — | @@ -344,4 +344,27 @@ |
345 | 345 | background-color: white; |
346 | 346 | text-decoration: none; |
347 | 347 | border-color: #a8d7f9; |
| 348 | +} |
| 349 | +.ui-widget table .wikieditor-toolbar-table-preview-frame { |
| 350 | + width: 340px; |
| 351 | + height: 250px; |
| 352 | + background: #fff; |
| 353 | + padding: 10px; |
| 354 | + border: 1px solid #cdcdcd; |
| 355 | + overflow: hidden; |
| 356 | + display: block; |
| 357 | + position: relative; |
| 358 | +} |
| 359 | +.ui-widget table .wikieditor-toolbar-table-preview-content { |
| 360 | + width: 375px; |
| 361 | + display: block; |
| 362 | + position: absolute; |
| 363 | + top: -29px; |
| 364 | +} |
| 365 | +.ui-widget table .wikieditor-toolbar-table-preview { |
| 366 | + width: 340px; |
| 367 | +} |
| 368 | +.ui-widget table td.wikieditor-toolbar-table-preview-wrapper { |
| 369 | + background: #e5e5e5; |
| 370 | + padding: 10px; |
348 | 371 | } |
\ No newline at end of file |
Index: trunk/extensions/UsabilityInitiative/css/combined.css |
— | — | @@ -743,6 +743,29 @@ |
744 | 744 | background-color: white; |
745 | 745 | text-decoration: none; |
746 | 746 | border-color: #a8d7f9; |
| 747 | +} |
| 748 | +.ui-widget table .wikieditor-toolbar-table-preview-frame { |
| 749 | + width: 340px; |
| 750 | + height: 250px; |
| 751 | + background: #fff; |
| 752 | + padding: 10px; |
| 753 | + border: 1px solid #cdcdcd; |
| 754 | + overflow: hidden; |
| 755 | + display: block; |
| 756 | + position: relative; |
| 757 | +} |
| 758 | +.ui-widget table .wikieditor-toolbar-table-preview-content { |
| 759 | + width: 375px; |
| 760 | + display: block; |
| 761 | + position: absolute; |
| 762 | + top: -29px; |
| 763 | +} |
| 764 | +.ui-widget table .wikieditor-toolbar-table-preview { |
| 765 | + width: 340px; |
| 766 | +} |
| 767 | +.ui-widget table td.wikieditor-toolbar-table-preview-wrapper { |
| 768 | + background: #e5e5e5; |
| 769 | + padding: 10px; |
747 | 770 | }/* CSS for wikiEditor preview plugin */ |
748 | 771 | |
749 | 772 | .wikiEditor-preview-loading { |
Index: trunk/extensions/UsabilityInitiative/css/combined.min.css |
— | — | @@ -700,6 +700,29 @@ |
701 | 701 | text-decoration:none; |
702 | 702 | border-color:#a8d7f9; |
703 | 703 | } |
| 704 | +.ui-widget table .wikieditor-toolbar-table-preview-frame{ |
| 705 | +width:340px; |
| 706 | +height:250px; |
| 707 | +background:#fff; |
| 708 | +padding:10px; |
| 709 | +border:1px solid #cdcdcd; |
| 710 | +overflow:hidden; |
| 711 | +display:block; |
| 712 | +position:relative; |
| 713 | +} |
| 714 | +.ui-widget table .wikieditor-toolbar-table-preview-content{ |
| 715 | +width:375px; |
| 716 | +display:block; |
| 717 | +position:absolute; |
| 718 | +top:-29px; |
| 719 | +} |
| 720 | +.ui-widget table .wikieditor-toolbar-table-preview{ |
| 721 | +width:340px; |
| 722 | +} |
| 723 | +.ui-widget table td.wikieditor-toolbar-table-preview-wrapper{ |
| 724 | +background:#e5e5e5; |
| 725 | +padding:10px; |
| 726 | +} |
704 | 727 | .wikiEditor-preview-loading{ |
705 | 728 | padding:1em; |
706 | 729 | background-color:white; |
— | — | @@ -713,4 +736,4 @@ |
714 | 737 | .wikiEditor-preview-contents{ |
715 | 738 | padding:1em; |
716 | 739 | background-color:white; |
717 | | -} |
\ No newline at end of file |
| 740 | +} |
Index: trunk/extensions/UsabilityInitiative/WikiEditor/WikiEditor.hooks.php |
— | — | @@ -16,14 +16,14 @@ |
17 | 17 | array( 'src' => 'Modules/Preview/Preview.js', 'version' => 3 ), |
18 | 18 | array( 'src' => 'Modules/Publish/Publish.js', 'version' => 2 ), |
19 | 19 | array( 'src' => 'Modules/Toc/Toc.js', 'version' => 2 ), |
20 | | - array( 'src' => 'Modules/Toolbar/Toolbar.js', 'version' => 14 ), |
| 20 | + array( 'src' => 'Modules/Toolbar/Toolbar.js', 'version' => 15 ), |
21 | 21 | array( 'src' => 'Modules/TemplateEditor/TemplateEditor.js', 'version' => 1 ), |
22 | 22 | ), |
23 | 23 | 'combined' => array( |
24 | | - array( 'src' => 'WikiEditor.combined.js', 'version' => 13 ), |
| 24 | + array( 'src' => 'WikiEditor.combined.js', 'version' => 14 ), |
25 | 25 | ), |
26 | 26 | 'minified' => array( |
27 | | - array( 'src' => 'WikiEditor.combined.min.js', 'version' => 13 ), |
| 27 | + array( 'src' => 'WikiEditor.combined.min.js', 'version' => 14 ), |
28 | 28 | ), |
29 | 29 | ); |
30 | 30 | static $messages = array( |
— | — | @@ -219,6 +219,7 @@ |
220 | 220 | 'wikieditor-toolbar-tool-newline', |
221 | 221 | 'wikieditor-toolbar-tool-table', |
222 | 222 | 'wikieditor-toolbar-tool-table-example-old', |
| 223 | + 'wikieditor-toolbar-tool-table-example-cell-text', |
223 | 224 | 'wikieditor-toolbar-tool-table-example', |
224 | 225 | 'wikieditor-toolbar-tool-table-example-header', |
225 | 226 | 'wikieditor-toolbar-tool-table-title', |
— | — | @@ -227,9 +228,9 @@ |
228 | 229 | 'wikieditor-toolbar-tool-table-dimensions-header', |
229 | 230 | 'wikieditor-toolbar-tool-table-wikitable', |
230 | 231 | 'wikieditor-toolbar-tool-table-sortable', |
231 | | - 'wikieditor-toolbar-tool-table-preview', |
232 | 232 | 'wikieditor-toolbar-tool-table-insert', |
233 | 233 | 'wikieditor-toolbar-tool-table-cancel', |
| 234 | + 'wikieditor-toolbar-tool-table-example-text', |
234 | 235 | 'wikieditor-toolbar-tool-table-toomany', |
235 | 236 | 'wikieditor-toolbar-tool-table-invalidnumber', |
236 | 237 | 'wikieditor-toolbar-tool-table-zero', |
Index: trunk/extensions/UsabilityInitiative/WikiEditor/WikiEditor.combined.js |
— | — | @@ -1336,31 +1336,36 @@ |
1337 | 1337 | <input type="checkbox" id="wikieditor-toolbar-table-dimensions-header" checked />\ |
1338 | 1338 | <label for="wikieditor-toolbar-table-dimensions-header"\ |
1339 | 1339 | rel="wikieditor-toolbar-tool-table-dimensions-header"></label>\ |
1340 | | - </td><td rowspan="4">\ |
1341 | | - <span rel="wikieditor-toolbar-tool-table-preview"></span>\ |
1342 | | - <table id="wikieditor-toolbar-table-preview" class="wikieditor-toolbar-table-preview wikitable">\ |
1343 | | - <tr class="wikieditor-toolbar-table-preview-header">\ |
1344 | | - <th rel="wikieditor-toolbar-tool-table-example-header"></th>\ |
1345 | | - <th rel="wikieditor-toolbar-tool-table-example-header"></th>\ |
1346 | | - <th rel="wikieditor-toolbar-tool-table-example-header"></th>\ |
1347 | | - </tr><tr class="wikieditor-toolbar-table-preview-hidden" style="display: none;">\ |
1348 | | - <td rel="wikieditor-toolbar-tool-table-example"></td>\ |
1349 | | - <td rel="wikieditor-toolbar-tool-table-example"></td>\ |
1350 | | - <td rel="wikieditor-toolbar-tool-table-example"></td>\ |
1351 | | - </tr><tr>\ |
1352 | | - <td rel="wikieditor-toolbar-tool-table-example"></td>\ |
1353 | | - <td rel="wikieditor-toolbar-tool-table-example"></td>\ |
1354 | | - <td rel="wikieditor-toolbar-tool-table-example"></td>\ |
1355 | | - </tr><tr>\ |
1356 | | - <td rel="wikieditor-toolbar-tool-table-example"></td>\ |
1357 | | - <td rel="wikieditor-toolbar-tool-table-example"></td>\ |
1358 | | - <td rel="wikieditor-toolbar-tool-table-example"></td>\ |
1359 | | - </tr><tr>\ |
1360 | | - <td rel="wikieditor-toolbar-tool-table-example"></td>\ |
1361 | | - <td rel="wikieditor-toolbar-tool-table-example"></td>\ |
1362 | | - <td rel="wikieditor-toolbar-tool-table-example"></td>\ |
1363 | | - </tr>\ |
1364 | | - </table>\ |
| 1340 | + </td><td rowspan="4" class="wikieditor-toolbar-table-preview-wrapper" >\ |
| 1341 | + <span rel="wikieditor-toolbar-tool-table-example"></span>\ |
| 1342 | + <div class="wikieditor-toolbar-table-preview-frame">\ |
| 1343 | + <div class="wikieditor-toolbar-table-preview-content">\ |
| 1344 | + <span rel="wikieditor-toolbar-tool-table-example-text"></span>\ |
| 1345 | + <table id="wikieditor-toolbar-table-preview" class="wikieditor-toolbar-table-preview wikitable">\ |
| 1346 | + <tr class="wikieditor-toolbar-table-preview-header">\ |
| 1347 | + <th rel="wikieditor-toolbar-tool-table-example-header"></th>\ |
| 1348 | + <th rel="wikieditor-toolbar-tool-table-example-header"></th>\ |
| 1349 | + <th rel="wikieditor-toolbar-tool-table-example-header"></th>\ |
| 1350 | + </tr><tr class="wikieditor-toolbar-table-preview-hidden" style="display: none;">\ |
| 1351 | + <td rel="wikieditor-toolbar-tool-table-example-cell-text"></td>\ |
| 1352 | + <td rel="wikieditor-toolbar-tool-table-example-cell-text"></td>\ |
| 1353 | + <td rel="wikieditor-toolbar-tool-table-example-cell-text"></td>\ |
| 1354 | + </tr><tr>\ |
| 1355 | + <td rel="wikieditor-toolbar-tool-table-example-cell-text"></td>\ |
| 1356 | + <td rel="wikieditor-toolbar-tool-table-example-cell-text"></td>\ |
| 1357 | + <td rel="wikieditor-toolbar-tool-table-example-cell-text"></td>\ |
| 1358 | + </tr><tr>\ |
| 1359 | + <td rel="wikieditor-toolbar-tool-table-example-cell-text"></td>\ |
| 1360 | + <td rel="wikieditor-toolbar-tool-table-example-cell-text"></td>\ |
| 1361 | + <td rel="wikieditor-toolbar-tool-table-example-cell-text"></td>\ |
| 1362 | + </tr><tr>\ |
| 1363 | + <td rel="wikieditor-toolbar-tool-table-example-cell-text"></td>\ |
| 1364 | + <td rel="wikieditor-toolbar-tool-table-example-cell-text"></td>\ |
| 1365 | + <td rel="wikieditor-toolbar-tool-table-example-cell-text"></td>\ |
| 1366 | + </tr>\ |
| 1367 | + </table>\ |
| 1368 | + </div>\ |
| 1369 | + </div>\ |
1365 | 1370 | </td></tr><tr><td colspan="3">\ |
1366 | 1371 | <input type="checkbox" id="wikieditor-toolbar-table-wikitable" checked />\ |
1367 | 1372 | <label for="wikieditor-toolbar-table-wikitable" rel="wikieditor-toolbar-tool-table-wikitable"></label>\ |
Index: trunk/extensions/UsabilityInitiative/WikiEditor/WikiEditor.combined.min.js |
— | — | @@ -80,31 +80,36 @@ |
81 | 81 | <input type="checkbox" id="wikieditor-toolbar-table-dimensions-header" checked />\ |
82 | 82 | <label for="wikieditor-toolbar-table-dimensions-header"\ |
83 | 83 | rel="wikieditor-toolbar-tool-table-dimensions-header"></label>\ |
84 | | - </td><td rowspan="4">\ |
85 | | - <span rel="wikieditor-toolbar-tool-table-preview"></span>\ |
86 | | - <table id="wikieditor-toolbar-table-preview" class="wikieditor-toolbar-table-preview wikitable">\ |
87 | | - <tr class="wikieditor-toolbar-table-preview-header">\ |
88 | | - <th rel="wikieditor-toolbar-tool-table-example-header"></th>\ |
89 | | - <th rel="wikieditor-toolbar-tool-table-example-header"></th>\ |
90 | | - <th rel="wikieditor-toolbar-tool-table-example-header"></th>\ |
91 | | - </tr><tr class="wikieditor-toolbar-table-preview-hidden" style="display: none;">\ |
92 | | - <td rel="wikieditor-toolbar-tool-table-example"></td>\ |
93 | | - <td rel="wikieditor-toolbar-tool-table-example"></td>\ |
94 | | - <td rel="wikieditor-toolbar-tool-table-example"></td>\ |
95 | | - </tr><tr>\ |
96 | | - <td rel="wikieditor-toolbar-tool-table-example"></td>\ |
97 | | - <td rel="wikieditor-toolbar-tool-table-example"></td>\ |
98 | | - <td rel="wikieditor-toolbar-tool-table-example"></td>\ |
99 | | - </tr><tr>\ |
100 | | - <td rel="wikieditor-toolbar-tool-table-example"></td>\ |
101 | | - <td rel="wikieditor-toolbar-tool-table-example"></td>\ |
102 | | - <td rel="wikieditor-toolbar-tool-table-example"></td>\ |
103 | | - </tr><tr>\ |
104 | | - <td rel="wikieditor-toolbar-tool-table-example"></td>\ |
105 | | - <td rel="wikieditor-toolbar-tool-table-example"></td>\ |
106 | | - <td rel="wikieditor-toolbar-tool-table-example"></td>\ |
107 | | - </tr>\ |
108 | | - </table>\ |
| 84 | + </td><td rowspan="4" class="wikieditor-toolbar-table-preview-wrapper" >\ |
| 85 | + <span rel="wikieditor-toolbar-tool-table-example"></span>\ |
| 86 | + <div class="wikieditor-toolbar-table-preview-frame">\ |
| 87 | + <div class="wikieditor-toolbar-table-preview-content">\ |
| 88 | + <span rel="wikieditor-toolbar-tool-table-example-text"></span>\ |
| 89 | + <table id="wikieditor-toolbar-table-preview" class="wikieditor-toolbar-table-preview wikitable">\ |
| 90 | + <tr class="wikieditor-toolbar-table-preview-header">\ |
| 91 | + <th rel="wikieditor-toolbar-tool-table-example-header"></th>\ |
| 92 | + <th rel="wikieditor-toolbar-tool-table-example-header"></th>\ |
| 93 | + <th rel="wikieditor-toolbar-tool-table-example-header"></th>\ |
| 94 | + </tr><tr class="wikieditor-toolbar-table-preview-hidden" style="display: none;">\ |
| 95 | + <td rel="wikieditor-toolbar-tool-table-example-cell-text"></td>\ |
| 96 | + <td rel="wikieditor-toolbar-tool-table-example-cell-text"></td>\ |
| 97 | + <td rel="wikieditor-toolbar-tool-table-example-cell-text"></td>\ |
| 98 | + </tr><tr>\ |
| 99 | + <td rel="wikieditor-toolbar-tool-table-example-cell-text"></td>\ |
| 100 | + <td rel="wikieditor-toolbar-tool-table-example-cell-text"></td>\ |
| 101 | + <td rel="wikieditor-toolbar-tool-table-example-cell-text"></td>\ |
| 102 | + </tr><tr>\ |
| 103 | + <td rel="wikieditor-toolbar-tool-table-example-cell-text"></td>\ |
| 104 | + <td rel="wikieditor-toolbar-tool-table-example-cell-text"></td>\ |
| 105 | + <td rel="wikieditor-toolbar-tool-table-example-cell-text"></td>\ |
| 106 | + </tr><tr>\ |
| 107 | + <td rel="wikieditor-toolbar-tool-table-example-cell-text"></td>\ |
| 108 | + <td rel="wikieditor-toolbar-tool-table-example-cell-text"></td>\ |
| 109 | + <td rel="wikieditor-toolbar-tool-table-example-cell-text"></td>\ |
| 110 | + </tr>\ |
| 111 | + </table>\ |
| 112 | + </div>\ |
| 113 | + </div>\ |
109 | 114 | </td></tr><tr><td colspan="3">\ |
110 | 115 | <input type="checkbox" id="wikieditor-toolbar-table-wikitable" checked />\ |
111 | 116 | <label for="wikieditor-toolbar-table-wikitable" rel="wikieditor-toolbar-tool-table-wikitable"></label>\ |
Index: trunk/extensions/UsabilityInitiative/WikiEditor/Modules/Toolbar/Toolbar.i18n.php |
— | — | @@ -98,7 +98,7 @@ |
99 | 99 | | row 2, cell 1 |
100 | 100 | | row 2, cell 2 |
101 | 101 | | row 2, cell 3", |
102 | | - 'wikieditor-toolbar-tool-table-example' => 'Cell text', |
| 102 | + 'wikieditor-toolbar-tool-table-example-cell-text' => 'Cell text', |
103 | 103 | 'wikieditor-toolbar-tool-table-example-header' => 'Header text', |
104 | 104 | 'wikieditor-toolbar-tool-table-title' => 'Insert table', |
105 | 105 | 'wikieditor-toolbar-tool-table-dimensions-rows' => 'Rows', |
— | — | @@ -106,9 +106,11 @@ |
107 | 107 | 'wikieditor-toolbar-tool-table-dimensions-header' => 'Add header row', |
108 | 108 | 'wikieditor-toolbar-tool-table-wikitable' => 'Style with borders', |
109 | 109 | 'wikieditor-toolbar-tool-table-sortable' => 'Make table sortable', |
| 110 | + 'wikieditor-toolbar-tool-table-example' => 'Example', |
110 | 111 | 'wikieditor-toolbar-tool-table-preview' => 'Preview', |
111 | 112 | 'wikieditor-toolbar-tool-table-insert' => 'Insert', |
112 | 113 | 'wikieditor-toolbar-tool-table-cancel' => 'Cancel', |
| 114 | + 'wikieditor-toolbar-tool-table-example-text' => 'Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut nec purus diam. Sed aliquam imperdiet nunc quis lacinia. Donec rutrum consectetur placerat. Sed volutpat neque non purus faucibus id ultricies enim euismod.', |
113 | 115 | 'wikieditor-toolbar-tool-table-toomany' => 'Inserting a table with more than $1 cells is not possible with this dialog.', |
114 | 116 | 'wikieditor-toolbar-tool-table-invalidnumber' => 'You have not entered a valid number of rows or columns.', |
115 | 117 | 'wikieditor-toolbar-tool-table-zero' => 'You cannot insert a table with zero rows or columns.', |
— | — | @@ -258,7 +260,8 @@ |
259 | 261 | 'wikieditor-toolbar-tool-olist' => '{{Identical|Numbered list}}', |
260 | 262 | 'wikieditor-toolbar-group-size' => '{{Identical|Size}}', |
261 | 263 | 'wikieditor-toolbar-group-insert' => '{{Identical|Insert}}', |
262 | | - 'wikieditor-toolbar-tool-table-example' => '[[File:Wikieditor-toolbar-tool-table.png|thumb]] See screenshot.', |
| 264 | + 'wikieditor-toolbar-tool-table-example-cell-text' => '[[File:Wikieditor-toolbar-tool-table.png|thumb]] See screenshot.', |
| 265 | + 'wikieditor-toolbar-tool-table-example' => '[[File:Wikieditor-toolbar-tool-table.png|thumb]] See screenshot.', |
263 | 266 | 'wikieditor-toolbar-tool-table-example-header' => '[[File:Wikieditor-toolbar-tool-table.png|thumb]] See screenshot.', |
264 | 267 | 'wikieditor-toolbar-tool-table-title' => '[[File:Wikieditor-toolbar-tool-table.png|thumb]] See screenshot.', |
265 | 268 | 'wikieditor-toolbar-tool-table-dimensions-rows' => '[[File:Wikieditor-toolbar-tool-table.png|thumb]] See screenshot.', |
— | — | @@ -266,13 +269,13 @@ |
267 | 270 | 'wikieditor-toolbar-tool-table-dimensions-header' => '[[File:Wikieditor-toolbar-tool-table.png|thumb]] See screenshot.', |
268 | 271 | 'wikieditor-toolbar-tool-table-wikitable' => '[[File:Wikieditor-toolbar-tool-table.png|thumb]] See screenshot.', |
269 | 272 | 'wikieditor-toolbar-tool-table-sortable' => '[[File:Wikieditor-toolbar-tool-table.png|thumb]] See screenshot.', |
270 | | - 'wikieditor-toolbar-tool-table-preview' => '{{Identical|Preview}} |
271 | | - |
272 | | -[[File:Wikieditor-toolbar-tool-table.png|thumb]]This is a noun. See screenshot.', |
273 | 273 | 'wikieditor-toolbar-tool-table-insert' => '{{Identical|Insert}} |
274 | 274 | |
275 | 275 | [[File:Wikieditor-toolbar-tool-table.png|thumb]] See screenshot.', |
| 276 | + 'wikieditor-toolbar-tool-table-example' => '{{Identical|Example}} |
| 277 | + [[File:Wikieditor-toolbar-tool-table.png|thumb]]This is a noun. Important to indicate that this is not a preview of what the table will look like, but an example of what it will look similar to. See screenshot.', |
276 | 278 | 'wikieditor-toolbar-tool-table-cancel' => '{{Identical|Cancel}}', |
| 279 | + 'wikieditor-toolbar-tool-table-example-text' => 'Placeholder text to help the table example appear to be in the context of an article. Should be lorem ipsum, or equivalent.', |
277 | 280 | 'wikieditor-toolbar-tool-table-toomany' => '[[file:Bulbgraph.png|left|22px]] |
278 | 281 | This message does not support PLURAL on $1.', |
279 | 282 | 'wikieditor-toolbar-tool-replace' => '{{Identical|Search and replace}}', |
Index: trunk/extensions/UsabilityInitiative/WikiEditor/Modules/Toolbar/Toolbar.js |
— | — | @@ -1288,31 +1288,36 @@ |
1289 | 1289 | <input type="checkbox" id="wikieditor-toolbar-table-dimensions-header" checked />\ |
1290 | 1290 | <label for="wikieditor-toolbar-table-dimensions-header"\ |
1291 | 1291 | rel="wikieditor-toolbar-tool-table-dimensions-header"></label>\ |
1292 | | - </td><td rowspan="4">\ |
1293 | | - <span rel="wikieditor-toolbar-tool-table-preview"></span>\ |
1294 | | - <table id="wikieditor-toolbar-table-preview" class="wikieditor-toolbar-table-preview wikitable">\ |
1295 | | - <tr class="wikieditor-toolbar-table-preview-header">\ |
1296 | | - <th rel="wikieditor-toolbar-tool-table-example-header"></th>\ |
1297 | | - <th rel="wikieditor-toolbar-tool-table-example-header"></th>\ |
1298 | | - <th rel="wikieditor-toolbar-tool-table-example-header"></th>\ |
1299 | | - </tr><tr class="wikieditor-toolbar-table-preview-hidden" style="display: none;">\ |
1300 | | - <td rel="wikieditor-toolbar-tool-table-example"></td>\ |
1301 | | - <td rel="wikieditor-toolbar-tool-table-example"></td>\ |
1302 | | - <td rel="wikieditor-toolbar-tool-table-example"></td>\ |
1303 | | - </tr><tr>\ |
1304 | | - <td rel="wikieditor-toolbar-tool-table-example"></td>\ |
1305 | | - <td rel="wikieditor-toolbar-tool-table-example"></td>\ |
1306 | | - <td rel="wikieditor-toolbar-tool-table-example"></td>\ |
1307 | | - </tr><tr>\ |
1308 | | - <td rel="wikieditor-toolbar-tool-table-example"></td>\ |
1309 | | - <td rel="wikieditor-toolbar-tool-table-example"></td>\ |
1310 | | - <td rel="wikieditor-toolbar-tool-table-example"></td>\ |
1311 | | - </tr><tr>\ |
1312 | | - <td rel="wikieditor-toolbar-tool-table-example"></td>\ |
1313 | | - <td rel="wikieditor-toolbar-tool-table-example"></td>\ |
1314 | | - <td rel="wikieditor-toolbar-tool-table-example"></td>\ |
1315 | | - </tr>\ |
1316 | | - </table>\ |
| 1292 | + </td><td rowspan="4" class="wikieditor-toolbar-table-preview-wrapper" >\ |
| 1293 | + <span rel="wikieditor-toolbar-tool-table-example"></span>\ |
| 1294 | + <div class="wikieditor-toolbar-table-preview-frame">\ |
| 1295 | + <div class="wikieditor-toolbar-table-preview-content">\ |
| 1296 | + <span rel="wikieditor-toolbar-tool-table-example-text"></span>\ |
| 1297 | + <table id="wikieditor-toolbar-table-preview" class="wikieditor-toolbar-table-preview wikitable">\ |
| 1298 | + <tr class="wikieditor-toolbar-table-preview-header">\ |
| 1299 | + <th rel="wikieditor-toolbar-tool-table-example-header"></th>\ |
| 1300 | + <th rel="wikieditor-toolbar-tool-table-example-header"></th>\ |
| 1301 | + <th rel="wikieditor-toolbar-tool-table-example-header"></th>\ |
| 1302 | + </tr><tr class="wikieditor-toolbar-table-preview-hidden" style="display: none;">\ |
| 1303 | + <td rel="wikieditor-toolbar-tool-table-example-cell-text"></td>\ |
| 1304 | + <td rel="wikieditor-toolbar-tool-table-example-cell-text"></td>\ |
| 1305 | + <td rel="wikieditor-toolbar-tool-table-example-cell-text"></td>\ |
| 1306 | + </tr><tr>\ |
| 1307 | + <td rel="wikieditor-toolbar-tool-table-example-cell-text"></td>\ |
| 1308 | + <td rel="wikieditor-toolbar-tool-table-example-cell-text"></td>\ |
| 1309 | + <td rel="wikieditor-toolbar-tool-table-example-cell-text"></td>\ |
| 1310 | + </tr><tr>\ |
| 1311 | + <td rel="wikieditor-toolbar-tool-table-example-cell-text"></td>\ |
| 1312 | + <td rel="wikieditor-toolbar-tool-table-example-cell-text"></td>\ |
| 1313 | + <td rel="wikieditor-toolbar-tool-table-example-cell-text"></td>\ |
| 1314 | + </tr><tr>\ |
| 1315 | + <td rel="wikieditor-toolbar-tool-table-example-cell-text"></td>\ |
| 1316 | + <td rel="wikieditor-toolbar-tool-table-example-cell-text"></td>\ |
| 1317 | + <td rel="wikieditor-toolbar-tool-table-example-cell-text"></td>\ |
| 1318 | + </tr>\ |
| 1319 | + </table>\ |
| 1320 | + </div>\ |
| 1321 | + </div>\ |
1317 | 1322 | </td></tr><tr><td colspan="3">\ |
1318 | 1323 | <input type="checkbox" id="wikieditor-toolbar-table-wikitable" checked />\ |
1319 | 1324 | <label for="wikieditor-toolbar-table-wikitable" rel="wikieditor-toolbar-tool-table-wikitable"></label>\ |