From c118d77f0625fa70fe3cdadb23bcbeea96a0768c Mon Sep 17 00:00:00 2001 From: Cash Costello Date: Sat, 20 Jun 2009 15:09:01 +0000 Subject: using built-in elgg checkbox view rather than custom --- views/default/input/cover_checkbox.php | 39 ---------------------------------- 1 file changed, 39 deletions(-) delete mode 100644 views/default/input/cover_checkbox.php (limited to 'views/default/input') diff --git a/views/default/input/cover_checkbox.php b/views/default/input/cover_checkbox.php deleted file mode 100644 index 04132661d..000000000 --- a/views/default/input/cover_checkbox.php +++ /dev/null @@ -1,39 +0,0 @@ - $option) { - - if ($option != $vars['value']) { - $selected = ""; - } else { - $selected = "checked = \"checked\""; - } - - $labelint = (int) $label; - if ("{$label}" == "{$labelint}") { - $label = $option; - } - - $disabled = ""; - if ($vars['disabled']) $disabled = ' disabled="yes" '; - echo "
"; - } - -?> \ No newline at end of file -- cgit v1.2.3