Bug 398011 - "'Done' and 'Delete' buttons in the edit bookmarks dialog do not have IDs (needed for themers)" [p=supernova_00@yahoo.com (Kurt [supernova_00]) r=Mano a1.9=mconnor]
git-svn-id: svn://10.0.0.236/trunk@236968 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
@@ -104,9 +104,11 @@
|
||||
<vbox id="editBookmarkPanelContent" flex="1"/>
|
||||
<hbox flex="1">
|
||||
<spacer flex="1"/>
|
||||
<button label="&editBookmark.delete.label;"
|
||||
<button id="editBookmarkPanelDeleteButton"
|
||||
label="&editBookmark.delete.label;"
|
||||
oncommand="PlacesCommandHook.deleteButtonOnCommand();"/>
|
||||
<button label="&editBookmark.done.label;"
|
||||
<button id="editBookmarkPanelDoneButton"
|
||||
label="&editBookmark.done.label;"
|
||||
default="true"
|
||||
oncommand="PlacesCommandHook.doneButtonOnCommand();"/>
|
||||
</hbox>
|
||||
|
||||
Reference in New Issue
Block a user