Fix for bug# 79780. Removed autocompleteskipdirectory from _elementIDs

sr=sspitzer, a=blizzard


git-svn-id: svn://10.0.0.236/trunk@97343 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
srilatha%netscape.com
2001-06-18 20:42:47 +00:00
parent 45ec0e7f80
commit 252d61e062

View File

@@ -16,7 +16,7 @@
var _elementIDs = ["emailCollectionIncoming", "emailCollectionOutgoing",
"emailCollectionNewsgroup", "addressingAutocomplete",
"enableCABsizeLimit", "CABsizeLimit", "autocompleteLDAP",
"directoriesList", "autocompleteSkipDirectory"];
"directoriesList"];
function onLoad(){
createDirectoriesList(true);
@@ -38,7 +38,7 @@
<checkbox class="small-margin" id="emailCollectionIncoming" label="&emailCollectionIncomingEnable.label;"
pref="true" preftype="bool" prefstring="mail.collect_email_address_incoming"
prefattribute="checked"/>
<checkbox id="emailCollectionOutgoing" label="&emailCollectionOutgoingEnable.label;"
<checkbox class="small-margin" id="emailCollectionOutgoing" label="&emailCollectionOutgoingEnable.label;"
pref="true" preftype="bool" prefstring="mail.collect_email_address_outgoing"
prefattribute="checked"/>
<checkbox class="small-margin" id="emailCollectionNewsgroup" label="&emailCollectionNewsgroupEnable.label;"