зеркало из https://github.com/mozilla/pjs.git
Address Book Search polish. Let the escape key close the search dialog.
Don't include mailWindowOverlay.xul as this causes us to pick up the offline icon by mistake. Fix up the status bar. Search progress isn't showing up in the progress bar yet....
This commit is contained in:
Родитель
c8c31ff046
Коммит
b596fcb421
|
@ -22,7 +22,6 @@
|
|||
|
||||
<?xul-overlay href="chrome://messenger/content/addressbook/abResultsPaneOverlay.xul"?>
|
||||
<?xul-overlay href="chrome://messenger/content/searchTermOverlay.xul"?>
|
||||
<?xul-overlay href="chrome://messenger/content/mailWindowOverlay.xul"?>
|
||||
<?xul-overlay href="chrome://communicator/content/utilityOverlay.xul"?>
|
||||
|
||||
<!DOCTYPE window [
|
||||
|
@ -64,6 +63,10 @@
|
|||
|
||||
<broadcaster id="Communicator:WorkMode"/>
|
||||
|
||||
<keyset id="mailKeys">
|
||||
<key keycode="VK_ESCAPE" xulkey="false" oncommand="onSearchStop(); closeWindow(true);"/>
|
||||
</keyset>
|
||||
|
||||
<dummy class="usesMailWidgets"/>
|
||||
|
||||
<vbox id="searchTerms" flex="3" persist="height">
|
||||
|
@ -191,6 +194,12 @@
|
|||
</hbox>
|
||||
</vbox>
|
||||
|
||||
<statusbar class="chromeclass-status" id="status-bar"/>
|
||||
<statusbar class="chromeclass-status" id="status-bar">
|
||||
<statusbarpanel id="statusText" crop="right" flex="1"/>
|
||||
<statusbarpanel class="statusbarpanel-progress" id="statusbar-progresspanel">
|
||||
<progressmeter class="progressmeter-statusbar" id="statusbar-icon" mode="normal" value="0"/>
|
||||
</statusbarpanel>
|
||||
</statusbar>
|
||||
|
||||
|
||||
</window>
|
||||
|
|
Загрузка…
Ссылка в новой задаче