diff options
| author | Stephen Blott | 2015-05-31 09:58:56 +0100 | 
|---|---|---|
| committer | Stephen Blott | 2015-05-31 09:58:56 +0100 | 
| commit | e2619c2082d1593f17c3493a95ca504caa6b7dac (patch) | |
| tree | 3b6fe860c5ba037f54e12586a3dce10030c3d559 /pages/options.html | |
| parent | 7e9a5bfd5a2fc72f600306fc025f84f56864f3ec (diff) | |
| parent | e75e99f4ed9026111649493ff85f34d1cc3e7f05 (diff) | |
| download | vimium-e2619c2082d1593f17c3493a95ca504caa6b7dac.tar.bz2 | |
Merge pull request #1486 from smblott-github/advanced-options-button
Move "show-advanced-options" to a fixed-position button.
Diffstat (limited to 'pages/options.html')
| -rw-r--r-- | pages/options.html | 8 | 
1 files changed, 3 insertions, 5 deletions
| diff --git a/pages/options.html b/pages/options.html index 67e2b16d..b14c454f 100644 --- a/pages/options.html +++ b/pages/options.html @@ -67,9 +67,6 @@ b: http://b.com/?q=%s description                <textarea id="searchEngines"></textarea>            </td>          </tr> -        <tr> -           <td colspan="2"><a href="#" id="advancedOptionsLink">Show advanced options…</a></td> -        </tr>          <tbody id='advancedOptions'>            <tr>              <td colspan="2"><header>Advanced Options</header></td> @@ -280,12 +277,13 @@ b: http://b.com/?q=%s description            <tr>              <td id="footerTableData">                <span id="helpText"> -                Type <strong>?</strong> to show the Vimium help dialog. +                Type <strong>?</strong> to show the help dialog.                  <br/>                  Type <strong>Ctrl-Enter</strong> to save <i>all</i> options.                </span>              </td> -            <td id="saveOptionsTableData"> +            <td id="saveOptionsTableData" nowrap> +              <button id="advancedOptionsButton">Show Advanced Options</button>                <button id="saveOptions" disabled="true">No Changes</button>              </td>            </tr> | 
