Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code

Unified Diff: templates/default.tmpl

Issue 29352681: Issue 4411 - Switch to our new Google Custom Search engine (Closed) Base URL: https://hg.adblockplus.org/web.adblockplus.org/
Patch Set: Created Sept. 12, 2016, 1:10 p.m.
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: templates/default.tmpl
===================================================================
--- a/templates/default.tmpl
+++ b/templates/default.tmpl
@@ -87,17 +87,17 @@
{% else %}
<li class="install-link first">{{"index"|linkify}}{{get_string("installation", "menu")}} <span class="sprite install-link-icon"></span></a></li>
{% endif %}
{% for name in ["about", "features", "bugs", "contribute"] %}
{{pageitem(name)}}
{% endfor %}
<li id="search">
<form action="https://www.google.com/cse" id="search-box">
- <input name="cx" value="001104437084080304350:n8odfuv0gvi" type="hidden">
+ <input name="cx" value="001123836313771357446:qg27swycb5q" type="hidden">
<input name="ie" value="UTF-8" type="hidden">
<label id="search-field-label-plain" for="search-field">{{get_string("search", "menu")}}</label>
<input id="search-field" name="q" type="search">
<label id="search-field-label-button" for="search-field">
<button id="search-button" type="submit">{{get_string("search", "menu")}}</button>
</label>
</form>
</li>
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld