зеркало из https://github.com/mozilla/gecko-dev.git
Bug 219318 Display Search Tips on a failed Search in Help window p=rlk@trfenv.com r=me
This commit is contained in:
Родитель
d9b60f34cd
Коммит
a36487c050
|
@ -57,6 +57,15 @@
|
|||
</nc:subheadings>
|
||||
</rdf:Description>
|
||||
|
||||
<rdf:Description about="#help-help">
|
||||
<nc:subheadings>
|
||||
<rdf:Seq>
|
||||
<rdf:li> <rdf:Description ID="help-help-tips" nc:name="Search Tips"
|
||||
nc:link="help_help.html#search_tips"/> </rdf:li>
|
||||
</rdf:Seq>
|
||||
</nc:subheadings>
|
||||
</rdf:Description>
|
||||
|
||||
<!-- IE HELP SECTION -->
|
||||
|
||||
<rdf:Description about="urn:root">
|
||||
|
|
|
@ -116,7 +116,15 @@
|
|||
|
||||
<p> </p>
|
||||
|
||||
|
||||
<a NAME="search_tips"></a>
|
||||
<h2>Search Tips</h2>
|
||||
<p>Not finding what you want in the Search? Here are a few tips that could help:</p>
|
||||
<ul>
|
||||
<li>Be sure that you are searching for something that relates to Mozilla; This is not a web search.</li>
|
||||
<li>Try to broaden your search - don't be too specific; The terms could be worded differently than what you search for.</li>
|
||||
<li>Avoid being too broad with your search: words like "Mail" and "mozilla" could possibly return all of the pages in the help file.</li>
|
||||
</ul>
|
||||
</div>
|
||||
|
||||
<p>
|
||||
[ <A HREF="#help_help">Return to beginning of section</A> ]
|
||||
|
|
|
@ -116,7 +116,15 @@
|
|||
|
||||
<p> </p>
|
||||
|
||||
|
||||
<a NAME="search_tips"></a>
|
||||
<h2>Search Tips</h2>
|
||||
<p>Not finding what you want in the Search? Here are a few tips that could help:</p>
|
||||
<ul>
|
||||
<li>Be sure that you are searching for something that relates to Mozilla; This is not a web search.</li>
|
||||
<li>Try to broaden your search - don't be too specific; The terms could be worded differently than what you search for.</li>
|
||||
<li>Avoid being too broad with your search: words like "Mail" and "mozilla" could possibly return all of the pages in the help file.</li>
|
||||
</ul>
|
||||
</div>
|
||||
|
||||
<p>
|
||||
[ <A HREF="#help_help">Return to beginning of section</A> ]
|
||||
|
|
|
@ -14,7 +14,7 @@
|
|||
<rdf:li> <rdf:Description nc:panelid="search"
|
||||
nc:datasources="search-db.rdf"
|
||||
nc:emptysearchtext="[No matching items found.]"
|
||||
nc:emptysearchlink="about:blank"/> </rdf:li>
|
||||
nc:emptysearchlink="chrome://help/locale/help_help.html#search_tips"/> </rdf:li>
|
||||
<rdf:li> <rdf:Description nc:panelid="toc" nc:datasources="help-toc.rdf"/> </rdf:li>
|
||||
</rdf:Seq>
|
||||
</nc:panellist>
|
||||
|
|
Загрузка…
Ссылка в новой задаче