diff options
author | kathyw@google.com <kathyw@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-11-25 01:48:48 +0000 |
---|---|---|
committer | kathyw@google.com <kathyw@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-11-25 01:48:48 +0000 |
commit | 5c203798afff230f9de06a93350e65e75efc7c34 (patch) | |
tree | 74b8a5389fe09db2e6437fb498073d3afeda157f /chrome/common/extensions/docs/pageAction.html | |
parent | 50659018dea328c04a2ffc5c367e8833dbf9a64f (diff) | |
download | chromium_src-5c203798afff230f9de06a93350e65e75efc7c34.zip chromium_src-5c203798afff230f9de06a93350e65e75efc7c34.tar.gz chromium_src-5c203798afff230f9de06a93350e65e75efc7c34.tar.bz2 |
Improving the top matter.
(One edited file: template/api_template.html.
Every other change is an automatically generated file.)
BUG=none
TEST=none
TBR=aa
Review URL: http://codereview.chromium.org/434058
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@33028 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/common/extensions/docs/pageAction.html')
-rw-r--r-- | chrome/common/extensions/docs/pageAction.html | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/chrome/common/extensions/docs/pageAction.html b/chrome/common/extensions/docs/pageAction.html index cac9725..f804c3e 100644 --- a/chrome/common/extensions/docs/pageAction.html +++ b/chrome/common/extensions/docs/pageAction.html @@ -76,16 +76,16 @@ <!-- API HEADER --> <table id="header" width="100%" cellspacing="0" border="0"> <tbody><tr> - <td valign="middle"><img src="images/code_labs_logo.gif" height="43" width="161" alt="Google Code Labs" style="border:0; margin:0;"></td> + <td valign="middle"><a href="http://code.google.com/"><img src="images/code_labs_logo.gif" height="43" width="161" alt="Google Code Labs" style="border:0; margin:0;"></a></td> <td valign="middle" width="100%" style="padding-left:0.6em;"> <form action="http://www.google.com/cse" id="cse" style="margin-top:0.5em"> <div id="gsc-search-box"> <input type="hidden" name="cx" value="002967670403910741006:61_cvzfqtno"> <input type="hidden" name="ie" value="UTF-8"> - <input type="text" name="q" size="55"> + <input type="text" name="q" value="" size="55"> <input class="gsc-search-button" type="submit" name="sa" value="Search"> <br> - <span class="greytext">e.g. "ajax apis" or "open source"</span> + <span class="greytext">e.g. "page action" or "tabs"</span> </div> </form> @@ -101,7 +101,7 @@ <a id="gc-topnav-anchor"></a> <div id="gc-topnav"> - <h1>Google Chrome Extensions (<a href="/labs/">Labs</a>)</h1> + <h1>Google Chrome Extensions (<a href="http://code.google.com/labs/">Labs</a>)</h1> <ul id="home" class="gc-topnav-tabs"> <li id="home_link"> <a href="index.html" title="Google Chrome Extensions home page">Home</a> |