Add support for deleting tags through the web ui

Change-Id: I187afab26dbf678e1b808029f45e28801f340238
This commit is contained in:
Paladox
2016-12-10 14:14:54 +00:00
committed by Paladox none
parent 14d2f09588
commit 333a38dcf6
7 changed files with 158 additions and 1 deletions

View File

@@ -185,6 +185,8 @@ public interface AdminConstants extends Constants {
String buttonAddTag();
String buttonDeleteTag();
String saveHeadButton();
String cancelHeadButton();