Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

WIP: Implemented 'Edit Tags' dialog #68

Open
wants to merge 4 commits into
base: master
Choose a base branch
from

Conversation

lpaulsen93
Copy link

This adds an Edit tags menu item. Clicking on it opens a jQuery dialog in which the user can add and remove single tags:

  • the tag list is updated after each change (new ajax request)
  • closing the dialog refreshes the browser page
  • entered tag name is validated on keypress

This adds an 'Edit tags' menu item. Clicking on it opens a jQuery dialog
in which the user can add and remove single tags:
- the tag list is updated after each change (new ajax request)
- closing the dialog refreshes the browser page
- entered tag name is validated on keypress
The administrator can switch the button on or off.
The default is off, so the button will not be shown.
Also removed useless HTML attributes.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant