summaryrefslogtreecommitdiff
path: root/backend.php
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2005-10-28 06:59:29 +0100
committerAndrew Dolgov <[email protected]>2005-10-28 06:59:29 +0100
commitf84a97a31bd588bcf70fc71dbed27aca46d60b66 (patch)
treeec72878e916aa4348893b76cce2fff9dcc808198 /backend.php
parente2f8f7b47abc461df45b017211cc9af26af7abf8 (diff)
generic popup user dialog mechanism
Diffstat (limited to 'backend.php')
-rw-r--r--backend.php13
1 files changed, 13 insertions, 0 deletions
diff --git a/backend.php b/backend.php
index 378b645f8..6937a9af4 100644
--- a/backend.php
+++ b/backend.php
@@ -1315,6 +1315,19 @@
}
+ if ($op == "dlg") {
+ $id = $_GET["id"];
+
+ if ($id == "quickAddFeed") {
+ print "Feed URL: <input id=\"qafInput\">
+ <input class=\"button\"
+ type=\"submit\" onclick=\"javascript:qafAdd()\" value=\"Add feed\">
+ <input class=\"button\"
+ type=\"submit\" onclick=\"javascript:closeDlg()\"
+ value=\"Cancel\">";
+ }
+ }
+
db_close($link);
?>