зеркало из https://github.com/mozilla/pjs.git
Cookie Manager and Exceptions window should remember column size
b=224569, r=neil, sr=alecf
This commit is contained in:
Родитель
728753592c
Коммит
42f2669379
|
@ -61,14 +61,14 @@
|
|||
onkeypress="HandleCookieKeyPress(event)"
|
||||
onselect="CookieSelected();">
|
||||
<treecols>
|
||||
<treecol id="domainCol" label="&treehead.cookiedomain.label;" flex="6"
|
||||
onclick="CookieColumnSort('rawHost', true);"/>
|
||||
<treecol id="domainCol" label="&treehead.cookiedomain.label;" flex="5"
|
||||
onclick="CookieColumnSort('rawHost', true);" persist="width"/>
|
||||
<splitter class="tree-splitter"/>
|
||||
<treecol id="nameCol" label="&treehead.cookiename.label;" flex="14"
|
||||
onclick="CookieColumnSort('name', true);"/>
|
||||
<treecol id="nameCol" label="&treehead.cookiename.label;" flex="5"
|
||||
onclick="CookieColumnSort('name', true);" persist="width"/>
|
||||
<splitter class="tree-splitter"/>
|
||||
<treecol id="statusCol" label="&treehead.cookiestatus.label;" flex="1"
|
||||
hidden="true" onclick="CookieColumnSort('status', true);"/>
|
||||
hidden="true" onclick="CookieColumnSort('status', true);" persist="width"/>
|
||||
</treecols>
|
||||
<treechildren/>
|
||||
</tree>
|
||||
|
@ -166,10 +166,10 @@
|
|||
onselect="PermissionSelected();">
|
||||
<treecols>
|
||||
<treecol id="siteCol" label="&treehead.sitename.label;" flex="5"
|
||||
onclick="PermissionColumnSort('rawHost', true);"/>
|
||||
onclick="PermissionColumnSort('rawHost', true);" persist="width"/>
|
||||
<splitter class="tree-splitter"/>
|
||||
<treecol id="statusCol" label="&treehead.status.label;" flex="5"
|
||||
onclick="PermissionColumnSort('capability', true);"/>
|
||||
onclick="PermissionColumnSort('capability', true);" persist="width"/>
|
||||
</treecols>
|
||||
<treechildren/>
|
||||
</tree>
|
||||
|
|
|
@ -61,14 +61,14 @@
|
|||
onkeypress="HandleCookieKeyPress(event)"
|
||||
onselect="CookieSelected();">
|
||||
<treecols>
|
||||
<treecol id="domainCol" label="&treehead.cookiedomain.label;" flex="6"
|
||||
onclick="CookieColumnSort('rawHost', true);"/>
|
||||
<treecol id="domainCol" label="&treehead.cookiedomain.label;" flex="5"
|
||||
onclick="CookieColumnSort('rawHost', true);" persist="width"/>
|
||||
<splitter class="tree-splitter"/>
|
||||
<treecol id="nameCol" label="&treehead.cookiename.label;" flex="14"
|
||||
onclick="CookieColumnSort('name', true);"/>
|
||||
<treecol id="nameCol" label="&treehead.cookiename.label;" flex="5"
|
||||
onclick="CookieColumnSort('name', true);" persist="width"/>
|
||||
<splitter class="tree-splitter"/>
|
||||
<treecol id="statusCol" label="&treehead.cookiestatus.label;" flex="1"
|
||||
hidden="true" onclick="CookieColumnSort('status', true);"/>
|
||||
hidden="true" onclick="CookieColumnSort('status', true);" persist="width"/>
|
||||
</treecols>
|
||||
<treechildren/>
|
||||
</tree>
|
||||
|
@ -166,10 +166,10 @@
|
|||
onselect="PermissionSelected();">
|
||||
<treecols>
|
||||
<treecol id="siteCol" label="&treehead.sitename.label;" flex="5"
|
||||
onclick="PermissionColumnSort('rawHost', true);"/>
|
||||
onclick="PermissionColumnSort('rawHost', true);" persist="width"/>
|
||||
<splitter class="tree-splitter"/>
|
||||
<treecol id="statusCol" label="&treehead.status.label;" flex="5"
|
||||
onclick="PermissionColumnSort('capability', true);"/>
|
||||
onclick="PermissionColumnSort('capability', true);" persist="width"/>
|
||||
</treecols>
|
||||
<treechildren/>
|
||||
</tree>
|
||||
|
|
Загрузка…
Ссылка в новой задаче