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

Side by Side Diff: includes/uninstall-abp.md

Issue 29329984: Issue 3257 - Create uninstallation page in adblockplus.org (Closed)
Patch Set: Fix editor readability, use for loop to randomly generate the list Created Nov. 23, 2015, 10:49 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 | « no previous file | includes/uninstall-abp-submit.md » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
(Empty)
1 #{{reasons-header[Form heading] Please select the reason(s) why you uninstalled Adblock Plus:}}
2
3 <form id="reasons-form" action="uninstall-abp-submit" method="post">
4 <ul id="reasons">
5 <li>
6 <label>
7 <input id="reason-other" type="checkbox" name="reason" value="0v0" />
8 <span>{{reason-other[Last uninstallation reason] Other, namely...}}</spa n>
9 </label>
10 <textarea id="reason-other-input" class="hidden" name="reasonOther" placeh older="{{reason-other-placeholder[Textarea placeholder text, appears after selec ting 'Other, namely...' option] Please explain why you are uninstalling Adblock Plus}}"></textarea>
11 </li>
12 </ul>
13 <button id="submit-form" type="button">{{submit[Submit button text] Submit}}</ button>
14 <span class="error-label">{{error-msg[Error message, is being shown after subm ission if no item selected] Please select at least one of the options above}}</s pan>
15 </form>
16
17 {{disclaimer[Disclaimer below form] By clicking Submit, you are sending your res ponse to Adblock Plus. Please see our [privacy policy](https://adblockplus.org/p rivacy).}}
18 {: .disclaimer }
OLDNEW
« no previous file with comments | « no previous file | includes/uninstall-abp-submit.md » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld