bug 191836 - cookiesTree in CookieViewer.xul should use seltype attribute. r-varga, sr-jag

git-svn-id: svn://10.0.0.236/trunk@140320 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
suresh%netscape.com
2003-03-26 01:44:30 +00:00
parent c661ebaceb
commit 6100f7f3e8

View File

@@ -56,7 +56,7 @@
<vbox class="tabpanel" id="system" flex="1">
<label value="&div.cookiesonsystem.label;"/>
<separator class="thin"/>
<tree id="cookiesTree" flex="1" style="height: 10em;" multiple="true"
<tree id="cookiesTree" flex="1" style="height: 10em;"
onkeypress="HandleCookieKeyPress(event)"
onselect="CookieSelected();">
<treecols>
@@ -152,7 +152,7 @@
<description id="permissionsText" value="&div.bannedservers.label;"/>
<separator class="thin"/>
<tree id="permissionsTree" flex="1" style="height: 10em;"
seltype="multiple" hidecolumnpicker="true"
hidecolumnpicker="true"
onkeypress="HandlePermissionKeyPress(event)"
onselect="PermissionSelected();">
<treecols>