mirror of
https://github.com/Dolibarr/dolibarr.git
synced 2026-02-07 16:41:48 +01:00
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:
@@ -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)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user