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

Unified Diff: pages/uninstalled.tmpl

Issue 29359928: Issue 4572 - Selectbox data are not being transmitted in uninstallation page (Closed)
Patch Set: Created Oct. 26, 2016, 9:58 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 | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: pages/uninstalled.tmpl
===================================================================
--- a/pages/uninstalled.tmpl
+++ b/pages/uninstalled.tmpl
@@ -126,11 +126,11 @@
</label>
{%- if adblockers %}
<fieldset class="hidden" id="adblockers">
- <select>
+ <select name="otherAdblockerPredefined">
{%- for name in adblockers %}
- <option name="otherAdblockerPredefined" data-hide-element="other-adblocker" value="{{name}}">{{name}}</option>
+ <option data-hide-element="other-adblocker" value="{{name}}">{{name}}</option>
{%- endfor %}
- <option name="otherAdblockerPredefined" data-show-element="other-adblocker" value="Other">{{"Other"|translate("other", "Option in list of Adblockers")}}</option>
+ <option data-show-element="other-adblocker" value="Other">{{"Other"|translate("other", "Option in list of Adblockers")}}</option>
</select>
<input id="other-adblocker" class="hidden" type="text" name="otherAdblocker" />
</fieldset>
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld