diff options
author | mmenke@chromium.org <mmenke@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-11-08 00:11:03 +0000 |
---|---|---|
committer | mmenke@chromium.org <mmenke@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-11-08 00:11:03 +0000 |
commit | fdea82655ab6e677fa5d216f7dc7b079da9012a4 (patch) | |
tree | 3d73470db3a07c73553837bb0fd6b717579785b7 /chrome/app | |
parent | dc98c3e69ac8fa734b6a41e620dc072c9de5974b (diff) | |
download | chromium_src-fdea82655ab6e677fa5d216f7dc7b079da9012a4.zip chromium_src-fdea82655ab6e677fa5d216f7dc7b079da9012a4.tar.gz chromium_src-fdea82655ab6e677fa5d216f7dc7b079da9012a4.tar.bz2 |
Update the error page template to be a little prettier.
Based on a combination of the malware pages and the link
doctor page.
Also removes the "more details" expander. Inlines the
details using a lighter font color instead.
Screenshots:
https://docs3.google.com/document/d/1GdqTtkl_gjWg1GYRNxBGToy63mwEHCAZlXGKHCk_wYw/edit?hl=en#
BUG=59096
TEST=Manual
Review URL: http://codereview.chromium.org/4464005
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@65344 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/app')
-rw-r--r-- | chrome/app/generated_resources.grd | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/chrome/app/generated_resources.grd b/chrome/app/generated_resources.grd index 7c60477..d107443 100644 --- a/chrome/app/generated_resources.grd +++ b/chrome/app/generated_resources.grd @@ -5640,12 +5640,6 @@ Keep your key file in a safe place. You will need it to create new versions of y <message name="IDS_ERRORPAGES_SUGGESTION_HEADING" desc="Heading in the error page above the actual suggestions"> Here are some suggestions: </message> - <message name="IDS_ERRORPAGES_DETAILS_LINK" desc="Link in the error page that opens more details about the load error"> - More information on this error - </message> - <message name="IDS_ERRORPAGES_DETAILS_HEADING" desc="On an error page, the heading text next to the detailed error description"> - Below is the original error message - </message> <message name="IDS_ERRORPAGES_SUGGESTION_RELOAD" desc="When a page fails to load, we provide a suggestion that the user try reloading the page later"> <ph name="BEGIN_LINK"><a jsvalues="href:reloadUrl"></ph>Reload<ph name="END_LINK"></a></ph> this web page later. |