diff --git a/chrome/content/zotero/bindings/guidancepanel.xml b/chrome/content/zotero/bindings/guidancepanel.xml new file mode 100644 index 000000000..e2c5fe693 --- /dev/null +++ b/chrome/content/zotero/bindings/guidancepanel.xml @@ -0,0 +1,64 @@ + + + + + + + + + + + + + + + + + + + + + + diff --git a/chrome/content/zotero/browser.js b/chrome/content/zotero/browser.js index f074648dd..ab530e772 100644 --- a/chrome/content/zotero/browser.js +++ b/chrome/content/zotero/browser.js @@ -421,6 +421,10 @@ var Zotero_Browser = new function() { Zotero_Browser.statusImage.src = captureIcon; Zotero_Browser.statusImage.tooltipText = tab.getCaptureTooltip(); Zotero_Browser.statusImage.hidden = false; + + Zotero_Browser.statusImage.addEventListener("load", function() { + document.getElementById("zotero-status-image-guidance").show(); + }, false); } else { Zotero_Browser.statusImage.hidden = true; } diff --git a/chrome/content/zotero/overlay.xul b/chrome/content/zotero/overlay.xul index d96237deb..f408ebb92 100644 --- a/chrome/content/zotero/overlay.xul +++ b/chrome/content/zotero/overlay.xul @@ -77,6 +77,7 @@ + diff --git a/chrome/locale/en-US/zotero/zotero.properties b/chrome/locale/en-US/zotero/zotero.properties index e5f02ce0a..8a2c7385b 100644 --- a/chrome/locale/en-US/zotero/zotero.properties +++ b/chrome/locale/en-US/zotero/zotero.properties @@ -747,4 +747,6 @@ standalone.addonInstallationFailed.title = Add-on Installation Failed standalone.addonInstallationFailed.body = The add-on "%S" could not be installed. It may be incompatible with this version of Zotero Standalone. 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. \ No newline at end of file +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 diff --git a/chrome/skin/default/zotero/zotero-new-z-48px.png b/chrome/skin/default/zotero/zotero-new-z-48px.png new file mode 100644 index 000000000..a24992b84 Binary files /dev/null and b/chrome/skin/default/zotero/zotero-new-z-48px.png differ diff --git a/chrome/skin/default/zotero/zotero.css b/chrome/skin/default/zotero/zotero.css index 0ffc4d0b0..891eb6386 100644 --- a/chrome/skin/default/zotero/zotero.css +++ b/chrome/skin/default/zotero/zotero.css @@ -143,6 +143,11 @@ dialog[resizable="true"] -moz-binding: url('chrome://zotero/content/bindings/resizabledialog.xml#resizabledialog'); } +zoteroguidancepanel +{ + -moz-binding: url('chrome://zotero/content/bindings/guidancepanel.xml#guidancepanel'); +} + label.zotero-text-link { -moz-binding: url('chrome://zotero/content/bindings/text-link.xml#text-link'); -moz-user-focus: normal;