From 5e6f933a322fed7b6818955532bb1b41d1248383 Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Mon, 5 Mar 2007 14:45:34 +0100 Subject: more i18n work, add some report notices --- modules/popup-dialog.php | 21 +++++++++++++++++---- 1 file changed, 17 insertions(+), 4 deletions(-) (limited to 'modules/popup-dialog.php') diff --git a/modules/popup-dialog.php b/modules/popup-dialog.php index 6ac80be74..8fe1ac4b3 100644 --- a/modules/popup-dialog.php +++ b/modules/popup-dialog.php @@ -36,6 +36,7 @@ print ""; + return; } if ($id == "quickAddFeed") { @@ -52,7 +53,7 @@ print ""; @@ -69,10 +70,12 @@ print "
+ type=\"submit\" onclick=\"return qaddFeed()\" value=\"".__('Subscribe')."\">
"; + + return; } if ($id == "search") { @@ -153,6 +156,8 @@ print ""; + return; + } if ($id == "quickAddLabel") { @@ -200,6 +205,8 @@ print ""; + + return; } if ($id == "quickAddFilter") { @@ -279,7 +286,7 @@ print " "; print "
Feed URL:
"; + return; } if ($id == "feedUpdateErrors") { @@ -379,8 +387,13 @@ print ""; + return; } - print ""; + print "
Internal Error
+
+

Unknown dialog $id

+
"; + } ?> -- cgit v1.2.3