summaryrefslogtreecommitdiff
path: root/modules
diff options
context:
space:
mode:
authorChristian Weiske <[email protected]>2010-11-09 22:42:03 +0100
committerAndrew Dolgov <[email protected]>2010-11-10 07:16:45 +0300
commit5eeb387497a6a35115d41a20a9a9f8f82531975b (patch)
treedaf5e1a5767c9cabc6890b162ac9af21865c89d2 /modules
parent9a8ce9561dafe155f282ddb2e78d6a6730b8863a (diff)
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)
Diffstat (limited to 'modules')
-rw-r--r--modules/popup-dialog.php8
1 files changed, 8 insertions, 0 deletions
diff --git a/modules/popup-dialog.php b/modules/popup-dialog.php
index 28f954436..520c9f954 100644
--- a/modules/popup-dialog.php
+++ b/modules/popup-dialog.php
@@ -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>