From 92ceef27dafbc0e217a8ec7f5e2ee9694d4118a3 Mon Sep 17 00:00:00 2001 From: Bharat Mediratta Date: Sun, 4 Jan 2009 08:44:06 +0000 Subject: Allow renaming of tags using a modal dialog. Put up a confirmation dialog for deleting tags. Remove the 4 character restriction on tags (it was getting ignored by the add form anyway since it was mistakenly referred to as tag_name there). --- modules/tag/views/admin_tags.html.php | 17 ++++++++++++++--- 1 file changed, 14 insertions(+), 3 deletions(-) (limited to 'modules/tag/views') diff --git a/modules/tag/views/admin_tags.html.php b/modules/tag/views/admin_tags.html.php index 9f2aa099..4315917b 100644 --- a/modules/tag/views/admin_tags.html.php +++ b/modules/tag/views/admin_tags.html.php @@ -22,9 +22,20 @@ name ?> count ?> - id?csrf=" . access::csrf_token()) ?>"> - - + -- cgit v1.2.3