From 0a329c8a51af98bbcd9b3bb2531f7935f47a76f7 Mon Sep 17 00:00:00 2001 From: Robert Sesek Date: Fri, 25 Nov 2005 05:42:46 +0000 Subject: [PATCH] r584: Navigation "Go" button should be styled --- includes/adminfunctions.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/includes/adminfunctions.php b/includes/adminfunctions.php index 445d86f..13190e9 100755 --- a/includes/adminfunctions.php +++ b/includes/adminfunctions.php @@ -103,7 +103,7 @@ EOD; echo "\n\t\t"; } echo "\n\t\t"; - echo "\n\t\tlang->string('Go') . " \" />"; + echo "\n\t\tlang->string('Go') . " \" class=\"button\" />"; echo "\n\t"; echo "\n"; } -- 2.22.5