This commit is contained in:
mgalli%geckonnection.com 2006-02-14 22:39:37 +00:00
Родитель 26721c9510
Коммит 46d423d723
1 изменённых файлов: 4 добавлений и 5 удалений

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

@ -49,12 +49,11 @@
<toolbox id="mini-toolbars">
<toolbar id="toolbar-find" flex="1" collapsed="true" >
<hbox flex="1" style="margin-top:4px ! important">
<label value="&findText.label;" />
<textbox tabindex="17" accessrule="focus_toolbar-find" id="toolbar-find-tag" flex="1" onchange="return DoBrowserFind();"/>
<toolbarbutton tabindex="18" accessrule="focus_toolbar-find" id="find-button-next" align="top" flex="0" label='&nextText.label;' oncommand="DoBrowserFindNext()"/>
<toolbarbutton tabindex="17" accessrule="focus_toolbar-find" id="find-close" class="button-close" width="10" height="10" align="top" flex="0" command="cmd_ViewFind"/>
<label value="&findText.label;" />
<textbox tabindex="18" accessrule="focus_toolbar-find" id="toolbar-find-tag" flex="1" onchange="return DoBrowserFind();"/>
<toolbarbutton tabindex="19" accessrule="focus_toolbar-find" id="find-button-next" align="top" flex="0" label='&nextText.label;' oncommand="DoBrowserFindNext()"/>
<toolbarbutton tabindex="19" accessrule="focus_toolbar-find" id="find-close" class="button-close" width="10" height="10" align="top" flex="0" command="cmd_ViewFind"/>
</hbox>
</toolbar>
</toolbox>