|
19 | 19 |
|
20 | 20 | <div bind="controlPanel" class="commons-importing-parsing-control-panel"> |
21 | 21 | <div class="grid-layout layout-normal"> |
22 | | - <table> |
| 22 | + <table class="parsing-options-table"> |
23 | 23 | <tr> |
24 | | - <td width="1%" bind="commons_options"></td> |
| 24 | + <td class="commons-options" bind="commons_options"></td> |
25 | 25 | <td bind="commons_wiki_options"></td> |
26 | | - <td style="text-align: right;" rowspan="2"><button class="button" bind="previewButton"></button></td> |
| 26 | + <td class="preview-button"><button class="button" bind="previewButton"></button></td> |
27 | 27 | </tr> |
28 | | - <tr> |
29 | | - <td style="text-align: right;"> </td> |
30 | | - <td style="text-align: right;" colspan="2" width="1%"><input type="checkbox" bind="disableAutoPreviewCheckbox" id="$disable" /> |
| 28 | + <tr class="disable-auto-preview"> |
| 29 | + <td> </td> |
| 30 | + <td> </td> |
| 31 | + <td><input type="checkbox" bind="disableAutoPreviewCheckbox" id="$disable" /> |
31 | 32 | <label for="$disable" bind="commons_disable_auto_preview"></label></td> |
32 | 33 | </tr> |
| 34 | + <tr class="checkboxes"> |
| 35 | + <td><input type="checkbox" bind="skipCheckbox" id="$skip" /> |
| 36 | + <label for="$skip" bind="commons_discard_next"></label> |
| 37 | + <input bind="skipInput" type="text" class="lightweight" size="2" value="0" /> |
| 38 | + <label for="$skip" bind="commons_discard"></label></td> |
| 39 | + <td><input type="checkbox" bind="categoriesColumnCheckbox" id="$categoriesCol" /> |
| 40 | + <label for="$categoriesCol" bind="commons_categories_column"></label></td> |
| 41 | + </tr> |
33 | 42 | <tr> |
34 | | - <td colspan="2"> |
35 | | - <div class="grid-layout layout-tightest"> |
36 | | - <table> |
37 | | - <tr> |
38 | | - <td width="1%"><input type="checkbox" bind="skipCheckbox" id="$skip" /></td> |
39 | | - <td><label for="$skip" bind="commons_discard_next"></label></td> |
40 | | - <td><input bind="skipInput" type="text" class="lightweight" size="2" value="0" /> |
41 | | - <label for="$skip" bind="commons_discard"></label></td> |
42 | | - <td width="1%"><input type="checkbox" bind="categoriesColumnCheckbox" id="$categoriesCol" /></td> |
43 | | - <td><label for="$categoriesCol" bind="commons_categories_column"></label></td> |
44 | | - </tr> |
45 | | - <tr> |
46 | | - <td width="1%"><input type="checkbox" bind="limitCheckbox" id="$limit" /></td> |
47 | | - <td><label for="$limit" bind="commons_limit_next"></label></td> |
48 | | - <td><input bind="limitInput" type="text" class="lightweight" size="2" value="0" /> |
49 | | - <label for="$limit" bind="commons_limit"></label></td> |
50 | | - <td width="1%"><input type="checkbox" bind="mIdsCheckbox" id="$mIdsCol" /></td> |
51 | | - <td><label for="$mIdsCol" bind="commons_mids_column"></label></td> |
52 | | - </tr> |
53 | | - </table> |
54 | | - </div> |
55 | | - </td> |
| 43 | + <td><input type="checkbox" bind="limitCheckbox" id="$limit" /> |
| 44 | + <label for="$limit" bind="commons_limit_next"></label> |
| 45 | + <input bind="limitInput" type="text" class="lightweight" size="2" value="0" /> |
| 46 | + <label for="$limit" bind="commons_limit"></label></td> |
| 47 | + <td><input type="checkbox" bind="mIdsCheckbox" id="$mIdsCol" /> |
| 48 | + <label for="$mIdsCol" bind="commons_mids_column"></label></td> |
56 | 49 | </tr> |
57 | 50 | </table> |
58 | 51 | </div> |
|
0 commit comments