Skip to content
Snippets Groups Projects
Commit a31d5cc1 authored by Charles Benke's avatar Charles Benke
Browse files

Update box_project.php

parent 8070030c
No related branches found
No related tags found
No related merge requests found
......@@ -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);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment