Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code

Unified Diff: chrome/content/survey.xul

Issue 8382011: Applied changes from emailed code review (Closed)
Patch Set: Created Sept. 28, 2012, 1:40 p.m.
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « chrome/content/survey.js ('k') | chrome/content/tests/qunit.css » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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"/>
+ <description id="url-fixer-title">&urlfixer.survey.title;</description>
<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>
« no previous file with comments | « chrome/content/survey.js ('k') | chrome/content/tests/qunit.css » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld