From d10fabe4013c334b24afa0c6a2ea71e9db2c660b Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Thu, 29 Dec 2005 18:38:24 +0100 Subject: [PATCH] fix assorted incorrect labels, unify button placement (cancel action at right, perform action at left) --- backend.php | 28 ++++++++++++++-------------- 1 file changed, 14 insertions(+), 14 deletions(-) diff --git a/backend.php b/backend.php index 925970fc9..467d1af0e 100644 --- a/backend.php +++ b/backend.php @@ -1542,10 +1542,10 @@ print ""; print "
-
"; + onclick=\"feedBrowserSubscribe()\" value=\"Subscribe\"> + "; print ""; return; @@ -1692,10 +1692,10 @@ print ""; print "
-
"; + onclick=\"feedEditSave()\" value=\"Save\"> + "; return; } @@ -2577,11 +2577,11 @@ print "

"; if ($subop == "edit") { - print "Edit feed: + print "Edit filter: + onclick=\"javascript:filterEditSave()\" value=\"Save\"> "; + onclick=\"javascript:filterEditCancel()\" value=\"Cancel\">"; } else { @@ -2815,9 +2815,9 @@ + onclick=\"javascript:labelEditSave()\" value=\"Save\"> "; + onclick=\"javascript:labelEditCancel()\" value=\"Cancel\">"; } else { @@ -3631,11 +3631,11 @@ print "

"; if ($subop == "edit") { - print "Edit label: + print "Edit user: + onclick=\"javascript:userEditSave()\" value=\"Save\"> "; + onclick=\"javascript:userEditCancel()\" value=\"Cancel\">"; } else {