summaryrefslogtreecommitdiff
path: root/licensing
diff options
context:
space:
mode:
authorYu-Ju Hong <yjhong@chromium.org>2014-05-13 15:32:26 -0700
committerYu-Ju Hong <yjhong@chromium.org>2014-05-14 00:16:54 +0000
commit0d58a6684cee182ad9388e1d7a838b9dc7955702 (patch)
tree40f210a6bcfd3983ee7ee4c2d4c490602cf4723e /licensing
parent7c4df7cc285b5fcf2d61d69ab9acadae3ba957c5 (diff)
downloadchromite-0d58a6684cee182ad9388e1d7a838b9dc7955702.tar.gz
licensing: update about_credits.tmpl
BUG=chromium:372975 TEST=None Change-Id: I39be6b08b841161566737fd99d6a07f60ce3501d Reviewed-on: https://chromium-review.googlesource.com/199621 Reviewed-by: Zelidrag Hornung <zelidrag@chromium.org> Tested-by: Yu-Ju Hong <yjhong@chromium.org>
Diffstat (limited to 'licensing')
-rw-r--r--licensing/about_credits.tmpl9
1 files changed, 8 insertions, 1 deletions
diff --git a/licensing/about_credits.tmpl b/licensing/about_credits.tmpl
index 6ee936423..9df460566 100644
--- a/licensing/about_credits.tmpl
+++ b/licensing/about_credits.tmpl
@@ -56,6 +56,12 @@ body {
.license-packages {
font-size:80%;
}
+.dialog #print-link {
+ display: none;
+}
+.dialog .homepage {
+ display: none;
+}
</style>
<script>
//<![CDATA[
@@ -94,7 +100,7 @@ function toggleall() {
<span class="page-title" style="float:left;">Credits</span>
<span style="float:right">
<a href="javascript:toggleall()">Toggle All</a>
-<a href="javascript:window.print();">Print</a>
+<a id="print-link" href="javascript:window.print();">Print</a>
</span>
<div style="clear:both; overflow:auto;">
<h2>List of Packages used in Google Chrome OS:</h2>
@@ -107,5 +113,6 @@ function toggleall() {
<!-- Note that some packages included above are used during build, but not
shipped with ChromeOS proper /merlin -->
+<script src="chrome://os-credits/keyboard_utils.js"></script>
</body>
</html>