This commit is contained in:
Laurent Destailleur 2012-01-22 02:49:47 +01:00
parent 4f36d348ef
commit 14690cb9dd

View File

@ -49,12 +49,13 @@ class FormAdmin
/** /**
* Output list with available languages * Output list with available languages
* *
* @deprecated Use select_language instead * @param string $selected Langue pre-selectionnee
* @param selected Langue pre-selectionnee * @param string $htmlname Nom de la zone select
* @param htmlname Nom de la zone select * @param int $showauto Affiche choix auto
* @param showauto Affiche choix auto * @param int $filter Array of keys to exclude in list
* @param filter Array of keys to exclude in list * @param int $showempty Add empty value
* @param showempty Add empty value * @return void
* @deprecated Use select_language instead
*/ */
function select_lang($selected='',$htmlname='lang_id',$showauto=0,$filter=0,$showempty=0) function select_lang($selected='',$htmlname='lang_id',$showauto=0,$filter=0,$showempty=0)
{ {
@ -126,12 +127,14 @@ class FormAdmin
/** /**
* Return list of available menus (eldy_backoffice, ...) * Return list of available menus (eldy_backoffice, ...)
* @param selected Preselected menu value *
* @param htmlname Name of html select * @param string $selected Preselected menu value
* @param dirmenu Directory to scan or array of directories to scan * @param string $htmlname Name of html select
* @param moreattrib More attributes on html select tag * @param string $dirmenu Directory to scan or array of directories to scan
* @param string $moreattrib More attributes on html select tag
* @return void
*/ */
function select_menu($selected='', $htmlname, $dirmenu, $moreattrib='') function select_menu($selected, $htmlname, $dirmenu, $moreattrib='')
{ {
global $langs,$conf; global $langs,$conf;
@ -210,8 +213,9 @@ class FormAdmin
* @param string $selected Menu pre-selected * @param string $selected Menu pre-selected
* @param string $htmlname Name of html select * @param string $htmlname Name of html select
* @param string $dirmenuarray Directories to scan * @param string $dirmenuarray Directories to scan
* @return void
*/ */
function select_menu_families($selected='',$htmlname,$dirmenuarray) function select_menu_families($selected, $htmlname, $dirmenuarray)
{ {
global $langs,$conf; global $langs,$conf;
@ -275,11 +279,13 @@ class FormAdmin
/** /**
* \brief Retourne la liste deroulante des menus disponibles (eldy) * Retourne la liste deroulante des menus disponibles (eldy)
* \param selected Menu pre-selectionnee *
* \param htmlname Nom de la zone select * @param string $selected Menu pre-selectionnee
* @param string $htmlname Nom de la zone select
* @return void
*/ */
function select_timezone($selected='',$htmlname) function select_timezone($selected,$htmlname)
{ {
global $langs,$conf; global $langs,$conf;