From: x2003bruneau Date: Sun, 4 Jun 2006 15:22:12 +0000 (+0000) Subject: Add text on button because "Submit query" is not User friendly X-Git-Url: http://git.polytechnique.org/?a=commitdiff_plain;h=bfa37959db4e0b4039c5c9175350841773533baa;p=banana.git Add text on button because "Submit query" is not User friendly Should banana be ported to english ? git-svn-id: svn+ssh://murphy/home/svn/banana/trunk@51 9869982d-c50d-0410-be91-f2a2ec7c7c7b --- diff --git a/banana/banana.inc.php.in b/banana/banana.inc.php.in index 7858929..4e5a875 100644 --- a/banana/banana.inc.php.in +++ b/banana/banana.inc.php.in @@ -326,7 +326,7 @@ class Banana $html .= ''; } $html .= ''; - $html .= ''; + $html .= ''; $html .= ''; return $html.$cuts; diff --git a/banana/groups.inc.php b/banana/groups.inc.php index 909783e..9c65478 100644 --- a/banana/groups.inc.php +++ b/banana/groups.inc.php @@ -125,8 +125,8 @@ class BananaGroups { $html .= ''; if ($show_form) { - return '
' - .$html.'
'; + return '
' + .$html.'
'; } return $html;