2010-08-19 Miguel de Dios <miguel.dedios@artica.es>

* include/functions_html.php: fixed the function "print_checkbox_extended"
	this function didn't use the parameter $atributes, now yes.



git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@3162 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
This commit is contained in:
mdtrooper 2010-08-19 14:57:31 +00:00
parent c4715cec0c
commit c5d947a7b1
2 changed files with 6 additions and 0 deletions

View File

@ -1,3 +1,8 @@
2010-08-19 Miguel de Dios <miguel.dedios@artica.es>
* include/functions_html.php: fixed the function "print_checkbox_extended"
this function didn't use the parameter $atributes, now yes.
2010-08-19 Sergio Martin <sergio.martin@artica.es>
* godmode/agentes/module_manager.php: Change the use of

View File

@ -1012,6 +1012,7 @@ function print_checkbox_extended ($name, $value, $checked, $disabled, $script, $
$output .= ' disabled="disabled"';
}
$output .= ' ' . $attributes ;
$output .= ' />';
$output .= "\n";