minor updates to help, NOT PART OF BUILD

git-svn-id: svn://10.0.0.236/trunk@91662 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
oeschger%netscape.com 2001-04-07 19:32:34 +00:00
parent 1d072d5f7a
commit 8727aa2eed
3 changed files with 5 additions and 9 deletions

View File

@ -71,8 +71,8 @@
<tabcontrol orient="vertical" flex="1">
<tabbox orient="horizontal">
<tab value="Contents"/>
<tab value="Index"/>
<tab label="&tab1.label;"/>
<tab label="&tab2.label;"/>
</tabbox>
<tabpanel flex="1">
<box id="help-toc">

View File

@ -5,15 +5,9 @@
xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul">
<menupopup id="helpPopup">
<menuitem label="Mozilla Help System"
<menuitem label="Help Contents" position="1"
oncommand="toOpenWindowByType('mozilla:help', 'chrome://help/content/help.xul');" />
<!-- example: context-passing menuitem
"key" object at top of help.js has key->document pairs
note the cgi-like suffix of the url. help window's init() grabs it as
window.location.search -->
<!--menuitem label="Gimme Mail!"
oncommand="toOpenWindowByType('mozilla:help', 'chrome://help/content/help.xul?mail');" /-->
</menupopup>
</overlay>

View File

@ -12,3 +12,5 @@
<!ENTITY t2.label "do you need help with?" >
<!ENTITY t3.label "Click one:" >
<!ENTITY tab1.label "Contents">
<!ENTITY tab2.label "Index">