diff options
Diffstat (limited to 'chrome')
-rw-r--r-- | chrome/redirector.html | 13 |
1 files changed, 1 insertions, 12 deletions
diff --git a/chrome/redirector.html b/chrome/redirector.html index a1e6525..48f1948 100644 --- a/chrome/redirector.html +++ b/chrome/redirector.html @@ -11,7 +11,6 @@ <h5>Go where <em>YOU</em> want!</h5> <div id="actions"> <button id="new-redirect">New Redirect...</button> - <button id="configure">Configure</button> <button id="import">Import</button> <button id="export">Export</button> <button id="help">Help</button> @@ -21,21 +20,11 @@ <div><span class="disabled">Disabled</span> Redirect: <span class="pattern">pattern</span> to <span class="redirectTo"></span></div> <div>Example: <span class="exampleUrl"></span> becomes <span class="redirectResult"></span></div> <div> - <a class="edit" href="#edit">Edit</a> + <a class="edit" href="#edit">Edit</a> <a class="delete" href="#delete">Delete</a> </div> </li> </ul> - <div id="config" class="dialog"> - <h2>Configuration</h2> - <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> |