From 947eda7867df1f4846f18fc0326ff0ed20626c34 Mon Sep 17 00:00:00 2001 From: cash Date: Wed, 29 Dec 2010 23:54:04 +0000 Subject: stage 1 in moving the forms markup to elgg- namespaced css - buttons still need work git-svn-id: http://code.elgg.org/elgg/trunk@7763 36083f99-b078-4883-b0ff-0f9b5a30f544 --- views/default/input/email.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'views/default/input/email.php') diff --git a/views/default/input/email.php b/views/default/input/email.php index c973ff7e4..577cfbbdb 100644 --- a/views/default/input/email.php +++ b/views/default/input/email.php @@ -8,7 +8,7 @@ */ $defaults = array( - 'class' => 'input-text', //@todo input-email? + 'class' => 'elgg-input-email', 'disabled' => FALSE, ); -- cgit v1.2.3