aboutsummaryrefslogtreecommitdiffstats
path: root/options/options.html
diff options
context:
space:
mode:
Diffstat (limited to 'options/options.html')
-rw-r--r--options/options.html14
1 files changed, 14 insertions, 0 deletions
diff --git a/options/options.html b/options/options.html
index d7851c75..ef1267cc 100644
--- a/options/options.html
+++ b/options/options.html
@@ -123,6 +123,9 @@
input#previousPatterns, input#nextPatterns {
width: 100%;
}
+ input#defaultSearchUrl {
+ width: 100%;
+ }
#status {
margin-left: 10px;
font-size: 80%;
@@ -308,6 +311,17 @@ unmapAll
<input id="nextPatterns" type="text" />
</td>
</tr>
+ <tr class="advancedOption">
+ <td class="caption">Default Search</td>
+ <td verticalAlign="top">
+ <div class="help">
+ <div class="example">
+ Vomnibar fall back URL/search engine if nothing else matches (examples: "http://duckduckgo.com/?q=", "http://www.google.com/search?q=").
+ </div>
+ </div>
+ <input id="defaultSearchUrl" type="text" />
+ </td>
+ </tr>
</table>
<div id="buttonsPanel">