зеркало из https://github.com/mozilla/gecko-dev.git
find tweaks.
This commit is contained in:
Родитель
935956b595
Коммит
73532b1bce
|
@ -47,14 +47,11 @@ Contributor(s):
|
|||
<script type="application/x-javascript" src="chrome://browser/content/find/findDialog.js"/>
|
||||
<stringbundle id="findBundle" src="chrome://global/browser/locale/find/findDialog.properties"/>
|
||||
|
||||
<hbox flex="1">
|
||||
<vbox flex="1">
|
||||
<hbox flex="1">
|
||||
<label value="&findField.label;" accesskey="&findField.accesskey;" control="dialog.findKey"/>
|
||||
<textbox id="dialog.findKey" flex="1" oninput="doEnabling();"/>
|
||||
<vbox align="start">
|
||||
<button id="btnFind" label="&findButton.label;" accesskey="&findButton.accesskey;"
|
||||
default="true" oncommand="return onAccept();"/>
|
||||
</vbox>
|
||||
</hbox>
|
||||
<hbox flex="1">
|
||||
<vbox pack="center" flex="1">
|
||||
|
@ -68,9 +65,12 @@ Contributor(s):
|
|||
<radio id="radioDown" label="&down.label;" accesskey="&down.label;" selected="true"/>
|
||||
</radiogroup>
|
||||
</groupbox>
|
||||
<vbox align="start">
|
||||
</hbox>
|
||||
</vbox>
|
||||
<vbox flex="1">
|
||||
<button id="btnFind" label="&findButton.label;" accesskey="&findButton.accesskey;"
|
||||
default="true" oncommand="return onAccept();"/>
|
||||
<button label="&cancelButton.label;" oncommand="close();"/>
|
||||
</vbox>
|
||||
</hbox>
|
||||
</vbox>
|
||||
</window>
|
||||
|
|
|
@ -6,7 +6,7 @@
|
|||
<!ENTITY findField.accesskey "n">
|
||||
<!ENTITY caseSensitiveCheckbox.label "Match case">
|
||||
<!ENTITY caseSensitiveCheckbox.accesskey "c">
|
||||
<!ENTITY wrapCheckbox.label "Wrap around">
|
||||
<!ENTITY wrapCheckbox.label "Wrap">
|
||||
<!ENTITY wrapCheckbox.accesskey "W">
|
||||
<!ENTITY backwardsCheckbox.label "Search backwards">
|
||||
<!ENTITY backwardsCheckbox.accesskey "b">
|
||||
|
|
Загрузка…
Ссылка в новой задаче