diff options
Diffstat (limited to 'application/palemoon/components/abouthome')
-rw-r--r-- | application/palemoon/components/abouthome/aboutHome.css | 4 | ||||
-rw-r--r-- | application/palemoon/components/abouthome/aboutHome.xhtml | 2 | ||||
-rw-r--r-- | application/palemoon/components/abouthome/jar.mn | 6 |
3 files changed, 11 insertions, 1 deletions
diff --git a/application/palemoon/components/abouthome/aboutHome.css b/application/palemoon/components/abouthome/aboutHome.css index 73c686202..2b062e8e7 100644 --- a/application/palemoon/components/abouthome/aboutHome.css +++ b/application/palemoon/components/abouthome/aboutHome.css @@ -262,9 +262,11 @@ body[narrow] #restorePreviousSession { content: url("chrome://browser/content/abouthome/addons.png"); } +%ifdef MOZ_SERVICES_SYNC #sync::before { content: url("chrome://browser/content/abouthome/sync.png"); } +%endif #settings::before { content: url("chrome://browser/content/abouthome/settings.png"); @@ -320,9 +322,11 @@ body[narrow] #restorePreviousSession::before { content: url("chrome://browser/content/abouthome/addons@2x.png"); } +%ifdef MOZ_SERVICES_SYNC #sync::before { content: url("chrome://browser/content/abouthome/sync@2x.png"); } +%endif #settings::before { content: url("chrome://browser/content/abouthome/settings@2x.png"); diff --git a/application/palemoon/components/abouthome/aboutHome.xhtml b/application/palemoon/components/abouthome/aboutHome.xhtml index cb3fa634a..d72ec492e 100644 --- a/application/palemoon/components/abouthome/aboutHome.xhtml +++ b/application/palemoon/components/abouthome/aboutHome.xhtml @@ -51,7 +51,9 @@ <button class="launchButton" id="bookmarks">&abouthome.bookmarksButton.label;</button> <button class="launchButton" id="history">&abouthome.historyButton.label;</button> <button class="launchButton" id="addons">&abouthome.addonsButton.label;</button> +#ifdef MOZ_SERVICES_SYNC <button class="launchButton" id="sync">&abouthome.syncButton.label;</button> +#endif <button class="launchButton" id="settings">&abouthome.settingsButton.label;</button> <div id="restorePreviousSessionSeparator"/> <button class="launchButton" id="restorePreviousSession">&historyRestoreLastSession.label;</button> diff --git a/application/palemoon/components/abouthome/jar.mn b/application/palemoon/components/abouthome/jar.mn index d44583665..e1ae4ac42 100644 --- a/application/palemoon/components/abouthome/jar.mn +++ b/application/palemoon/components/abouthome/jar.mn @@ -3,7 +3,7 @@ # file, You can obtain one at http://mozilla.org/MPL/2.0/. browser.jar: - content/browser/abouthome/aboutHome.xhtml +* content/browser/abouthome/aboutHome.xhtml content/browser/abouthome/aboutHome.js * content/browser/abouthome/aboutHome.css content/browser/abouthome/noise.png @@ -13,7 +13,9 @@ browser.jar: content/browser/abouthome/bookmarks.png content/browser/abouthome/history.png content/browser/abouthome/addons.png +#ifdef MOZ_SERVICES_SYNC content/browser/abouthome/sync.png +#endif content/browser/abouthome/settings.png content/browser/abouthome/restore.png content/browser/abouthome/restore-large.png @@ -23,7 +25,9 @@ browser.jar: content/browser/abouthome/bookmarks@2x.png content/browser/abouthome/history@2x.png content/browser/abouthome/addons@2x.png +#ifdef MOZ_SERVICES_SYNC content/browser/abouthome/sync@2x.png +#endif content/browser/abouthome/settings@2x.png content/browser/abouthome/restore@2x.png content/browser/abouthome/restore-large@2x.png
\ No newline at end of file |