summaryrefslogtreecommitdiffstats
path: root/application/palemoon/base/content/newtab/newTab.xhtml
diff options
context:
space:
mode:
authorwolfbeast <mcwerewolf@gmail.com>2018-06-21 00:54:09 +0200
committerwolfbeast <mcwerewolf@gmail.com>2018-06-21 00:54:09 +0200
commit6caf73c8ce2da836cdfa307cd4ea598b020e82b8 (patch)
tree059328b4c65913c20711f7ddbbb55e8f974d7795 /application/palemoon/base/content/newtab/newTab.xhtml
parenta593509d52f130997c8ee005650ef56fd5597670 (diff)
downloadUXP-6caf73c8ce2da836cdfa307cd4ea598b020e82b8.tar
UXP-6caf73c8ce2da836cdfa307cd4ea598b020e82b8.tar.gz
UXP-6caf73c8ce2da836cdfa307cd4ea598b020e82b8.tar.lz
UXP-6caf73c8ce2da836cdfa307cd4ea598b020e82b8.tar.xz
UXP-6caf73c8ce2da836cdfa307cd4ea598b020e82b8.zip
Issue #517 Part 5: Remove configuration menu
Diffstat (limited to 'application/palemoon/base/content/newtab/newTab.xhtml')
-rw-r--r--application/palemoon/base/content/newtab/newTab.xhtml25
1 files changed, 0 insertions, 25 deletions
diff --git a/application/palemoon/base/content/newtab/newTab.xhtml b/application/palemoon/base/content/newtab/newTab.xhtml
index c6444d8f9..a435bfa73 100644
--- a/application/palemoon/base/content/newtab/newTab.xhtml
+++ b/application/palemoon/base/content/newtab/newTab.xhtml
@@ -23,28 +23,6 @@
</head>
<body dir="&locale.dir;">
- <div id="newtab-customize-overlay"></div>
-
- <div class="newtab-customize-panel-container">
- <div id="newtab-customize-panel" orient="vertical">
- <div id="newtab-customize-panel-anchor"></div>
- <div id="newtab-customize-panel-inner-wrapper">
- <div id="newtab-customize-title" class="newtab-customize-panel-item">
- <label>&newtab.customize.cog.title2;</label>
- </div>
- <div id="newtab-customize-classic" class="newtab-customize-panel-item selectable">
- <label>&newtab.customize.classic;</label>
- </div>
- <div id="newtab-customize-blank" class="newtab-customize-panel-item selectable">
- <label>&newtab.customize.blank2;</label>
- </div>
- <div id="newtab-customize-learn" class="newtab-customize-panel-item">
- <label>&newtab.customize.cog.learn;</label>
- </div>
- </div>
- </div>
- </div>
-
<div id="newtab-vertical-margin">
<div id="newtab-margin-top"/>
@@ -78,9 +56,6 @@
<div id="newtab-margin-bottom"/>
</div>
- <input id="newtab-customize-button" type="button" dir="&locale.dir;"
- value="&#x2699;"
- title="&newtab.customize.title;"/>
</body>
<script type="text/javascript;version=1.8" src="chrome://browser/content/newtab/newTab.js"/>
</html>