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

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

Issue 12389079: Disable content pack buttons. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Multiline tags should close on new line. Created 7 years, 9 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 id="managed-user-settings-page" class="page" hidden> 1 <div id="managed-user-settings-page" class="page" hidden>
2 <div class="close-button"></div> 2 <div class="close-button"></div>
3 <h1 i18n-content="managedUserSettingsPage"></h1> 3 <h1 i18n-content="managedUserSettingsPage"></h1>
4 <div class="content-area"> 4 <div class="content-area">
5 <!-- Content pack area --> 5 <!-- Content pack area -->
6 <section> 6 <section>
7 <h3 i18n-content="installedContentPacks"></h3> 7 <h3 i18n-content="installedContentPacks"></h3>
8 <list id="content-packs-list"></list> 8 <list id="content-packs-list"></list>
9 <div class="settings-row"> 9 <div class="settings-row">
10 <button id="get-content-packs-button" i18n-content="getContentPacks"> 10 <button id="get-content-packs-button" i18n-content="getContentPacks"
11 disabled>
12 </button>
11 </div> 13 </div>
12 </section> 14 </section>
13 <!-- Content pack settings --> 15 <!-- Content pack settings -->
14 <section> 16 <section>
15 <h3 i18n-content="contentPackSettings"></h3> 17 <h3 i18n-content="contentPackSettings"></h3>
16 <div class="radio"> 18 <div class="radio">
17 <label> 19 <label>
18 <input type="radio" name="contentpacks" value="0" 20 <input type="radio" name="contentpacks" value="0"
19 id="contentpacks-allow" 21 id="contentpacks-allow"
20 pref="profile.managed.default_filtering_behavior" dialog-pref> 22 pref="profile.managed.default_filtering_behavior" dialog-pref>
(...skipping 65 matching lines...) Expand 10 before | Expand all | Expand 10 after
86 <div class="button-strip"> 88 <div class="button-strip">
87 <button id="managed-user-settings-cancel" type="submit" 89 <button id="managed-user-settings-cancel" type="submit"
88 i18n-content="cancel"> 90 i18n-content="cancel">
89 </button> 91 </button>
90 <button id="managed-user-settings-confirm" type="submit" 92 <button id="managed-user-settings-confirm" type="submit"
91 i18n-content="ok"> 93 i18n-content="ok">
92 </button> 94 </button>
93 </div> 95 </div>
94 </div> 96 </div>
95 </div> 97 </div>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698