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/checkboxes.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'views/installation/input/checkboxes.php') diff --git a/views/installation/input/checkboxes.php b/views/installation/input/checkboxes.php index d4e1b494d..04533f6f5 100644 --- a/views/installation/input/checkboxes.php +++ b/views/installation/input/checkboxes.php @@ -15,7 +15,7 @@ $class = $vars['class']; if (!$class) { - $class = "input-checkboxes"; + $class = "elgg-input-checkboxes"; } foreach($vars['options'] as $label => $option) { -- cgit v1.2.3