summaryrefslogtreecommitdiff
path: root/modules/popup-dialog.php
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2007-08-11 17:43:45 +0100
committerAndrew Dolgov <[email protected]>2007-08-11 17:43:45 +0100
commitb9073cd9801cecaa653bfefd7a8ccd7b39b21b76 (patch)
treee5224f7f9f1beb9fe3af30ebc4e78ceb9a512db5 /modules/popup-dialog.php
parent5f014cf1a70f6bd98626601098f437731f65430e (diff)
tweak quickAddFeed dialog
Diffstat (limited to 'modules/popup-dialog.php')
-rw-r--r--modules/popup-dialog.php18
1 files changed, 12 insertions, 6 deletions
diff --git a/modules/popup-dialog.php b/modules/popup-dialog.php
index 498514b08..518252a9f 100644
--- a/modules/popup-dialog.php
+++ b/modules/popup-dialog.php
@@ -81,11 +81,11 @@
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_prompt'><br/>
+ <a href='javascript:appearBlockElement(\"fadd_login_container\",
+ \"fadd_login_prompt\")'>".__('Click here if this feed requires authentication.')."</a></div>"; */
- print "<div id='fadd_login_container'>
+ print "<div id='fadd_login_container' style='display:none'>
<table width='100%'>
<tr><td>".__('Login:')."</td><td><input name='auth_login' class='iedit'></td></tr>
<tr><td>".__('Password:')."</td><td><input type='password'
@@ -95,13 +95,19 @@
print "</form>";
- print "<div align='right'>
+ print "<div style='float : right'>
<input class=\"button\"
id=\"fadd_submit_btn\" disabled=\"true\"
type=\"submit\" onclick=\"return qaddFeed()\" value=\"".__('Subscribe')."\">
<input class=\"button\"
type=\"submit\" onclick=\"return closeInfoBox()\"
- value=\"".__('Cancel')."\"></div>";
+ value=\"".__('Cancel')."\"></div>
+
+ <div>
+ <input type=\"checkbox\" id=\"fadd_login_check\"
+ onclick='checkboxToggleElement(this, \"fadd_login_container\")'>
+ <label for=\"fadd_login_check\">".
+ __('This feed requires authentication.')."</div>";
return;
}