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

Unified Diff: chrome/content/ui/sendReport.xul

Issue 8937025: Encourage user to set email in issue reporter (Closed)
Patch Set: Encourage user to set email in issue reporter Created Nov. 23, 2012, 6:31 a.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/ui/sendReport.js ('k') | chrome/locale/en-US/sendReport.dtd » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/content/ui/sendReport.xul
===================================================================
--- a/chrome/content/ui/sendReport.xul
+++ b/chrome/content/ui/sendReport.xul
@@ -211,14 +211,17 @@
</wizardpage>
<wizardpage id="commentPage" pageid="comment" next="send" label="&commentPage.heading;" onpageshow="initCommentPage();">
- <description>&commentPage.description;</description>
+ <description>&emailComment.label;</description>
+ <hbox class="topLabel" align="baseline">
+ <label id="emailLabel" control="email" value="&email.label;" accesskey="&email.accesskey;"/>
+ <textbox id="email" persist="value" flex="1" maxlength="200" oninput="updateEmail();"/>
+ </hbox>
+ <checkbox id="anonymousCheckbox" label="&anonymous.label;" accesskey="&anonymous.accesskey;" oncommand="updateEmail();"/>
+ <description id="anonymityWarning" visible="false">&anonymity.warning;</description>
+ <description class="topLabel">&commentPage.description;</description>
<label class="topLabel" control="comment" value="&comment.label;" accesskey="&comment.accesskey;"/>
<textbox id="comment" multiline="true" flex="1" oninput="updateComment();"/>
- <hbox align="baseline">
- <label control="email" value="&email.label;" accesskey="&email.accesskey;"/>
- <textbox id="email" flex="1" maxlength="200" oninput="updateEmail();"/>
- </hbox>
<description id="commentLengthWarning" visible="false">&comment.lengthWarning;</description>
<checkbox id="extensionsCheckbox" label="&attachExtensions.label;" accesskey="&attachExtensions.accesskey;" oncommand="updateExtensions(this.checked);"/>
« no previous file with comments | « chrome/content/ui/sendReport.js ('k') | chrome/locale/en-US/sendReport.dtd » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld