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:
committed by
Andrew Dolgov
parent
9a8ce9561d
commit
5eeb387497
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user