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/installation/input/access.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'views/installation/input/access.php') diff --git a/views/installation/input/access.php b/views/installation/input/access.php index 51b8dfa00..3accdaf0c 100644 --- a/views/installation/input/access.php +++ b/views/installation/input/access.php @@ -16,7 +16,7 @@ if (isset($vars['class'])) { $class = $vars['class']; } if (!$class) { - $class = "input-access"; + $class = "elgg-input-access"; } if ((!isset($vars['options'])) || (!is_array($vars['options']))) { -- cgit v1.2.3