summaryrefslogtreecommitdiff
path: root/tt-rss.php
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2005-10-28 06:38:06 +0100
committerAndrew Dolgov <[email protected]>2005-10-28 06:38:06 +0100
commite2f8f7b47abc461df45b017211cc9af26af7abf8 (patch)
tree96d619f33644c182895b5476c535122529384fb8 /tt-rss.php
parente3d620d51ff779027bd724472ed5333d906b6167 (diff)
quick feed add dialog + related interface tweaks
Diffstat (limited to 'tt-rss.php')
-rw-r--r--tt-rss.php16
1 files changed, 14 insertions, 2 deletions
diff --git a/tt-rss.php b/tt-rss.php
index 018ab8659..cf11e564d 100644
--- a/tt-rss.php
+++ b/tt-rss.php
@@ -43,6 +43,14 @@
<div id="notify"><span id="notify_body"></div>
</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>
</td>
</tr>
<? } ?>
@@ -135,8 +143,12 @@
</td>
<td align="right">
- <input type="submit" onclick="gotoPreferences()"
- class="button" value="Preferences"></td>
+ <select id="quickMenuChooser">
+ <option selected>Preferences</option>
+ <option>Add new feed</option>
+ <!-- <option>Edit this feed</option> -->
+ </select>
+ <input type="submit" class="button" onclick="quickMenuGo()" value="Go">
</td>
</tr>
</table>