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:
13
backend.php
13
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);
|
||||
?>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user