diff options
author | Einar Egilsson | 2012-01-07 22:51:28 +0100 |
---|---|---|
committer | Einar Egilsson | 2012-01-07 22:51:28 +0100 |
commit | 4c858fbaf7820fcbbf12d7e69d16e8689f78debf (patch) | |
tree | 8cdaa90ceaffeb5d84437eab2ec51b375acacf93 /chrome/redirector.html | |
parent | a6ad02719937752409211db0d410eb125672837d (diff) |
Fix config screen
Diffstat (limited to 'chrome/redirector.html')
-rw-r--r-- | chrome/redirector.html | 14 |
1 files changed, 9 insertions, 5 deletions
diff --git a/chrome/redirector.html b/chrome/redirector.html index 8af747e..6dcb39d 100644 --- a/chrome/redirector.html +++ b/chrome/redirector.html @@ -14,6 +14,7 @@ <button id="configure">Configure</button> <button id="import">Import</button> <button id="export">Export</button> + <button id="help">Help</button> </div> <ul id="redirect-list"> <li> @@ -27,11 +28,14 @@ </ul> <div id="config" class="dialog"> <h2>Configuration</h2> - <input type="checkbox" id="enable-redirector" data-pref="enabled" /><label>Enabled</label> - <input type="checkbox" id="show-status-bar-icon" data-pref="showStatusBarIcon"/><label>Statusbar icon</label> - <input type="checkbox" id="show-context-menu" data-pref="showContextMenu"/><label>Context menu</label> - <input type="checkbox" id="enable-debug-output" data-pref="debugEnabled"/><label>Debug output</label> - </div> + <input type="checkbox" id="enable-redirector" data-pref="enabled" /><label>Enabled</label><br /> + <input type="checkbox" id="show-status-bar-icon" data-pref="showStatusBarIcon"/><label>Statusbar icon</label><br /> + <input type="checkbox" id="show-context-menu" data-pref="showContextMenu"/><label>Context menu</label><br /> + <input type="checkbox" id="enable-debug-output" data-pref="debugEnabled"/><label>Debug output</label><br /> + <div class="button-row"> + <button id="close">Close</button> + </div> + </div> <div id="redirect-form" class="dialog"> <div> <label>Description</label> |