зеркало из https://github.com/mozilla/gecko-dev.git
Bug 605089 - Remove uses of the sortDirectionIndicator class. r=enn
This commit is contained in:
Родитель
bcadafcc7b
Коммит
316e4b953b
|
@ -79,10 +79,10 @@
|
|||
hidecolumnpicker="true" seltype="single">
|
||||
<treecols>
|
||||
<treecol id="domainCol" label="&cookiedomain.label;" flex="2" primary="true"
|
||||
class="sortDirectionIndicator" persist="width" onclick="gCookiesWindow.sort('rawHost');" />
|
||||
persist="width" onclick="gCookiesWindow.sort('rawHost');"/>
|
||||
<splitter class="tree-splitter"/>
|
||||
<treecol id="nameCol" label="&cookiename.label;" flex="1"
|
||||
class="sortDirectionIndicator" persist="width"
|
||||
persist="width"
|
||||
onclick="gCookiesWindow.sort('name');"/>
|
||||
</treecols>
|
||||
<treechildren id="cookiesChildren"/>
|
||||
|
|
|
@ -76,14 +76,11 @@
|
|||
onfocus="onTreeFocus(event);"
|
||||
onselect="onSelect(event);">
|
||||
<treecols>
|
||||
<treecol id="FilenameColumn" label="&name.label;" flex="1"
|
||||
class="sortDirectionIndicator"/>
|
||||
<treecol id="FilenameColumn" label="&name.label;" flex="1"/>
|
||||
<splitter class="tree-splitter"/>
|
||||
<treecol id="FileSizeColumn" label="&size.label;" flex="1"
|
||||
class="sortDirectionIndicator"/>
|
||||
<treecol id="FileSizeColumn" label="&size.label;" flex="1"/>
|
||||
<splitter class="tree-splitter"/>
|
||||
<treecol id="LastModifiedColumn" label="&lastModified.label;" flex="1"
|
||||
class="sortDirectionIndicator"/>
|
||||
<treecol id="LastModifiedColumn" label="&lastModified.label;" flex="1"/>
|
||||
</treecols>
|
||||
<treechildren/>
|
||||
</tree>
|
||||
|
|
|
@ -111,20 +111,16 @@
|
|||
enableColumnDrag="true" context="configContext">
|
||||
<treecols>
|
||||
<treecol id="prefCol" label="&prefColumn.label;" flex="7"
|
||||
class="sortDirectionIndicator"
|
||||
ignoreincolumnpicker="true"
|
||||
persist="hidden width ordinal sortDirection"/>
|
||||
<splitter class="tree-splitter" />
|
||||
<treecol id="lockCol" label="&lockColumn.label;" flex="1"
|
||||
class="sortDirectionIndicator"
|
||||
persist="hidden width ordinal sortDirection"/>
|
||||
<splitter class="tree-splitter" />
|
||||
<treecol id="typeCol" label="&typeColumn.label;" flex="1"
|
||||
class="sortDirectionIndicator"
|
||||
persist="hidden width ordinal sortDirection"/>
|
||||
<splitter class="tree-splitter" />
|
||||
<treecol id="valueCol" label="&valueColumn.label;" flex="10"
|
||||
class="sortDirectionIndicator"
|
||||
persist="hidden width ordinal sortDirection"/>
|
||||
</treecols>
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче