Netgen Tags Bundle is an eZ Platform bundle for taxonomy management and easier classification of content, providing more functionality for tagging content than ezkeyword field type included in eZ Platform kernel.
If a user does not have the privileges to add tags, the labels would break like shown here
d0bf2fe should fix that.
Also added missing styling to elements that were styled in my previous PR. Both <button> and <input/> elements with the .button-add-tag class should be properly styled now.
Also added missing cursor: pointer to these elements.
If a user does not have the privileges to add tags, the labels would break like shown here
d0bf2fe should fix that.
Also added missing styling to elements that were styled in my previous PR. Both
<button>
and<input/>
elements with the.button-add-tag
class should be properly styled now. Also added missingcursor: pointer
to these elements.