From e747c089fc028d29aff876669311b98eced601b6 Mon Sep 17 00:00:00 2001 From: Abe Jellinek Date: Mon, 10 Apr 2023 16:47:08 -0400 Subject: [PATCH] fx-compat: Basic viewer: Fix menus - Add strings and items to previously empty and untitled Edit and Window menus - Add basic context menu to the browser --- .../zotero/standalone/basicViewer.xhtml | 143 ++++++++++++------ 1 file changed, 95 insertions(+), 48 deletions(-) diff --git a/chrome/content/zotero/standalone/basicViewer.xhtml b/chrome/content/zotero/standalone/basicViewer.xhtml index 1e5cc38a31..cf17b0ecd3 100644 --- a/chrome/content/zotero/standalone/basicViewer.xhtml +++ b/chrome/content/zotero/standalone/basicViewer.xhtml @@ -33,7 +33,7 @@ %globalDTD; - + %editMenuOverlayDTD; %standaloneDTD; %brandDTD; %zoteroDTD; @@ -41,20 +41,25 @@ + + + @@ -87,36 +90,37 @@ - - + + + + + + + + + + + + + + + + + + + + + + + + - + - - + + - - - - + + + + - - - + - + + + + + @@ -176,7 +222,8 @@ flex="1" remote="false" disableglobalhistory="true" - maychangeremoteness="true"/> + maychangeremoteness="true" + context="contentAreaContextMenu"/>