Bug 168908 All columns in Page Info tabs can be hidden r=IanN.

This commit is contained in:
Philip Chee 2012-02-06 12:35:14 +08:00
Родитель fd153f224a
Коммит a6ab5e7982
1 изменённых файлов: 4 добавлений и 4 удалений

Просмотреть файл

@ -223,7 +223,7 @@
<tree id="imagetree" onselect="onImageSelect();" contextmenu="picontext" <tree id="imagetree" onselect="onImageSelect();" contextmenu="picontext"
ondraggesture="onBeginLinkDrag(event,'image-address','image-alt')"> ondraggesture="onBeginLinkDrag(event,'image-address','image-alt')">
<treecols> <treecols>
<treecol sortSeparators="true" persist="hidden width" flex="10" <treecol sortSeparators="true" primary="true" persist="width" flex="10"
width="10" id="image-address" label="&mediaAddress;"/> width="10" id="image-address" label="&mediaAddress;"/>
<splitter class="tree-splitter"/> <splitter class="tree-splitter"/>
<treecol sortSeparators="true" persist="hidden width" flex="2" <treecol sortSeparators="true" persist="hidden width" flex="2"
@ -408,7 +408,7 @@
<tree id="formtree" class="fixedsize" onselect="onFormSelect();" contextmenu="picontext"> <tree id="formtree" class="fixedsize" onselect="onFormSelect();" contextmenu="picontext">
<treecols> <treecols>
<splitter class="tree-splitter"/> <splitter class="tree-splitter"/>
<treecol sortSeparators="true" persist="hidden width" flex="1" <treecol sortSeparators="true" primary="true" persist="width" flex="1"
width="1" id="form-name" label="&formName;"/> width="1" id="form-name" label="&formName;"/>
<splitter class="tree-splitter"/> <splitter class="tree-splitter"/>
<treecol sortSeparators="true" persist="hidden width" flex="3" <treecol sortSeparators="true" persist="hidden width" flex="3"
@ -444,7 +444,7 @@
<label control="formpreview" class="header" value="&formFields;"/> <label control="formpreview" class="header" value="&formFields;"/>
<tree id="formpreview" flex="1" contextmenu="picontext"> <tree id="formpreview" flex="1" contextmenu="picontext">
<treecols> <treecols>
<treecol sortSeparators="true" persist="hidden width" flex="3" <treecol sortSeparators="true" primary="true" persist="width" flex="3"
width="3" id="field-label" label="&formLabel;"/> width="3" id="field-label" label="&formLabel;"/>
<splitter class="tree-splitter"/> <splitter class="tree-splitter"/>
<treecol sortSeparators="true" persist="hidden width" flex="3" <treecol sortSeparators="true" persist="hidden width" flex="3"
@ -465,7 +465,7 @@
<vbox> <vbox>
<tree id="linktree" flex="1" ondraggesture="onBeginLinkDrag(event,'link-address','link-name')" contextmenu="picontext"> <tree id="linktree" flex="1" ondraggesture="onBeginLinkDrag(event,'link-address','link-name')" contextmenu="picontext">
<treecols> <treecols>
<treecol sortSeparators="true" persist="hidden width" flex="5" <treecol sortSeparators="true" primary="true" persist="width" flex="5"
width="5" id="link-name" label="&linkName;"/> width="5" id="link-name" label="&linkName;"/>
<splitter class="tree-splitter"/> <splitter class="tree-splitter"/>
<treecol sortSeparators="true" persist="hidden width" flex="7" <treecol sortSeparators="true" persist="hidden width" flex="7"