$param = $_GET["param"];
if ($id == "quickAddFeed") {
- print "Feed URL: <input
+ print "
+ Feed URL: <input
onblur=\"javascript:enableHotkeys()\" onfocus=\"javascript:disableHotkeys()\"
id=\"qafInput\">
<input class=\"button\"
$f_title = db_fetch_result($result, 0, "title");
- print "Remove current feed ($f_title)?
+ print "Remove current feed (<b>$f_title</b>)?
<input class=\"button\"
type=\"submit\" onclick=\"javascript:qfdDelete($param)\" value=\"Remove\">
<input class=\"button\"
border : 1px solid #f0f0f0;
}
+#userDlgShadow {
+ z-index : 3;
+ position : absolute;
+ left : 30%;
+ top : 30%;
+ display : none;
+ background-image : url("images/shadow.png");
+}
+
+#userDlg {
+ background : #fffff0;
+ position : relative;
+ bottom : 2px;
+ right : 2px;
+ padding : 15px;
+ border : 1px solid #c0c0c0;
+}
+
+#qafInput {
+ width : 300px;
+}
+
+
#infoBox {
border : 1px solid #c0c0c0;
padding-bottom : 10px;
background : #f0f0f0;
}
-#userDlg {
- left : 400px;
- top : 18px;
- background : #fffff0;
- z-index : 3;
- position : absolute;
- border : 1px solid #c0c0c0;
- padding : 10px;
- display : none;
-}
-
-#qafInput {
- width : 300px;
-}
-
input.extSearch {
width : 200px;
}
function dialog_refresh_callback() {
if (xmlhttp.readyState == 4) {
var dlg = document.getElementById("userDlg");
+ var dlg_s = document.getElementById("userDlgShadow");
dlg.innerHTML = xmlhttp.responseText;
- dlg.style.display = "block";
+ dlg_s.style.display = "block";
}
}
}
function closeDlg() {
- var dlg = document.getElementById("userDlg");
+ var dlg = document.getElementById("userDlgShadow");
dlg.style.display = "none";
}
<div id="notify"><span id="notify_body"></div>
</td>
- <div id="userDlg"> </div>
+ <div id="userDlgShadow"><div id="userDlg"> </div></div>
</tr><tr><td class="welcomePrompt">
<? if (!SINGLE_USER_MODE) { ?>
</td>
</tr>
<? } else { ?>
- <div id="userDlg"> </div>
+ <div id="userDlgShadow"><div id="userDlg"> </div></div>
<? } ?>
<tr>
<td valign="top" rowspan="3" class="feeds">