From 8386f8614b1426869490adc9bfdb06344532eba3 Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Tue, 23 Nov 2010 13:26:02 +0300 Subject: refactor tags dialog --- modules/popup-dialog.php | 33 ++++++++++++++++----------------- 1 file changed, 16 insertions(+), 17 deletions(-) (limited to 'modules') diff --git a/modules/popup-dialog.php b/modules/popup-dialog.php index 584f6e51d..52b1f94f6 100644 --- a/modules/popup-dialog.php +++ b/modules/popup-dialog.php @@ -569,10 +569,7 @@ if ($id == "editArticleTags") { - print "".__('Edit Tags').""; - print ""; +# print "
"; print __("Tags for this article (separated by commas):")."
"; @@ -580,28 +577,30 @@ $tags_str = join(", ", $tags); - print ""; + print ""; + print ""; + print ""; - print ""; + print "
"; - - print "
"; - print "
-
"; + style=\"display:none\">"; - print "
"; + print ""; - print "
"; +# print ""; - print " "; - print ""; + print "
"; - print "]]>"; + print " "; + print ""; + print "
"; - //return; } if ($id == "printTagCloud") { -- cgit v1.2.3-54-g00ecf