Fixing bug 6684. Adding context sensitive help system for Account Manager dialog. r=oeschger, sr=sspitzer, a=pdt
git-svn-id: svn://10.0.0.236/branches/MOZILLA_0_9_2_BRANCH@99086 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
@@ -17,6 +17,8 @@
|
||||
<script type="application/x-javascript" src="chrome://messenger/content/accountUtils.js"/>
|
||||
<script type="application/x-javascript" src="chrome://messenger/content/am-prefs.js"/>
|
||||
<script type="application/x-javascript" src="chrome://messenger/content/AccountManager.js"/>
|
||||
<script type="application/x-javascript" src="chrome://messenger/content/am-help.js"/>
|
||||
<script type="application/x-javascript" src="chrome://help/content/help.js"/>
|
||||
|
||||
<keyset id="dialogKeys"/>
|
||||
|
||||
@@ -70,6 +72,6 @@
|
||||
|
||||
<separator/>
|
||||
|
||||
<box id="okCancelButtonsRight"/>
|
||||
<box id="okCancelHelpButtonsRight"/>
|
||||
|
||||
</window>
|
||||
|
||||
@@ -75,9 +75,9 @@ function doHelpButton()
|
||||
}
|
||||
|
||||
if ( helpTag )
|
||||
openHelp(gHelpURL + helpTag);
|
||||
openHelp(gHelpURL + helpTag);
|
||||
else
|
||||
openHelp(gHelpURL + '?mail');
|
||||
openHelp(gHelpURL + '?mail');
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
@@ -31,6 +31,7 @@ messenger.jar:
|
||||
content/messenger/AccountManager.js (base/prefs/resources/content/AccountManager.js)
|
||||
content/messenger/am-main.xul (base/prefs/resources/content/am-main.xul)
|
||||
content/messenger/am-main.js (base/prefs/resources/content/am-main.js)
|
||||
content/messenger/am-help.js (base/prefs/resources/content/am-help.js)
|
||||
content/messenger/am-identity-advanced.xul (base/prefs/resources/content/am-identity-advanced.xul)
|
||||
content/messenger/am-identity-advanced.js (base/prefs/resources/content/am-identity-advanced.js)
|
||||
content/messenger/am-server.xul (base/prefs/resources/content/am-server.xul)
|
||||
|
||||
Reference in New Issue
Block a user