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

Side by Side Diff: chrome/browser/resources/options2/chromeos/proxy.html

Issue 9513016: uber managed pref banners (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: . Created 8 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="proxyPage" class="page" hidden> 1 <div id="proxyPage" class="page" hidden>
2 <div id="info-banner" class="managed-prefs-banner" hidden>
3 <span id="banner-icon" class="managed-prefs-icon"></span>
4 <span id="banner-text" class="managed-prefs-text"></span>
5 </div>
6 <h1 id="proxy-page-title" i18n-content="proxyPage"></h1> 2 <h1 id="proxy-page-title" i18n-content="proxyPage"></h1>
7 <div class="content-area"> 3 <div class="content-area">
8 <h3 i18n-content="proxy_config_title"></h3> 4 <h3 i18n-content="proxy_config_title"></h3>
9 <div> 5 <div>
10 <div class="radio"> 6 <div class="radio">
11 <label> 7 <label>
12 <input id="directProxy" type="radio" name="proxytype" value="1" 8 <input id="directProxy" type="radio" name="proxytype" value="1"
13 pref="cros.session.proxy.type"> 9 pref="cros.session.proxy.type">
14 <span i18n-content="proxyDirectInternetConnection"></span> 10 <span i18n-content="proxyDirectInternetConnection"></span>
15 </label> 11 </label>
(...skipping 121 matching lines...) Expand 10 before | Expand all | Expand 10 after
137 <button id="removeHost" i18n-content="removeHost"></button> 133 <button id="removeHost" i18n-content="removeHost"></button>
138 </div> 134 </div>
139 </div> 135 </div>
140 </div> 136 </div>
141 <div class="action-area"> 137 <div class="action-area">
142 <div class="button-strip"> 138 <div class="button-strip">
143 <button id="proxy-overlay-confirm" i18n-content="ok"></button> 139 <button id="proxy-overlay-confirm" i18n-content="ok"></button>
144 </div> 140 </div>
145 </div> 141 </div>
146 </div> 142 </div>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698