1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2026-02-10 16:01:33 +00:00

Implement the last part of #276: show the list of available feeds in the frontend and let the user select one of them (refs #276)

This commit is contained in:
Christian Weiske
2010-11-09 22:42:03 +01:00
committed by Andrew Dolgov
parent 9a8ce9561d
commit 5eeb387497
2 changed files with 31 additions and 1 deletions
+8
View File
@@ -263,6 +263,14 @@
print "</div>";
print '<div id="fadd_feeds_container" style="display:none">
<div class="dlgSec">' . __('Available feeds') . '</div>
<div class="dlgSecCont">'
. ' <select name="feed" id="faad_feeds_container_select" size="3"></select>'
. '</div></div>';
print "<div id='fadd_login_container' style='display:none'>
<div class=\"dlgSec\">".__("Authentication")."</div>