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

Side by Side Diff: chrome/browser/resources/policy.html

Issue 2386243002: Add in product messaging for IT Admins on chrome:policy (Closed)
Patch Set: dbeam@ comments. Created 4 years, 2 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
« no previous file with comments | « chrome/browser/resources/policy.css ('k') | chrome/browser/ui/webui/policy_ui.cc » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 <!doctype html> 1 <!doctype html>
2 <html i18n-values="dir:textdirection;lang:language"> 2 <html i18n-values="dir:textdirection;lang:language">
3 <head> 3 <head>
4 <meta charset="utf-8"> 4 <meta charset="utf-8">
5 <meta name="viewport" content="width=device-width, user-scalable=no"> 5 <meta name="viewport" content="width=device-width, user-scalable=no">
6 <title i18n-content="title"></title> 6 <title i18n-content="title"></title>
7 7
8 <link rel="stylesheet" href="chrome://resources/css/chrome_shared.css"> 8 <link rel="stylesheet" href="chrome://resources/css/chrome_shared.css">
9 <link rel="stylesheet" href="uber/uber_shared.css"> 9 <link rel="stylesheet" href="uber/uber_shared.css">
10 <link rel="stylesheet" href="chrome://policy/policy.css"> 10 <link rel="stylesheet" href="chrome://policy/policy.css">
(...skipping 17 matching lines...) Expand all
28 </header> 28 </header>
29 </div> 29 </div>
30 <div class="page"> 30 <div class="page">
31 <header> 31 <header>
32 <h1 i18n-content="title"></h1> 32 <h1 i18n-content="title"></h1>
33 </header> 33 </header>
34 <section class="reload-show-unset-section"> 34 <section class="reload-show-unset-section">
35 <div class="reload-policies-button"> 35 <div class="reload-policies-button">
36 <button id="reload-policies" i18n-content="reloadPolicies"></button> 36 <button id="reload-policies" i18n-content="reloadPolicies"></button>
37 </div> 37 </div>
38 <div class="chrome-for-work">
39 <a href="http://g.co/chromeent/learn" target="_blank">
40 <span i18n-content="chromeForWork"></span></a>
41 </div>
38 <div id="show-unset-container" class="show-unset-checkbox"> 42 <div id="show-unset-container" class="show-unset-checkbox">
39 <label> 43 <label>
40 <input id="show-unset" type="checkbox"></input> 44 <input id="show-unset" type="checkbox"></input>
41 <span i18n-content="showUnset"></span> 45 <span i18n-content="showUnset"></span>
42 </label> 46 </label>
43 </div> 47 </div>
44 </section> 48 </section>
45 <section id="status-section" class="status-box-section" hidden> 49 <section id="status-section" class="status-box-section" hidden>
46 <h3 i18n-content="status"></h3> 50 <h3 i18n-content="status"></h3>
47 <div id="status-box-container"></div> 51 <div id="status-box-container"></div>
(...skipping 72 matching lines...) Expand 10 before | Expand all | Expand 10 after
120 </tr> 124 </tr>
121 </tbody> 125 </tbody>
122 </table> 126 </table>
123 </div> 127 </div>
124 </body> 128 </body>
125 129
126 <script src="chrome://policy/strings.js"></script> 130 <script src="chrome://policy/strings.js"></script>
127 <script src="chrome://resources/js/i18n_template.js"></script> 131 <script src="chrome://resources/js/i18n_template.js"></script>
128 <script src="chrome://policy/policy.js"></script> 132 <script src="chrome://policy/policy.js"></script>
129 </html> 133 </html>
OLDNEW
« no previous file with comments | « chrome/browser/resources/policy.css ('k') | chrome/browser/ui/webui/policy_ui.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698