| Index: chrome/content/survey.xul |
| =================================================================== |
| --- a/chrome/content/survey.xul |
| +++ b/chrome/content/survey.xul |
| @@ -4,30 +4,25 @@ |
| - License, v. 2.0. If a copy of the MPL was not distributed with this file, |
| - You can obtain one at http://mozilla.org/MPL/2.0/. --> |
| -<?xml-stylesheet type="text/css" href="chrome://global/skin/global.css"?> |
| -<?xml-stylesheet type="text/css" href="chrome://url-fixer/skin/survey.css"?> |
| -<!DOCTYPE overlay SYSTEM "chrome://url-fixer/locale/locale.dtd"> |
| +<!DOCTYPE overlay SYSTEM "chrome://url-fixer/locale/survey.dtd"> |
| <panel |
| xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul" |
| - id="survey" |
| + id="url-fixer-survey" |
| type="arrow" |
| orient="vertical" |
| - onblur="window.close();" |
| windowtype="urlfixer:survey"> |
| - <script type="text/javascript" src="common.js"/> |
| - <script type="text/javascript" src="survey.js"/> |
| + <label id="url-fixer-title">&urlfixer.survey.title;</label> |
|
Wladimir Palant
2012/09/28 13:31:26
Maybe <description> rather than <label>? Labels ar
|
| <hbox> |
| <vbox> |
| - <image id="icon"/> |
| + <image id="url-fixer-icon"/> |
| </vbox> |
| - <vbox id="question_container" pack="center"> |
| - <description id="question"></description> |
| - <description id="note"></description> |
| + <vbox id="url-fixer-question_container" pack="center"> |
| + <description id="url-fixer-question">&urlfixer.survey.question;</description> |
| + <description>&urlfixer.survey.note;</description> |
| </vbox> |
| </hbox> |
| - <hbox id="actions"> |
| - <button id="accept" dlgtype="accept" onclick="onAccept();window.close();"/> |
| - <spacer flex="1"/> |
| - <button id="decline" dlgtype="cancel" onclick="onCancel();window.close();"/> |
| + <hbox id="url-fixer-actions" pack="end"> |
| + <button id="url-fixer-accept-button">&urlfixer.survey.accept;</button> |
| + <button id="url-fixer-cancel-button">&urlfixer.survey.decline;</button> |
| </hbox> |
| </panel> |