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
a31d5cc1
Commit
a31d5cc1
authored
10 years ago
by
Charles Benke
Browse files
Options
Downloads
Patches
Plain Diff
Update box_project.php
parent
8070030c
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/boxes/box_project.php
+9
-2
9 additions, 2 deletions
htdocs/core/boxes/box_project.php
with
9 additions
and
2 deletions
htdocs/core/boxes/box_project.php
+
9
−
2
View file @
a31d5cc1
...
...
@@ -28,7 +28,6 @@ include_once(DOL_DOCUMENT_ROOT."/core/boxes/modules_boxes.php");
*/
class
box_project
extends
ModeleBoxes
{
var
$boxcode
=
"project"
;
var
$boximg
=
"object_projectpub"
;
var
$boxlabel
;
...
...
@@ -52,7 +51,8 @@ class box_project extends ModeleBoxes
}
/**
* \brief Charge les donnees en memoire pour affichage ulterieur
* Load data for box to show them later
*
* @param int $max Maximum number of records to load
* @return void
*/
...
...
@@ -143,6 +143,13 @@ class box_project extends ModeleBoxes
}
/**
* Method to show box
*
* @param array $head Array with properties of box title
* @param array $contents Array with properties of box lines
* @return void
*/
function
showBox
(
$head
=
null
,
$contents
=
null
)
{
parent
::
showBox
(
$this
->
info_box_head
,
$this
->
info_box_contents
);
...
...
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