summaryrefslogtreecommitdiff
path: root/modules/popup-dialog.php
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2007-04-25 16:00:08 +0100
committerAndrew Dolgov <[email protected]>2007-04-25 16:00:08 +0100
commitf27de5153111f07ecfa6204baa2b77c93b48a09d (patch)
treea6e606e9458ef6c5915fb060c153beebc02c27d3 /modules/popup-dialog.php
parentbce7001fd1f1c2f105e7ebe9d1b533cf553bb3c5 (diff)
add auth support to subscribe-to-feed dialog
Diffstat (limited to 'modules/popup-dialog.php')
-rw-r--r--modules/popup-dialog.php13
1 files changed, 13 insertions, 0 deletions
diff --git a/modules/popup-dialog.php b/modules/popup-dialog.php
index b69d36e2f..7eab1bae7 100644
--- a/modules/popup-dialog.php
+++ b/modules/popup-dialog.php
@@ -72,6 +72,19 @@
print "</div></td></tr>"; */
print "</table>";
+
+ print "<div id='fadd_login_prompt'><br/>
+ <a href='javascript:showBlockElement(\"fadd_login_container\",
+ \"fadd_login_prompt\")'>Click here if this feed requires authentication.</a></div>";
+
+ print "<div id='fadd_login_container'>
+ <table width='100%'>
+ <tr><td>Login:</td><td><input name='auth_login' class='iedit'></td></tr>
+ <tr><td>Password:</td><td><input type='password'
+ name='auth_pass' class='iedit'></td></tr>
+ </table>
+ </div>";
+
print "</form>";
print "<div align='right'>