OLD | NEW |
1 <?xml version="1.0"?> | 1 <?xml version="1.0"?> |
2 | 2 |
3 <!-- | 3 <!-- |
4 - This file is part of Adblock Plus <http://adblockplus.org/>, | 4 - This file is part of Adblock Plus <http://adblockplus.org/>, |
5 - Copyright (C) 2006-2014 Eyeo GmbH | 5 - Copyright (C) 2006-2014 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 197 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
208 <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);"/> | 208 <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 </vbox> | 209 </vbox> |
210 </wizardpage> | 210 </wizardpage> |
211 | 211 |
212 <wizardpage id="commentPage" pageid="comment" next="send" label="&commentPage.he
ading;" onpageshow="initCommentPage();"> | 212 <wizardpage id="commentPage" pageid="comment" next="send" label="&commentPage.he
ading;" onpageshow="initCommentPage();"> |
213 <description>&emailComment.label;</description> | 213 <description>&emailComment.label;</description> |
214 <hbox class="topLabel" align="baseline"> | 214 <hbox class="topLabel" align="baseline"> |
215 <label id="emailLabel" control="email" value="&email.label;"/> | 215 <label id="emailLabel" control="email" value="&email.label;"/> |
216 <textbox id="email" persist="value" flex="1" maxlength="200" oninput="update
Email();"/> | 216 <textbox id="email" persist="value" flex="1" maxlength="200" oninput="update
Email();"/> |
217 </hbox> | 217 </hbox> |
218 <checkbox id="anonymousCheckbox" label="&anonymous.label;" oncommand="updateEm
ail();"/> | 218 <hbox align="center"> |
219 <description id="anonymityWarning" visible="false">&anonymity.warning;</descri
ption> | 219 <checkbox id="anonymousCheckbox" label="&anonymous.label;" oncommand="update
Email();"/> |
| 220 <spacer flex="1"/> |
| 221 <description id="anonymityWarning" visible="false">&anonymity.warning;</desc
ription> |
| 222 </hbox> |
220 | 223 |
221 <description class="topLabel">&commentPage.description;</description> | 224 <description class="topLabel">&commentPage.description;</description> |
222 <label class="topLabel" control="comment" value="&comment.label;"/> | 225 <label class="topLabel" control="comment" value="&comment.label;"/> |
223 <textbox id="comment" multiline="true" flex="1" oninput="updateComment();"/> | 226 <textbox id="comment" multiline="true" flex="1" oninput="updateComment();"/> |
224 <description id="commentLengthWarning" visible="false">&comment.lengthWarning;
</description> | 227 <description id="commentLengthWarning" visible="false">&comment.lengthWarning;
</description> |
225 | 228 |
226 <checkbox id="extensionsCheckbox" label="&attachExtensions.label;" oncommand="
updateExtensions(this.checked);"/> | 229 <checkbox id="extensionsCheckbox" label="&attachExtensions.label;" oncommand="
updateExtensions(this.checked);"/> |
227 | 230 |
228 <deck id="dataDeck" selectedIndex="0" flex="2"> | 231 <deck id="dataDeck" selectedIndex="0" flex="2"> |
229 <vbox pack="start"> | 232 <vbox pack="start"> |
(...skipping 20 matching lines...) Expand all Loading... |
250 | 253 |
251 <iframe id="result" type="content" flex="1" hidden="true" onclick="processLink
Click(event);" | 254 <iframe id="result" type="content" flex="1" hidden="true" onclick="processLink
Click(event);" |
252 confirmationMessage="&sendPage.confirmation;" knownIssueMessage="&send
Page.knownIssue;"/> | 255 confirmationMessage="&sendPage.confirmation;" knownIssueMessage="&send
Page.knownIssue;"/> |
253 | 256 |
254 <hbox id="copyLinkBox" pack="end" hidden="true"> | 257 <hbox id="copyLinkBox" pack="end" hidden="true"> |
255 <button id="copyLink" disabled="true" label="©Link.label;" oncommand="co
pyLink(this.getAttribute('url'));"/> | 258 <button id="copyLink" disabled="true" label="©Link.label;" oncommand="co
pyLink(this.getAttribute('url'));"/> |
256 </hbox> | 259 </hbox> |
257 </wizardpage> | 260 </wizardpage> |
258 | 261 |
259 </wizard> | 262 </wizard> |
OLD | NEW |