mirror of
https://github.com/zen-browser/desktop.git
synced 2025-10-16 06:46:12 +00:00
33 lines
1.1 KiB
C++
33 lines
1.1 KiB
C++
diff --git a/browser/base/content/main-popupset.inc.xhtml b/browser/base/content/main-popupset.inc.xhtml
|
|
index 198c188e074b7062169764fb7d81c692d3a2bdae..b412a3c1fabdc6470b4ea9e7be34c426cc76aafd 100644
|
|
--- a/browser/base/content/main-popupset.inc.xhtml
|
|
+++ b/browser/base/content/main-popupset.inc.xhtml
|
|
@@ -201,6 +201,10 @@
|
|
hidden="true"
|
|
tabspecific="true"
|
|
aria-labelledby="editBookmarkPanelTitle">
|
|
+ <html:div id="zenEditBookmarkPanelFaviconContainer">
|
|
+ <html:img id="zenEditBookmarkPanelFavicon"/>
|
|
+ </html:div>
|
|
+ <vbox>
|
|
<box class="panel-header">
|
|
<html:h1>
|
|
<html:span id="editBookmarkPanelTitle"/>
|
|
@@ -226,6 +230,7 @@
|
|
class="footer-button"/>
|
|
</html:moz-button-group>
|
|
</vbox>
|
|
+ </vbox>
|
|
</panel>
|
|
</html:template>
|
|
|
|
@@ -567,6 +572,8 @@
|
|
|
|
#include popup-notifications.inc.xhtml
|
|
|
|
+#include zen-popupset.inc.xhtml
|
|
+
|
|
#include ../../components/customizableui/content/panelUI.inc.xhtml
|
|
#include ../../components/controlcenter/content/identityPanel.inc.xhtml
|
|
#include ../../components/controlcenter/content/permissionPanel.inc.xhtml
|