summaryrefslogtreecommitdiff
path: root/modules/popup-dialog.php
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2007-04-18 05:05:20 +0100
committerAndrew Dolgov <[email protected]>2007-04-18 05:05:20 +0100
commit21f4756a3f2589c68c8f58fd6111678c0f8af04c (patch)
treea74a9c49b28a387227a7b2914abbbd985839b9a1 /modules/popup-dialog.php
parent9ef05ff3e10de252fd47edb764d4dd42bb7e7585 (diff)
add (disabled) remark about protected feeds in quickAddFeed dlg
Diffstat (limited to 'modules/popup-dialog.php')
-rw-r--r--modules/popup-dialog.php7
1 files changed, 7 insertions, 0 deletions
diff --git a/modules/popup-dialog.php b/modules/popup-dialog.php
index c9324144d..b69d36e2f 100644
--- a/modules/popup-dialog.php
+++ b/modules/popup-dialog.php
@@ -64,6 +64,13 @@
print "</td></tr>";
}
+/* print "<tr><td colspan='2'><div class='insensitive'>";
+
+ print __("Some feeds require authentication. If you subscribe to such
+ feed, you will have to enter your login and password in Feed Editor");
+
+ print "</div></td></tr>"; */
+
print "</table>";
print "</form>";