Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
mahara
mahara
Commits
3af3e37e
Commit
3af3e37e
authored
Nov 08, 2006
by
Nigel McNie
Committed by
Nigel McNie
Nov 08, 2006
Browse files
No labels for radios.
parent
c49d0242
Changes
1
Hide whitespace changes
Inline
Side-by-side
htdocs/lib/form/elements/radio.php
View file @
3af3e37e
...
...
@@ -54,4 +54,9 @@ function form_render_radio($element, Form $form) {
return
$result
;
}
function
form_render_radio_set_attributes
(
$element
)
{
$element
[
'nolabel'
]
=
true
;
return
$element
;
}
?>
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment