New: Debug the MAIN_SHOW_LOGO feature so that now it is no more a hidden feature but a standard feature.

This commit is contained in:
Laurent Destailleur
2010-01-13 11:22:26 +00:00
parent d0efa945d8
commit 8a4aa74b42
9 changed files with 134 additions and 66 deletions

View File

@@ -2664,10 +2664,11 @@ class Form
/**
* \brief Selection de oui/non en chaine (renvoie yes/no)
* \param name Nom du select
* \param value Valeur pre-selectionnee
* \param option 0 retourne yes/no, 1 retourne 1/0
* \brief Return an html string with a select combo box to choose yes or no
* \param name Name of html select field
* \param value Pre-selected value
* \param option 0 return yes/no, 1 return 1/0
* \return int or string See option
*/
function selectyesno($htmlname,$value='',$option=0)
{