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

Side by Side Diff: mobile/android/chrome/content/aboutFeedback.xhtml

Issue 29324521: Issue 2930 - Re-enable and adapt about:feedback (Closed)
Patch Set: Don't show about:feedback automatically, fix support link Created Sept. 1, 2015, 2:01 p.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 | « mobile/android/app/mobile.js ('k') | mobile/android/components/AboutRedirector.js » ('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" encoding="UTF-8"?> 1 <?xml version="1.0" encoding="UTF-8"?>
2 2
3 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" 3 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN"
4 "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd" [ 4 "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd" [
5 <!ENTITY % brandDTD SYSTEM "chrome://branding/locale/brand.dtd" > 5 <!ENTITY % brandDTD SYSTEM "chrome://branding/locale/brand.dtd" >
6 %brandDTD; 6 %brandDTD;
7 <!ENTITY % globalDTD SYSTEM "chrome://global/locale/global.dtd"> 7 <!ENTITY % globalDTD SYSTEM "chrome://global/locale/global.dtd">
8 %globalDTD; 8 %globalDTD;
9 <!ENTITY % aboutFeedbackDTD SYSTEM "chrome://browser/locale/aboutFeedback.dtd" > 9 <!ENTITY % aboutFeedbackDTD SYSTEM "chrome://browser/locale/aboutFeedback.dtd" >
10 %aboutFeedbackDTD; 10 %aboutFeedbackDTD;
(...skipping 44 matching lines...) Expand 10 before | Expand all | Expand 10 after
55 </div> 55 </div>
56 </section> 56 </section>
57 57
58 <section id="sad"> 58 <section id="sad">
59 <h1 class="header">&sad.header;</h1> 59 <h1 class="header">&sad.header;</h1>
60 <form> 60 <form>
61 <div class="message">&sad.message;</div> 61 <div class="message">&sad.message;</div>
62 <textarea class="description" placeholder="&sad.placeholder;" rows="4" req uired="true" maxlength="10000"/> 62 <textarea class="description" placeholder="&sad.placeholder;" rows="4" req uired="true" maxlength="10000"/>
63 <div class="message" id="last-url-div"> 63 <div class="message" id="last-url-div">
64 <span>&sad.lastSite2;</span> 64 <span>&sad.lastSite2;</span>
65 <input id="last-checkbox" type="checkbox" checked="checked"/> 65 <!-- This is checked by default in Firefox, but not in Adblock Browser,
66 see: https://issues.adblockplus.org/ticket/2930. -->
67 <input id="last-checkbox" type="checkbox"/>
66 <input id="last-url" type="url" placeholder="&sad.urlPlaceholder;" reado nly="readonly"/> 68 <input id="last-url" type="url" placeholder="&sad.urlPlaceholder;" reado nly="readonly"/>
67 </div> 69 </div>
68 <input class="send-feedback" type="submit" value="&feedback.send;"/> 70 <input class="send-feedback" type="submit" value="&feedback.send;"/>
69 <div class="privacy">&feedback.privacy2;</div> 71 <div class="privacy">&feedback.privacy2;</div>
70 </form> 72 </form>
71 </section> 73 </section>
72 74
73 <section id="thanks-sad"> 75 <section id="thanks-sad">
74 <h1 class="header">&sad.thanksHeader2;</h1> 76 <h1 class="header">&sad.thanksHeader2;</h1>
75 <img id="sad-thanks-icon" /> 77 <img id="sad-thanks-icon" />
76 <div id="thanks-sad-message"> 78 <div id="thanks-sad-message">
77 <div class="message">&sad.thanksMessageTop;</div> 79 <div class="message">&sad.thanksMessageTop;</div>
78 <div class="message">&sad.thanksMessageBottom;</div> 80 <div class="message">&sad.thanksMessageBottom;</div>
79 </div> 81 </div>
80 </section> 82 </section>
81 83
82 <footer> 84 <footer>
83 <div id="help-section"> 85 <div id="help-section">
84 <img id="sumo-icon" /> 86 <img id="sumo-icon" />
85 <span>&support.pre3;<span class="link">&support.link2;</span>&support.post 3;</span> 87 <span>&support.pre3;<span class="link">&support.link2;</span>&support.post 3;</span>
86 </div> 88 </div>
87 </footer> 89 </footer>
88 <script type="application/javascript;version=1.8" src="chrome://browser/conten t/aboutFeedback.js"></script> 90 <script type="application/javascript;version=1.8" src="chrome://browser/conten t/aboutFeedback.js"></script>
89 </body> 91 </body>
90 </html> 92 </html>
OLDNEW
« no previous file with comments | « mobile/android/app/mobile.js ('k') | mobile/android/components/AboutRedirector.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld