Skip to content

Commit 627ea11

Browse files
committed
Changed 'Search documents' to 'Document Search' in various places.
- Legacy-Id: 9457
1 parent 8c9ecf6 commit 627ea11

3 files changed

Lines changed: 5 additions & 5 deletions

File tree

ietf/templates/base.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@
5555

5656
<form class="navbar-form navbar-right hidden-sm hidden-xs" action="/doc/search/" role="search">
5757
<div class="form-group">
58-
<input class="form-control" type="text" name="name" placeholder="Search documents">
58+
<input class="form-control" type="text" name="name" placeholder="Document search">
5959
<input type="hidden" name="activedrafts" value="on">
6060
<input type="hidden" name="rfcs" value="on">
6161
</div>
@@ -102,8 +102,8 @@
102102
<div class="col-md-6">
103103
<div class="text-center">
104104
<ul class="nav nav-pills center-pills">
105-
<li><a href="//tools.ietf.org/">IETF&nbsp;Tools</a></li>
106105
<li><a href="//www.internetsociety.org/">ISOC</a></li>
106+
<li><a href="//tools.ietf.org/">IETF&nbsp;Tools</a></li>
107107
<li><a href="//www.irtf.org/">IRTF</a></li>
108108
<li><a href="//www.iab.org/">IAB</a></li>
109109
<li><a href="//www.ietf.org/iesg/">IESG</a></li>

ietf/templates/community/manage_clist.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ <h1>{{ cl.long_name }}</h1>
3131
<li>Search for the document or documents you want to add using the datatracker search form.</li>
3232
<li>In the search results, you'll find a link to add individual documents to your list.</li>
3333
</ul>
34-
<a class="btn btn-default" href="/doc/search">Search documents</a>
34+
<a class="btn btn-default" href="/doc/search">Document search</a>
3535

3636
<table class="table table-condensed table-striped">
3737
<thead>

ietf/templates/doc/search/search.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
{% extends "base.html" %}
22

3-
{% block title %}Search documents{% endblock %}
3+
{% block title %}Document Search{% endblock %}
44

55
{% block content %}
6-
<h1>Search documents</h1>
6+
<h1>Document Search</h1>
77

88
{% include "doc/search/search_form.html" %}
99

0 commit comments

Comments
 (0)