Changed 'Search documents' to 'Document Search' in various places.
- Legacy-Id: 9457
This commit is contained in:
parent
8c9ecf6540
commit
627ea11ae3
|
@ -55,7 +55,7 @@
|
|||
|
||||
<form class="navbar-form navbar-right hidden-sm hidden-xs" action="/doc/search/" role="search">
|
||||
<div class="form-group">
|
||||
<input class="form-control" type="text" name="name" placeholder="Search documents">
|
||||
<input class="form-control" type="text" name="name" placeholder="Document search">
|
||||
<input type="hidden" name="activedrafts" value="on">
|
||||
<input type="hidden" name="rfcs" value="on">
|
||||
</div>
|
||||
|
@ -102,8 +102,8 @@
|
|||
<div class="col-md-6">
|
||||
<div class="text-center">
|
||||
<ul class="nav nav-pills center-pills">
|
||||
<li><a href="//tools.ietf.org/">IETF Tools</a></li>
|
||||
<li><a href="//www.internetsociety.org/">ISOC</a></li>
|
||||
<li><a href="//tools.ietf.org/">IETF Tools</a></li>
|
||||
<li><a href="//www.irtf.org/">IRTF</a></li>
|
||||
<li><a href="//www.iab.org/">IAB</a></li>
|
||||
<li><a href="//www.ietf.org/iesg/">IESG</a></li>
|
||||
|
|
|
@ -31,7 +31,7 @@
|
|||
<li>Search for the document or documents you want to add using the datatracker search form.</li>
|
||||
<li>In the search results, you'll find a link to add individual documents to your list.</li>
|
||||
</ul>
|
||||
<a class="btn btn-default" href="/doc/search">Search documents</a>
|
||||
<a class="btn btn-default" href="/doc/search">Document search</a>
|
||||
|
||||
<table class="table table-condensed table-striped">
|
||||
<thead>
|
||||
|
|
|
@ -1,9 +1,9 @@
|
|||
{% extends "base.html" %}
|
||||
|
||||
{% block title %}Search documents{% endblock %}
|
||||
{% block title %}Document Search{% endblock %}
|
||||
|
||||
{% block content %}
|
||||
<h1>Search documents</h1>
|
||||
<h1>Document Search</h1>
|
||||
|
||||
{% include "doc/search/search_form.html" %}
|
||||
|
||||
|
|
Loading…
Reference in a new issue