Bug 168930, Cookie accept/decline alert buttons are in the wrong order. r/sr-jag.

git-svn-id: svn://10.0.0.236/trunk@136445 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
suresh%netscape.com 2003-01-16 22:09:00 +00:00
parent b34800b26b
commit 601ca19f31
2 changed files with 0 additions and 6 deletions

View File

@ -73,9 +73,6 @@
<hbox pack="start">
<button id="disclosureButton" dlgtype="disclosure" class="dialog-button"
oncommand="showhideinfo();"/>
<spacer flex="2"/>
<button dlgtype="accept" class="dialog-button" label="&button.yes.label;"/>
<button dlgtype="cancel" class="dialog-button" label="&button.no.label;"/>
</hbox>
</vbox>

View File

@ -73,9 +73,6 @@
<hbox pack="start">
<button id="disclosureButton" dlgtype="disclosure" class="dialog-button"
oncommand="showhideinfo();"/>
<spacer flex="2"/>
<button dlgtype="accept" class="dialog-button" label="&button.yes.label;"/>
<button dlgtype="cancel" class="dialog-button" label="&button.no.label;"/>
</hbox>
</vbox>