From 0567413c85cc1ff629df4a2bbbc0e2185afeb6e3 Mon Sep 17 00:00:00 2001 From: Dries Buytaert Date: Fri, 11 Jan 2002 21:19:54 +0000 Subject: - Added a "title"-attribute to the "register" link and translated the "Rembember me" checkbox. --- includes/theme.inc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'includes') diff --git a/includes/theme.inc b/includes/theme.inc index 29ee3d8a6..913731c77 100644 --- a/includes/theme.inc +++ b/includes/theme.inc @@ -52,8 +52,9 @@ class BaseTheme { $output .= "
\n"; $output .= " ". t("Username") .":

\n"; $output .= " ". t("Password") .":

\n"; + $output .= form_checkbox(t("Remember me"), "remember_me", 1, 0); $output .= "
\n"; - if (variable_get("account_register", 1)) $output .= " ". t("REGISTER") ."\n"; + if (variable_get("account_register", 1)) $output .= " ". t("REGISTER") ."\n"; $output .= "

\n"; $output .= "\n"; -- cgit v1.2.3