From 2d391bba1a069080c1ad32c0daf4eba714a171f0 Mon Sep 17 00:00:00 2001 From: pete Date: Thu, 4 Mar 2010 12:28:09 +0000 Subject: Interface updates to js, and login, register, lost password git-svn-id: http://code.elgg.org/elgg/trunk@5281 36083f99-b078-4883-b0ff-0f9b5a30f544 --- views/default/input/form.php | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'views/default/input') diff --git a/views/default/input/form.php b/views/default/input/form.php index 945d74d20..af5ffe0e2 100644 --- a/views/default/input/form.php +++ b/views/default/input/form.php @@ -42,6 +42,11 @@ if (isset($vars['method'])) { } else { $method = 'POST'; } +if (isset($vars['class'])) { + $class = $vars['class']; +} else { + $class = ''; +} $method = strtolower($method); @@ -51,7 +56,7 @@ if (!isset($vars['disable_security']) || $vars['disable_security'] != true) { $security_header = elgg_view('input/securitytoken'); } ?> -
id="" name="" action="" method="" > +id="" name="" action="" method="" class="">
\ No newline at end of file -- cgit v1.2.3