Bug 252698: Use buttonlabel attributes in <dialog>s

r+sr=neil
This commit is contained in:
Stefan.Borggraefe%gmx.de 2007-05-05 04:37:46 +00:00
Родитель 42a3d2bb22
Коммит a9c4f46bea
4 изменённых файлов: 3 добавлений и 5 удалений

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

@ -43,7 +43,6 @@ function Startup()
initServices();
initBMService();
gOKButton = document.documentElement.getButton("accept");
gOKButton.label = BookmarksUtils.getLocaleString("search_button_label");
gOKButton.disabled = true;
gSearchField = document.getElementById("searchField");
gSearchField.focus();

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

@ -51,7 +51,8 @@
xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"
title="&findBookmark.title;"
onload="Startup();"
ondialogaccept="return find();">
ondialogaccept="return find();"
buttonlabelaccept="&findButton.label;">
<stringbundle id="bookmarksBundle" src="chrome://communicator/locale/bookmarks/bookmarks.properties"/>

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

@ -98,5 +98,3 @@ DefaultPersonalToolbarFolder = Personal Toolbar Folder
SelectOpen = Open Bookmarks File
SelectImport = Import Bookmarks File
EnterExport = Export Bookmarks File
search_button_label = Find

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

@ -12,4 +12,4 @@
<!ENTITY save.query.label "Save query in bookmarks">
<!ENTITY search.for.label "Find Bookmarks whose">
<!ENTITY findBookmark.title "Find Bookmarks">
<!ENTITY findButton.label "Find">