| Index: mobile/android/chrome/content/aboutAdblockBrowser.xhtml |
| diff --git a/mobile/android/chrome/content/about.xhtml b/mobile/android/chrome/content/aboutAdblockBrowser.xhtml |
| similarity index 93% |
| copy from mobile/android/chrome/content/about.xhtml |
| copy to mobile/android/chrome/content/aboutAdblockBrowser.xhtml |
| index 89975eb9c7dd4ea5091379a136b3e2456b7ed1ad..3c44bc84e8e6324813f14bc103d45c5bd2f349f9 100644 |
| --- a/mobile/android/chrome/content/about.xhtml |
| +++ b/mobile/android/chrome/content/aboutAdblockBrowser.xhtml |
| @@ -17,18 +17,17 @@ |
| <head> |
| <meta name="viewport" content="width=480; initial-scale=.6667; user-scalable=no"/> |
| <title>&aboutPage.title;</title> |
| - <link rel="stylesheet" href="chrome://browser/skin/aboutPage.css" type="text/css"/> |
| + <link rel="stylesheet" href="chrome://browser/skin/aboutAdblockBrowserPage.css" type="text/css"/> |
|
Felix Dahlke
2015/05/06 20:35:07
Nit: I guess I'd call it aboutPageAdblockBrowser.c
René Jeschke
2015/05/06 21:45:00
Too late to argue about this, though the name does
Felix Dahlke
2015/05/06 21:48:47
:D
|
| <link rel="icon" type="image/png" sizes="64x64" href="chrome://branding/content/favicon64.png" /> |
| </head> |
| <body dir="&locale.dir;"> |
| - <div id="header"> |
| - <div id="wordmark"></div> |
| + <div id="banner"> |
| + <div id="header"> |
| + <p id="wordmark">Adblock <b>Browser</b></p> |
| #expand <p id="version">__MOZ_APP_VERSION__</p> |
| - </div> |
| + </div> |
| - <div id="banner"> |
| - <div id="logo"/> |
| #ifdef MOZ_UPDATER |
| <div id="updateBox"> |
| <a id="updateLink" href="" onclick="checkForUpdates();">&aboutPage.checkForUpdates.link;</a> |
| @@ -56,10 +55,7 @@ |
| <ul id="aboutLinks"> |
| <div class="top-border"></div> |
| <li><a id="faqURL">&aboutPage.faq.label;</a></li> |
| - <li><a id="supportURL">&aboutPage.support.label;</a></li> |
| <li><a id="privacyURL">&aboutPage.privacyPolicy.label;</a></li> |
| - <li><a href="about:rights">&aboutPage.rights.label;</a></li> |
| - <li><a id="releaseNotesURL">&aboutPage.relNotes.label;</a></li> |
| <li><a id="creditsURL">&aboutPage.credits.label;</a></li> |
| <li><a href="about:license">&aboutPage.license.label;</a></li> |
| <div class="bottom-border"></div> |
| @@ -111,8 +107,6 @@ |
| let formatter = Cc["@mozilla.org/toolkit/URLFormatterService;1"].getService(Ci.nsIURLFormatter); |
| let links = [ |
| - {id: "releaseNotesURL", pref: "app.releaseNotesURL"}, |
| - {id: "supportURL", pref: "app.support.baseURL"}, |
| {id: "faqURL", pref: "app.faqURL"}, |
| {id: "privacyURL", pref: "app.privacyURL"}, |
| {id: "creditsURL", pref: "app.creditsURL"}, |