diff --git a/chrome/content/zotero/bindings/guidancepanel.xml b/chrome/content/zotero/bindings/guidancepanel.xml index e2c5fe6934..33b9e38ee4 100644 --- a/chrome/content/zotero/bindings/guidancepanel.xml +++ b/chrome/content/zotero/bindings/guidancepanel.xml @@ -31,22 +31,26 @@ + diff --git a/chrome/content/zotero/bindings/itembox.xml b/chrome/content/zotero/bindings/itembox.xml index a48b4ae0e7..fa8bcd6b5a 100644 --- a/chrome/content/zotero/bindings/itembox.xml +++ b/chrome/content/zotero/bindings/itembox.xml @@ -1867,6 +1867,11 @@ if(field === 'creator') { // Reset creator mode settings here so that flex attribute gets reset this.switchCreatorMode(row, (otherFields.fieldMode ? 1 : 0), true); + + if(Zotero.ItemTypes.getName(this.item.itemTypeID) === "bookSection") { + var creatorTypeLabels = document.getAnonymousNodes(this)[0].getElementsByClassName("creator-type-label"); + document.getElementById("zotero-author-guidance").show(creatorTypeLabels[creatorTypeLabels.length-1]); + } } if (this._tabDirection) { @@ -2412,7 +2417,8 @@ oncommand="document.getBindingParent(this).textTransform(document.popupNode, 'sentence')"/> - + + diff --git a/chrome/locale/en-US/zotero/zotero.properties b/chrome/locale/en-US/zotero/zotero.properties index 8a2c7385ba..bf60cc3c94 100644 --- a/chrome/locale/en-US/zotero/zotero.properties +++ b/chrome/locale/en-US/zotero/zotero.properties @@ -749,4 +749,5 @@ standalone.addonInstallationFailed.body = The add-on "%S" could not be installe connector.error.title = Zotero Connector Error connector.standaloneOpen = Your database cannot be accessed because Zotero Standalone is currently open. Please view your items in Zotero Standalone. -firstRunGuidance.saveIcon = Zotero can recognize a reference on this page. Click this icon in the address bar to save this reference to your Zotero library. \ No newline at end of file +firstRunGuidance.saveIcon = Zotero can recognize a reference on this page. Click this icon in the address bar to save this reference to your Zotero library. +firstRunGuidance.authorMenu = Zotero lets you specify editors and translators, too. You can turn an author into an editor or translator by selecting from this menu. \ No newline at end of file