From 0b126ac277ed5480ef6090ddc7a23a15d21f2960 Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Thu, 7 Dec 2006 08:48:00 +0100 Subject: tag editor --- modules/popup-dialog.php | 36 +++++++++++++++++++++++++++++++++++- 1 file changed, 35 insertions(+), 1 deletion(-) (limited to 'modules/popup-dialog.php') diff --git a/modules/popup-dialog.php b/modules/popup-dialog.php index d3933ae77..a1ead2b00 100644 --- a/modules/popup-dialog.php +++ b/modules/popup-dialog.php @@ -1,7 +1,7 @@ Edit Tags"; + print "
"; + + print "
"; + + print "Tags for this article (separated by commas):
"; + + $tags = get_article_tags($link, $param); + + $tags_str = join(", ", $tags); + + print ""; + + print ""; + + print "
"; + + print "
"; + + print " "; + + print ""; + + + print "
"; + + } + print "
"; } ?> -- cgit v1.2.3