Bug 219318 Display Search Tips on a failed Search in Help window p=rlk@trfenv.com r=me

This commit is contained in:
neil%parkwaycc.co.uk 2003-09-27 20:16:48 +00:00
parent d9b60f34cd
commit a36487c050
4 changed files with 35 additions and 10 deletions

View File

@ -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">

View File

@ -110,13 +110,21 @@
<a NAME="buttons"></a>
<h2>Using Help Buttons</h2>
<p>Many specialized Mozilla windows and dialog boxes include a button labeled "Help".
<p>Many specialized Mozilla windows and dialog boxes include a button labeled "Help".
<p>Click any Help button to see detailed information about the window in which it appears.
<p>Click any Help button to see detailed information about the window in which it appears.
<p>&nbsp;</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 &quot;Mail&quot; and &quot;mozilla&quot; could possibly return all of the pages in the help file.</li>
</ul>
</div>
<p>
[&nbsp;<A HREF="#help_help">Return to beginning of section</A>&nbsp;]

View File

@ -110,13 +110,21 @@
<a NAME="buttons"></a>
<h2>Using Help Buttons</h2>
<p>Many specialized Mozilla windows and dialog boxes include a button labeled "Help".
<p>Many specialized Mozilla windows and dialog boxes include a button labeled "Help".
<p>Click any Help button to see detailed information about the window in which it appears.
<p>Click any Help button to see detailed information about the window in which it appears.
<p>&nbsp;</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 &quot;Mail&quot; and &quot;mozilla&quot; could possibly return all of the pages in the help file.</li>
</ul>
</div>
<p>
[&nbsp;<A HREF="#help_help">Return to beginning of section</A>&nbsp;]

View File

@ -11,10 +11,10 @@
<rdf:Seq>
<rdf:li> <rdf:Description nc:panelid="glossary" nc:datasources="help-glossary.rdf"/> </rdf:li>
<rdf:li> <rdf:Description nc:panelid="index" nc:datasources="help-indexAZ.rdf help-index1.rdf"/> </rdf:li>
<rdf:li> <rdf:Description nc:panelid="search"
nc:datasources="search-db.rdf"
nc:emptysearchtext="[No matching items found.]"
nc:emptysearchlink="about:blank"/> </rdf:li>
<rdf:li> <rdf:Description nc:panelid="search"
nc:datasources="search-db.rdf"
nc:emptysearchtext="[No matching items found.]"
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>