3 <p>{% trans "Search" %}:<br/>
4 <input id='search-input' /><br/>
5 <button id='search-button'>{% trans "Search" %}</button>
8 <p>{% trans "Replace with" %}:<br/>
9 <input id='replace-input' /><br/>
10 <button id='replace-button'>{% trans "Replace" %}</button><br/>
13 <p>{% trans "Options" %}<br/>
14 <input type="checkbox" id="search-case-sensitive" />
15 <label for="search-case-sensitive">{% trans "Case sensitive" %}</label><br/>
16 <input type="checkbox" id="search-from-cursor" />
17 <label for="search-from-cursor">{% trans "From cursor" %}</label><br/>