|
1 | | -<div class="content"> |
2 | | - <h1 data-i18n=labelSettings></h1> |
| 1 | +<h1 data-i18n=labelSettings></h1> |
| 2 | +<label class="line"> |
| 3 | + <input id=cUpdate type=checkbox data-check=autoUpdate <%= it.autoUpdate ? 'checked' : '' %>> |
| 4 | + <span data-i18n=labelAutoUpdate></span> |
| 5 | +</label> |
| 6 | +<label class="line"> |
| 7 | + <input id=cBadge type=checkbox data-check=showBadge <%= it.showBadge ? 'checked' : '' %>> |
| 8 | + <span data-i18n=labelShowBadge></span> |
| 9 | +</label> |
| 10 | +<label class="line"> |
| 11 | + <input type=checkbox data-check=ignoreGrant <%= it.ignoreGrant ? 'checked' : '' %>> |
| 12 | + <span data-i18n=labelIgnoreGrant></span> |
| 13 | +</label> |
| 14 | +<label class="line"> |
| 15 | + <input type=checkbox data-check=autoReload <%= it.autoReload ? 'checked' : '' %>> |
| 16 | + <span data-i18n=labelAutoReloadCurrentTab></span> |
| 17 | +</label> |
| 18 | +<div class="option-group"> |
3 | 19 | <label class="line"> |
4 | | - <input id=cUpdate type=checkbox data-check=autoUpdate <%= it.autoUpdate ? 'checked' : '' %>> |
5 | | - <span data-i18n=labelAutoUpdate></span> |
| 20 | + <input type="checkbox" data-check=startReload <%= it.startReload ? 'checked' : '' %>> |
| 21 | + <span data-i18n=labelStartReload></span> |
6 | 22 | </label> |
7 | | - <label class="line"> |
8 | | - <input id=cBadge type=checkbox data-check=showBadge <%= it.showBadge ? 'checked' : '' %>> |
9 | | - <span data-i18n=labelShowBadge></span> |
10 | | - </label> |
11 | | - <label class="line"> |
12 | | - <input type=checkbox data-check=ignoreGrant <%= it.ignoreGrant ? 'checked' : '' %>> |
13 | | - <span data-i18n=labelIgnoreGrant></span> |
14 | | - </label> |
15 | | - <label class="line"> |
16 | | - <input type=checkbox data-check=autoReload <%= it.autoReload ? 'checked' : '' %>> |
17 | | - <span data-i18n=labelAutoReloadCurrentTab></span> |
18 | | - </label> |
19 | | - <div class="option-group"> |
| 23 | + <div class="suboption"> |
20 | 24 | <label class="line"> |
21 | | - <input type="checkbox" data-check=startReload <%= it.startReload ? 'checked' : '' %>> |
22 | | - <span data-i18n=labelStartReload></span> |
| 25 | + <input type="checkbox" data-check=reloadHTTPS <%= it.reloadHTTPS ? 'checked' : '' %>> |
| 26 | + <span data-i18n=labelReloadHTTPS></span> |
23 | 27 | </label> |
24 | | - <div class="suboption"> |
25 | | - <label class="line"> |
26 | | - <input type="checkbox" data-check=reloadHTTPS <%= it.reloadHTTPS ? 'checked' : '' %>> |
27 | | - <span data-i18n=labelReloadHTTPS></span> |
28 | | - </label> |
29 | | - </div> |
30 | 28 | </div> |
31 | | - <!--<label class="line"> |
32 | | - <span data-i18n=labelInjectMode></span> |
33 | | - <select id=sInjectMode> |
34 | | - <option value=0 data-i18n=injectModeNormal></option> |
35 | | - <option value=1 data-i18n=injectModeAdvanced></option> |
36 | | - </select> |
37 | | - <span></span> |
38 | | - </label>--> |
39 | | - <fieldset class=title> |
40 | | - <legend data-i18n=labelDataImport></legend> |
41 | | - <button id=bImport data-i18n=buttonImportData></button> |
42 | | - <button id=bVacuum data-i18n=buttonVacuum title="<%- _.i18n('hintVacuum') %>"></button> |
43 | | - </fieldset> |
44 | | - <fieldset class=title> |
45 | | - <legend data-i18n=labelDataExport></legend> |
46 | | - <b data-i18n=labelScriptsToExport></b> |
47 | | - <label> |
48 | | - <input id=cbValues type=checkbox data-check=exportValues <%= it.exportValues ? 'checked' : '' %>> |
49 | | - <span data-i18n=labelExportScriptData></span> |
50 | | - </label> |
51 | | - <select class=export-list multiple></select> |
52 | | - <button id=bSelect data-i18n=buttonAllNone></button> |
53 | | - <button id=bExport data-i18n=buttonExportData></button> |
54 | | - </fieldset> |
55 | | - <fieldset class=title data-feature="sync"> |
56 | | - <legend data-i18n=labelSync class="feature-text"></legend> |
57 | | - <div class="sync-services"></div> |
58 | | - </fieldset> |
59 | 29 | </div> |
| 30 | +<!--<label class="line"> |
| 31 | + <span data-i18n=labelInjectMode></span> |
| 32 | + <select id=sInjectMode> |
| 33 | + <option value=0 data-i18n=injectModeNormal></option> |
| 34 | + <option value=1 data-i18n=injectModeAdvanced></option> |
| 35 | + </select> |
| 36 | + <span></span> |
| 37 | +</label>--> |
| 38 | +<fieldset class=title> |
| 39 | + <legend data-i18n=labelDataImport></legend> |
| 40 | + <button id=bImport data-i18n=buttonImportData></button> |
| 41 | + <button id=bVacuum data-i18n=buttonVacuum title="<%- _.i18n('hintVacuum') %>"></button> |
| 42 | +</fieldset> |
| 43 | +<fieldset class=title> |
| 44 | + <legend data-i18n=labelDataExport></legend> |
| 45 | + <b data-i18n=labelScriptsToExport></b> |
| 46 | + <label> |
| 47 | + <input id=cbValues type=checkbox data-check=exportValues <%= it.exportValues ? 'checked' : '' %>> |
| 48 | + <span data-i18n=labelExportScriptData></span> |
| 49 | + </label> |
| 50 | + <select class=export-list multiple></select> |
| 51 | + <button id=bSelect data-i18n=buttonAllNone></button> |
| 52 | + <button id=bExport data-i18n=buttonExportData></button> |
| 53 | +</fieldset> |
| 54 | +<fieldset class=title data-feature="sync"> |
| 55 | + <legend data-i18n=labelSync class="feature-text"></legend> |
| 56 | + <div class="sync-services"></div> |
| 57 | +</fieldset> |
0 commit comments