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

Side by Side Diff: chrome/browser/resources/options/chromeos/internet_options.html

Issue 8726007: Disable UI in chrome://settings/internet and details popup for policy-managed networks. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Make clang happy. Created 9 years 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="internetPage" class="page" hidden> 1 <div id="internetPage" class="page hide-indicators" hidden>
2 <h1 i18n-content="internetPage"></h1> 2 <h1 i18n-content="internetPage"></h1>
3 <div id="locked-network-banner" hidden> 3 <div id="locked-network-banner" hidden>
4 <span id="locked-network-icon"></span> 4 <span id="locked-network-icon"></span>
5 <span id="access-locked-text" i18n-content="accessLockedMsg"></span> 5 <span id="access-locked-text" i18n-content="accessLockedMsg"></span>
6 </div> 6 </div>
7 <div class="displaytable"> 7 <div class="displaytable">
8 <section id="wireless-buttons"> 8 <section id="wireless-buttons">
9 <h3 i18n-content="generalNetworkingTitle"></h3> 9 <h3 i18n-content="generalNetworkingTitle"></h3>
10 <div id="network-general-div"> 10 <div id="network-general-div">
11 <div id="networking-controls" class="section-group"> 11 <div id="networking-controls" class="section-group">
(...skipping 42 matching lines...) Expand 10 before | Expand all | Expand 10 after
54 <section id="vpn-section"> 54 <section id="vpn-section">
55 <h3 i18n-content="vpn_title" class="network-title"></h3> 55 <h3 i18n-content="vpn_title" class="network-title"></h3>
56 <div id="vpn-list" class="networks"></div> 56 <div id="vpn-list" class="networks"></div>
57 </section> 57 </section>
58 <section id="remembered-section"> 58 <section id="remembered-section">
59 <h3 i18n-content="remembered_title" class="network-title"></h3> 59 <h3 i18n-content="remembered_title" class="network-title"></h3>
60 <div id="remembered-list" class="networks"></div> 60 <div id="remembered-list" class="networks"></div>
61 </section> 61 </section>
62 </div> 62 </div>
63 </div> 63 </div>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698