summaryrefslogtreecommitdiff
path: root/tt-rss.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 /tt-rss.php
parente2f8f7b47abc461df45b017211cc9af26af7abf8 (diff)
generic popup user dialog mechanism
Diffstat (limited to 'tt-rss.php')
-rw-r--r--tt-rss.php9
1 files changed, 2 insertions, 7 deletions
diff --git a/tt-rss.php b/tt-rss.php
index cf11e564d..6fc00c556 100644
--- a/tt-rss.php
+++ b/tt-rss.php
@@ -44,13 +44,8 @@
</td>
</tr></table>
- <div id="qafDialog">
- Feed URL: <input id="qafInput">
- <input class="button"
- type="submit" onclick="javascript:qafAdd()" value="Add feed">
- <input class="button"
- type="submit" onclick="javascript:cancelDialog(this)" value="Cancel">
- </div>
+ <div id="userDlg">&nbsp;</div>
+
</td>
</tr>
<? } ?>