From 147f5632281b0da6f4232b5d8f4e6998ebf1e40b Mon Sep 17 00:00:00 2001 From: Craig Meyer Date: Thu, 11 Aug 2011 18:51:00 -0400 Subject: Extended Actions to include Select by tag (add local modifications, fix display for tags starting with a number) --- modules/popup-dialog.php | 32 +++++++++++++++++++++++++++++++- 1 file changed, 31 insertions(+), 1 deletion(-) (limited to 'modules/popup-dialog.php') diff --git a/modules/popup-dialog.php b/modules/popup-dialog.php index 6cb60eef4..4d2408d15 100644 --- a/modules/popup-dialog.php +++ b/modules/popup-dialog.php @@ -737,8 +737,38 @@ print ""; print "]]>"; + } - //return; + if ($id == 'printTagSelect') { + print "" . __('Select item(s) by tags') . ""; + print " Any "; + print " All "; + print " tags."; + + print ""; + + print "
"; + print ""; + print " "; + print ""; + print "
"; + + print "]]>
"; } if ($id == "emailArticle") { -- cgit v1.2.3-54-g00ecf