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

Unified Diff: chrome/browser/resources/settings/about_page/about_page.html

Issue 2007733002: MD Settings: About page, display product info. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Remove top margin. Created 4 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | chrome/browser/ui/webui/settings/about_handler.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/resources/settings/about_page/about_page.html
diff --git a/chrome/browser/resources/settings/about_page/about_page.html b/chrome/browser/resources/settings/about_page/about_page.html
index bd1c689f544a8a34454add3ddf6d2f7f79d437be..6cddb6f873a229ba546b8f3f5bb508289b06b023 100644
--- a/chrome/browser/resources/settings/about_page/about_page.html
+++ b/chrome/browser/resources/settings/about_page/about_page.html
@@ -44,6 +44,16 @@
iron-icon[icon="settings:error"] {
fill: var(--paper-red-600);
}
+
+ .product-info {
+ display: block;
+ padding-bottom: 10px;
+ padding-top: 10px;
+ }
+
+ .info-section {
+ margin-bottom: 12px;
+ }
</style>
<settings-section page-title="$i18n{aboutPageTitle}"
current-route="[[currentRoute]]" section="about">
@@ -101,6 +111,22 @@
Detailed build info
</div>
</if>
+ <div class="settings-box product-info">
+ <div class="info-section">
+ <div class="secondary">$i18n{aboutProductTitle}</div>
+ <div class="secondary">$i18n{aboutProductCopyright}</div>
+ </div>
+
+ <div class="info-section">
+ <div class="secondary">$i18nRaw{aboutProductLicense}</div>
+<if expr="chromeos">
+ <div class="secondary">$i18nRaw{aboutProductOsLicense}</div>
+</if>
+ </div>
+<if expr="_google_chrome">
+ <div class="secondary">$i18nRaw{aboutProductTos}</div>
+</if>
+ </div>
</neon-animatable>
<if expr="chromeos">
<template is="dom-if" name="detailed-build-info">
« no previous file with comments | « no previous file | chrome/browser/ui/webui/settings/about_handler.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698