Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(82)

Unified Diff: chrome/browser/resources/safe_browsing_multiple_threat_block.html

Issue 115815: Make the caption text for the "I understand" checkboxes in malware interstiti... (Closed) Base URL: http://src.chromium.org/svn/trunk/src/
Patch Set: '' Created 11 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « chrome/browser/resources/safe_browsing_malware_block.html ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/resources/safe_browsing_multiple_threat_block.html
===================================================================
--- chrome/browser/resources/safe_browsing_multiple_threat_block.html (revision 16980)
+++ chrome/browser/resources/safe_browsing_multiple_threat_block.html (working copy)
@@ -131,7 +131,7 @@
<div class="main"><a href="" jscontent="description3" onclick="learnMore(); return false;" onmousedown="return false;"></a></div>
<div class="main">
<form class="submission">
- <input name="checky" type="checkbox" onclick="agreed(this.form)">&nbsp;<span jscontent="confirm_text"></span>
+ <input name="checky" id="checky" type="checkbox" onclick="agreed(this.form)">&nbsp;<label for="checky" jscontent="confirm_text"></label>
<input type="button" name="continue_button" jsvalues="value:continue_button" disabled="true" onclick="proceed();"><br>
<input type="button" name="back_button" jsvalues="value:back_button" onclick="takeMeBack()">
</form>
« no previous file with comments | « chrome/browser/resources/safe_browsing_malware_block.html ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698