summaryrefslogtreecommitdiff
path: root/backend.php
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2005-11-27 11:48:07 +0100
committerAndrew Dolgov <[email protected]>2005-11-27 11:48:07 +0100
commit76332f3c90a276f8ffb20a5f55d573542c85700f (patch)
treeac24502df71a3da4903e40c60bbda92ae7b99828 /backend.php
parentb2e9654e836f79f86dc5dfc93cf1f2327a278916 (diff)
add shadow to userDlg
Diffstat (limited to 'backend.php')
-rw-r--r--backend.php5
1 files changed, 3 insertions, 2 deletions
diff --git a/backend.php b/backend.php
index f8b5c7034..1ffa40863 100644
--- a/backend.php
+++ b/backend.php
@@ -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\"