1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2025-12-22 15:21:28 +00:00

quick feed add dialog + related interface tweaks

This commit is contained in:
Andrew Dolgov
2005-10-28 06:38:06 +01:00
parent e3d620d51f
commit e2f8f7b47a
3 changed files with 77 additions and 15 deletions

View File

@@ -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>