1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2026-02-10 16:01:33 +00:00

add shadow to userDlg

This commit is contained in:
Andrew Dolgov
2005-11-27 11:48:07 +01:00
parent b2e9654e83
commit 76332f3c90
4 changed files with 31 additions and 21 deletions

View File

@@ -2099,7 +2099,8 @@
$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\"
@@ -2119,7 +2120,7 @@
$f_title = db_fetch_result($result, 0, "title");
print "Remove current feed ($f_title)?&nbsp;
print "Remove current feed (<b>$f_title</b>)?&nbsp;
<input class=\"button\"
type=\"submit\" onclick=\"javascript:qfdDelete($param)\" value=\"Remove\">
<input class=\"button\"