1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2025-12-22 09:11:29 +00:00

generic popup user dialog mechanism

This commit is contained in:
Andrew Dolgov
2005-10-28 06:59:29 +01:00
parent e2f8f7b47a
commit f84a97a31b
5 changed files with 39 additions and 19 deletions

View File

@@ -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);
?>