Disable tag colors until they're revised a bit
This commit is contained in:
parent
03b569a2e1
commit
d6c6fd16f4
1 changed files with 2 additions and 0 deletions
|
@ -838,11 +838,13 @@
|
|||
<xul:menuitem label="&zotero.tagSelector.renameTag;" oncommand="document.getBindingParent(this).rename(document.popupNode.getAttribute('tagID')); event.stopPropagation()"/>
|
||||
<xul:menuitem label="&zotero.tagSelector.deleteTag;" oncommand="document.getBindingParent(this).delete(document.popupNode.getAttribute('tagID')); event.stopPropagation()"/>
|
||||
<!-- TODO: localized -->
|
||||
<!--
|
||||
<xul:menu label="Assign Color">
|
||||
<xul:menupopup onpopupshowing="var color = document.getBindingParent(this).getColor(document.popupNode.getAttribute('tagID')); this.children[0].color = color">
|
||||
<xul:colorpicker onclick="document.getBindingParent(this).setColor(document.popupNode.getAttribute('tagID'), event.originalTarget.getAttribute('color')); document.getBindingParent(this).id('tag-menu').hidePopup(); event.stopPropagation()"/>
|
||||
</xul:menupopup>
|
||||
</xul:menu>
|
||||
-->
|
||||
</xul:menupopup>
|
||||
|
||||
<xul:vbox id="no-tags-box" align="center" pack="center" flex="1">
|
||||
|
|
Loading…
Add table
Reference in a new issue