From b8a00eb11c817edcea1d4148f2675e69a1db5805 Mon Sep 17 00:00:00 2001 From: marcus Date: Sun, 7 Sep 2008 12:45:22 +0000 Subject: Fixes 334: Radio buttons were part of the problem, label and option were the wrong way round (compare with input/checkboxes). Second part of the problem was actually with views/default/notifications/settings/usersettings.php, where the value of the field was incorrectly being extracted from the settings array. Thanks for the spot! git-svn-id: https://code.elgg.org/elgg/trunk@2058 36083f99-b078-4883-b0ff-0f9b5a30f544 --- views/default/input/checkboxes.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'views/default/input/checkboxes.php') diff --git a/views/default/input/checkboxes.php b/views/default/input/checkboxes.php index ff3ab8523..2b9970aaa 100644 --- a/views/default/input/checkboxes.php +++ b/views/default/input/checkboxes.php @@ -14,7 +14,7 @@ * @uses $vars['value'] The current value, if any * @uses $vars['js'] Any Javascript to enter into the input tag * @uses $vars['internalname'] The name of the input field - * @uses $vars['options'] An array of strings representing the options for the checkbox field + * @uses $vars['options'] An array of strings representing the label => options for the checkbox field * */ -- cgit v1.2.3