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

Unified Diff: templates/default.tmpl

Issue 29551727: Issue 5634 - Removed search from abp.org header (Closed) Base URL: https://hg.adblockplus.org/web.adblockplus.org
Patch Set: Created Sept. 21, 2017, 10:44 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
« locales/en/menu.json ('K') | « static/css/main-mobile.css ('k') | 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
@@ -95,27 +95,16 @@
{% if localefile == "index" %}
<li class="selected first">{{get_string("installation", "menu")}}</li>
{% 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="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>
<li id="language">
<div id="current-language">
<div id="flag-{{locale}}" class="flag sprite"></div>
<span id="language-arrow" class="sprite"></span>
</div>
<ul id="language-selector">
{% for lang in available_locales %}
<li class="language-entry">
« locales/en/menu.json ('K') | « static/css/main-mobile.css ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld