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
693deca8
Commit
693deca8
authored
12 years ago
by
Laurent Destailleur
Browse files
Options
Downloads
Patches
Plain Diff
Fix: doxygen
parent
1755c342
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.form.class.php
+9
-7
9 additions, 7 deletions
htdocs/core/class/html.form.class.php
with
9 additions
and
7 deletions
htdocs/core/class/html.form.class.php
+
9
−
7
View file @
693deca8
...
...
@@ -3561,18 +3561,20 @@ class Form
* To add a particular filter on select, you must set $object->next_prev_filter to SQL criteria.
*
* @param Object $object Object to show
* @param
int
$paramid Name of parameter to use to name the id into the URL link
* @param
string $morehtml More html content to output just before the nav bar
* @param
string
$paramid Name of parameter to use to name the id into the URL link
* @param string $morehtml More html content to output just before the nav bar
* @param int $shownav Show Condition (navigation is shown if value is 1)
* @param
int
$fieldid Nom du champ en base a utiliser pour select next et previous
* @param
string $fieldref Nom du champ objet ref (object->ref) a utiliser pour select next et previous
* @param
string $morehtmlref Code html supplementaire a afficher apres ref
* @param
string $moreparam More param to add in nav link url.
* @return
tring Portion HTML avec ref + boutons nav
* @param
string
$fieldid Nom du champ en base a utiliser pour select next et previous
* @param string $fieldref Nom du champ objet ref (object->ref) a utiliser pour select next et previous
* @param string $morehtmlref Code html supplementaire a afficher apres ref
* @param string $moreparam More param to add in nav link url.
* @return tring Portion HTML avec ref + boutons nav
*/
function
showrefnav
(
$object
,
$paramid
,
$morehtml
=
''
,
$shownav
=
1
,
$fieldid
=
'rowid'
,
$fieldref
=
'ref'
,
$morehtmlref
=
''
,
$moreparam
=
''
)
{
$ret
=
''
;
if
(
empty
(
$fieldid
))
$fieldid
=
'rowid'
;
if
(
empty
(
$fieldref
))
$fieldref
=
'ref'
;
//print "paramid=$paramid,morehtml=$morehtml,shownav=$shownav,$fieldid,$fieldref,$morehtmlref,$moreparam";
$object
->
load_previous_next_ref
((
isset
(
$object
->
next_prev_filter
)
?
$object
->
next_prev_filter
:
''
),
$fieldid
);
...
...
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