diff options
Diffstat (limited to 'chrome/settings.html')
-rw-r--r-- | chrome/settings.html | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/chrome/settings.html b/chrome/settings.html index 10472f6..cdf20fa 100644 --- a/chrome/settings.html +++ b/chrome/settings.html @@ -35,11 +35,11 @@ <button id="import">Import</button> <button id="export">Export</button> </div> - <div id="configuration"> - <input type="checkbox" /> Enable Redirector - <input type="checkbox" /> Show status bar icon - <input type="checkbox" /> Show context menu - <input type="checkbox" /> Enable debug output + <div id="config"> + <input type="checkbox" id="enable-redirector" data-pref="enabled" /> Enable Redirector + <input type="checkbox" id="show-status-bar-icon" data-pref="showStatusBarIcon"/> Show status bar icon + <input type="checkbox" id="show-context-menu" data-pref="showContextMenu"/> Show context menu + <input type="checkbox" id="enable-debug-output" data-pref="debugEnabled"/> Enable debug output </div> <div id="redirect-form"> <div> @@ -73,7 +73,7 @@ </div> <div> <label>Enabled</label> - <input type="checkbox"/> + <input type="checkbox" /> </div> </div> </body> |