diff --git a/chrome/content/zotero/bindings/itembox.xml b/chrome/content/zotero/bindings/itembox.xml index 66ffb0a13..92bc809da 100644 --- a/chrome/content/zotero/bindings/itembox.xml +++ b/chrome/content/zotero/bindings/itembox.xml @@ -712,6 +712,7 @@ // Name var firstlast = document.createElement("hbox"); + firstlast.setAttribute("context", "creator-transform-menu"); firstlast.className = 'creator-name-box'; firstlast.setAttribute("flex","1"); var tabindex = this._tabIndexMinCreators + (this._creatorCount * 2); @@ -2166,6 +2167,24 @@ + + + + + + @@ -2433,7 +2452,29 @@ oncommand="document.getBindingParent(this).textTransform(document.popupNode, 'sentence')"/> - + + + + + + + + diff --git a/chrome/locale/en-US/zotero/zotero.dtd b/chrome/locale/en-US/zotero/zotero.dtd index 97c1dbc32..c5a896175 100644 --- a/chrome/locale/en-US/zotero/zotero.dtd +++ b/chrome/locale/en-US/zotero/zotero.dtd @@ -104,6 +104,8 @@ + +