Bug 400838 - "The Search: label in Places Organizer is a button, though it should not be" [p=dao r=Mano a=blocking-firefox3+]

This commit is contained in:
reed@reedloden.com 2007-11-08 18:27:36 -08:00
parent 68f5130f98
commit 9c51aee920
2 changed files with 3 additions and 3 deletions

View File

@ -35,7 +35,7 @@
# ***** END LICENSE BLOCK *****
<vbox id="advancedSearch">
<hbox>
<hbox align="center">
<label value="&advancedSearch.match.label;" control="advancedSearchType"/>
<menulist id="advancedSearchType"
oncommand="PlacesQueryBuilder.doSearch();">

View File

@ -377,8 +377,8 @@
</deck>
</hbox>
<vbox id="searchModifiers" hidden="true">
<toolbar id="organizerScopeBar" class="chromeclass-toolbar">
<toolbarbutton id="scopeBarTitle" label="&search.label;"/>
<toolbar id="organizerScopeBar" class="chromeclass-toolbar" align="center">
<label id="scopeBarTitle" value="&search.label;"/>
<toolbarbutton id="scopeBarFolder" type="radio" group="scopeBar"
oncommand="PlacesQueryBuilder.onScopeSelected(this);"
label="&search.scopeFolder.label;"/>