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

Side by Side 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.
Left:
Right:
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View unified diff | 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 »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 <?xml version="1.0"?> 1 <?xml version="1.0"?>
2 2
3 <!-- 3 <!--
4 - This file is part of the Adblock Plus, 4 - This file is part of the Adblock Plus,
5 - Copyright (C) 2006-2012 Eyeo GmbH 5 - Copyright (C) 2006-2012 Eyeo GmbH
6 - 6 -
7 - Adblock Plus is free software: you can redistribute it and/or modify 7 - Adblock Plus is free software: you can redistribute it and/or modify
8 - it under the terms of the GNU General Public License version 3 as 8 - it under the terms of the GNU General Public License version 3 as
9 - published by the Free Software Foundation. 9 - published by the Free Software Foundation.
10 - 10 -
(...skipping 193 matching lines...) Expand 10 before | Expand all | Expand 10 after
204 <button id="screenshotMarkButton" type="radio" group="selectionType" oncomma nd="screenshotDataSource.selectionType = 'mark';" checked="true" label="&screens hot.mark.label;" accesskey="&screenshot.mark.accesskey;"/> 204 <button id="screenshotMarkButton" type="radio" group="selectionType" oncomma nd="screenshotDataSource.selectionType = 'mark';" checked="true" label="&screens hot.mark.label;" accesskey="&screenshot.mark.accesskey;"/>
205 <button id="screenshotRemoveButton" type="radio" group="selectionType" oncom mand="screenshotDataSource.selectionType = 'remove';" label="&screenshot.remove. label;" accesskey="&screenshot.remove.accesskey;"/> 205 <button id="screenshotRemoveButton" type="radio" group="selectionType" oncom mand="screenshotDataSource.selectionType = 'remove';" label="&screenshot.remove. label;" accesskey="&screenshot.remove.accesskey;"/>
206 <button id="screenshotUndoButton" oncommand="screenshotDataSource.undo();" d isabled="true" label="&screenshot.undo.label;" accesskey="&screenshot.undo.acces skey;"/> 206 <button id="screenshotUndoButton" oncommand="screenshotDataSource.undo();" d isabled="true" label="&screenshot.undo.label;" accesskey="&screenshot.undo.acces skey;"/>
207 </hbox> 207 </hbox>
208 <vbox id="screenshotBox" flex="1"> 208 <vbox id="screenshotBox" flex="1">
209 <canvas xmlns="http://www.w3.org/1999/xhtml" id="screenshotCanvas" onmousedo wn="screenshotDataSource.startSelection(event);" onmouseup="screenshotDataSource .stopSelection(event);" onmouseout="screenshotDataSource.stopSelection(event);" onmousemove="screenshotDataSource.updateSelection(event);"/> 209 <canvas xmlns="http://www.w3.org/1999/xhtml" id="screenshotCanvas" onmousedo wn="screenshotDataSource.startSelection(event);" onmouseup="screenshotDataSource .stopSelection(event);" onmouseout="screenshotDataSource.stopSelection(event);" onmousemove="screenshotDataSource.updateSelection(event);"/>
210 </vbox> 210 </vbox>
211 </wizardpage> 211 </wizardpage>
212 212
213 <wizardpage id="commentPage" pageid="comment" next="send" label="&commentPage.he ading;" onpageshow="initCommentPage();"> 213 <wizardpage id="commentPage" pageid="comment" next="send" label="&commentPage.he ading;" onpageshow="initCommentPage();">
214 <description>&commentPage.description;</description> 214 <description>&emailComment.label;</description>
215 <hbox class="topLabel" align="baseline">
216 <label id="emailLabel" control="email" value="&email.label;" accesskey="&ema il.accesskey;"/>
217 <textbox id="email" persist="value" flex="1" maxlength="200" oninput="update Email();"/>
218 </hbox>
219 <checkbox id="anonymousCheckbox" label="&anonymous.label;" accesskey="&anonymo us.accesskey;" oncommand="updateEmail();"/>
220 <description id="anonymityWarning" visible="false">&anonymity.warning;</descri ption>
215 221
222 <description class="topLabel">&commentPage.description;</description>
216 <label class="topLabel" control="comment" value="&comment.label;" accesskey="& comment.accesskey;"/> 223 <label class="topLabel" control="comment" value="&comment.label;" accesskey="& comment.accesskey;"/>
217 <textbox id="comment" multiline="true" flex="1" oninput="updateComment();"/> 224 <textbox id="comment" multiline="true" flex="1" oninput="updateComment();"/>
218 <hbox align="baseline">
219 <label control="email" value="&email.label;" accesskey="&email.accesskey;"/>
220 <textbox id="email" flex="1" maxlength="200" oninput="updateEmail();"/>
221 </hbox>
222 <description id="commentLengthWarning" visible="false">&comment.lengthWarning; </description> 225 <description id="commentLengthWarning" visible="false">&comment.lengthWarning; </description>
223 226
224 <checkbox id="extensionsCheckbox" label="&attachExtensions.label;" accesskey=" &attachExtensions.accesskey;" oncommand="updateExtensions(this.checked);"/> 227 <checkbox id="extensionsCheckbox" label="&attachExtensions.label;" accesskey=" &attachExtensions.accesskey;" oncommand="updateExtensions(this.checked);"/>
225 228
226 <deck id="dataDeck" selectedIndex="0" flex="2"> 229 <deck id="dataDeck" selectedIndex="0" flex="2">
227 <vbox pack="start"> 230 <vbox pack="start">
228 <label class="text-link" value="&showData.label;" onclick="showDataField() ;"/> 231 <label class="text-link" value="&showData.label;" onclick="showDataField() ;"/>
229 </vbox> 232 </vbox>
230 <vbox> 233 <vbox>
231 <label control="data" value="&data.label;" accesskey="&data.accesskey;"/> 234 <label control="data" value="&data.label;" accesskey="&data.accesskey;"/>
(...skipping 16 matching lines...) Expand all
248 251
249 <iframe id="result" type="content" flex="1" hidden="true" onclick="processLink Click(event);" 252 <iframe id="result" type="content" flex="1" hidden="true" onclick="processLink Click(event);"
250 confirmationMessage="&sendPage.confirmation;" knownIssueMessage="&send Page.knownIssue;"/> 253 confirmationMessage="&sendPage.confirmation;" knownIssueMessage="&send Page.knownIssue;"/>
251 254
252 <hbox id="copyLinkBox" pack="end" hidden="true"> 255 <hbox id="copyLinkBox" pack="end" hidden="true">
253 <button id="copyLink" disabled="true" label="&copyLink.label;" accesskey="&c opyLink.accesskey;" oncommand="copyLink(this.getAttribute('url'));"/> 256 <button id="copyLink" disabled="true" label="&copyLink.label;" accesskey="&c opyLink.accesskey;" oncommand="copyLink(this.getAttribute('url'));"/>
254 </hbox> 257 </hbox>
255 </wizardpage> 258 </wizardpage>
256 259
257 </wizard> 260 </wizard>
OLDNEW
« 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