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

Side by Side Diff: chrome/browser/resources/options/content_settings.html

Issue 7067036: Options: Remove the hidden class, since we override the hidden attribute to set (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 9 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 unified diff | Download patch | Annotate | Revision Log
OLDNEW
1 <div class="page hidden" id="content-settings-page"> 1 <div class="page" id="content-settings-page" hidden>
2 <h1 i18n-content="contentSettingsPage"></h1> 2 <h1 i18n-content="contentSettingsPage"></h1>
3 <!-- Cookie filter tab contents --> 3 <!-- Cookie filter tab contents -->
4 <section> 4 <section>
5 <h3 i18n-content="cookies_tab_label"></h3> 5 <h3 i18n-content="cookies_tab_label"></h3>
6 <div> 6 <div>
7 <div class="radio"> 7 <div class="radio">
8 <label> 8 <label>
9 <input type="radio" name="cookies" value="allow"> 9 <input type="radio" name="cookies" value="allow">
10 <span i18n-content="cookies_allow"></span> 10 <span i18n-content="cookies_allow"></span>
11 </label> 11 </label>
(...skipping 182 matching lines...) Expand 10 before | Expand all | Expand 10 after
194 <input type="radio" name="notifications" value="block"> 194 <input type="radio" name="notifications" value="block">
195 <span i18n-content="notifications_block"></span> 195 <span i18n-content="notifications_block"></span>
196 </label> 196 </label>
197 </div> 197 </div>
198 198
199 <button class="exceptions-list-button" contentType="notifications" 199 <button class="exceptions-list-button" contentType="notifications"
200 i18n-content="manage_exceptions"></button> 200 i18n-content="manage_exceptions"></button>
201 </div> 201 </div>
202 </section> 202 </section>
203 </div> 203 </div>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698