[Bug 180546] Folder properties dialog should show folder URI (where
usable) r=mnyromyr, sr=mscott git-svn-id: svn://10.0.0.236/trunk@236717 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
parent
fa6a4df864
commit
d6d0ec9886
@ -548,7 +548,6 @@ function fillFolderPaneContextMenu()
|
||||
SetupCompactMenuItem(folderResource, numSelected);
|
||||
SetupFavoritesMenuItem(folderResource, numSelected, isServer, 'folderPaneContext-favoriteFolder');
|
||||
|
||||
ShowMenuItem("folderPaneContext-copy-location", !isServer && !isVirtualFolder);
|
||||
ShowMenuItem("folderPaneContext-emptyTrash", (numSelected <= 1) && (specialFolder == 'Trash'));
|
||||
EnableMenuItem("folderPaneContext-emptyTrash", true);
|
||||
ShowMenuItem("folderPaneContext-emptyJunk", (numSelected <= 1) && (specialFolder == 'Junk'));
|
||||
|
||||
@ -78,7 +78,11 @@
|
||||
accesskey="&folderProps.name.accesskey;"/>
|
||||
<textbox id="name" readonly="true" oninput="doEnabling();" flex="1"/>
|
||||
</hbox>
|
||||
|
||||
<hbox align="center">
|
||||
<label value="&folderProps.location.label;" control="location"
|
||||
accesskey="&folderProps.location.accesskey;"/>
|
||||
<textbox id="location" readonly="true" flex="1"/>
|
||||
</hbox>
|
||||
<vbox>
|
||||
<hbox align="center" valign="middle">
|
||||
<label value="&folderCharsetTab.label;" control="folderCharsetList"
|
||||
@ -163,11 +167,6 @@
|
||||
<label value="&folderType.label;" id="folderTypeLabel"/>
|
||||
<label value="" id="folderType.text"/>
|
||||
</hbox>
|
||||
<hbox align="center">
|
||||
<label value="&folderProps.location.label;" control="location"
|
||||
accesskey="&folderProps.location.accesskey;"/>
|
||||
<textbox id="location" readonly="true" flex="1"/>
|
||||
</hbox>
|
||||
<vbox align="start">
|
||||
<label value="" id="folderDescription.text"/>
|
||||
<label value=" "/>
|
||||
|
||||
@ -307,7 +307,6 @@ function fillFolderPaneContextMenu()
|
||||
SetupRemoveMenuItem(folderResource, numSelected, isServer, serverType, specialFolder);
|
||||
SetupCompactMenuItem(folderResource, numSelected);
|
||||
|
||||
ShowMenuItem("folderPaneContext-copy-location", !isServer && !isVirtualFolder);
|
||||
ShowMenuItem("folderPaneContext-emptyTrash", (numSelected <= 1) && (specialFolder == 'Trash'));
|
||||
EnableMenuItem("folderPaneContext-emptyTrash", true);
|
||||
ShowMenuItem("folderPaneContext-emptyJunk", (numSelected <= 1) && (specialFolder == 'Junk'));
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user