Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
D
dolibarr
Manage
Activity
Members
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Container Registry
Model registry
Analyze
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Software_Artifact_Infrastructure_Repository
dolibarr
Commits
14690cb9
Commit
14690cb9
authored
13 years ago
by
Laurent Destailleur
Browse files
Options
Downloads
Patches
Plain Diff
Doxygen
parent
4f36d348
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
htdocs/core/class/html.formadmin.class.php
+22
-16
22 additions, 16 deletions
htdocs/core/class/html.formadmin.class.php
with
22 additions
and
16 deletions
htdocs/core/class/html.formadmin.class.php
+
22
−
16
View file @
14690cb9
...
...
@@ -49,12 +49,13 @@ class FormAdmin
/**
* Output list with available languages
*
* @deprecated Use select_language instead
* @param selected Langue pre-selectionnee
* @param htmlname Nom de la zone select
* @param showauto Affiche choix auto
* @param filter Array of keys to exclude in list
* @param showempty Add empty value
* @param string $selected Langue pre-selectionnee
* @param string $htmlname Nom de la zone select
* @param int $showauto Affiche choix auto
* @param int $filter Array of keys to exclude in list
* @param int $showempty Add empty value
* @return void
* @deprecated Use select_language instead
*/
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, ...)
* @param selected Preselected menu value
* @param htmlname Name of html select
* @param dirmenu Directory to scan or array of directories to scan
* @param moreattrib More attributes on html select tag
*
* @param string $selected Preselected menu value
* @param string $htmlname Name of html select
* @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
;
...
...
@@ -210,8 +213,9 @@ class FormAdmin
* @param string $selected Menu pre-selected
* @param string $htmlname Name of html select
* @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
;
...
...
@@ -275,11 +279,13 @@ class FormAdmin
/**
* \brief Retourne la liste deroulante des menus disponibles (eldy)
* \param selected Menu pre-selectionnee
* \param htmlname Nom de la zone select
* Retourne la liste deroulante des menus disponibles (eldy)
*
* @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
;
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment