From 6bb8ac44e5ba0b02e5ee43b5c62e1e42789e739b Mon Sep 17 00:00:00 2001 From: marcus Date: Fri, 15 Aug 2008 10:46:20 +0000 Subject: Refs #249 git-svn-id: https://code.elgg.org/elgg/trunk@1930 36083f99-b078-4883-b0ff-0f9b5a30f544 --- views/default/input/checkboxes.php | 1 + 1 file changed, 1 insertion(+) (limited to 'views/default/input') diff --git a/views/default/input/checkboxes.php b/views/default/input/checkboxes.php index f45f37583..ff3ab8523 100644 --- a/views/default/input/checkboxes.php +++ b/views/default/input/checkboxes.php @@ -41,6 +41,7 @@ $label = $option; } + $disabled = ""; if ($vars['disabled']) $disabled = ' disabled="yes" '; echo "
"; } -- cgit v1.2.3