This commit is contained in:
aspangaro 2014-08-30 05:30:37 +02:00
parent cd5d3f5368
commit b25db97c28
21 changed files with 30 additions and 30 deletions

View File

@ -508,7 +508,7 @@ function dolibarr_set_const($db, $name, $value, $type='chaine', $visible=0, $not
/**
* Prepare array with list of tabs
*
* @return array Array of tabs to shoc
* @return array Array of tabs to show
*/
function security_prepare_head()
{

View File

@ -360,7 +360,7 @@ function show_array_last_actions_done($max=5)
/**
* Prepare array with list of tabs
*
* @return array Array of tabs to shoc
* @return array Array of tabs to show
*/
function agenda_prepare_head()
{
@ -405,7 +405,7 @@ function agenda_prepare_head()
* Prepare array with list of tabs
*
* @param object $object Object related to tabs
* @return array Array of tabs to shoc
* @return array Array of tabs to show
*/
function actions_prepare_head($object)
{

View File

@ -28,7 +28,7 @@
* Prepare array with list of tabs
*
* @param Object $object Object related to tabs
* @return array Array of tabs to shoc
* @return array Array of tabs to show
*/
function bank_prepare_head($object)
{

View File

@ -27,7 +27,7 @@
*
* @param Object $object Object related to tabs
* @param string $type Type of category
* @return array Array of tabs to shoc
* @return array Array of tabs to show
*/
function categories_prepare_head($object,$type)
{

View File

@ -26,7 +26,7 @@
* Prepare array with list of tabs
*
* @param Object $object Object related to tabs
* @return array Array of tabs to shoc
* @return array Array of tabs to show
*/
function contact_prepare_head($object)
{

View File

@ -26,7 +26,7 @@
* Prepare array with list of tabs
*
* @param Object $object Object related to tabs
* @return array Array of tabs to shoc
* @return array Array of tabs to show
*/
function contract_prepare_head($object)
{

View File

@ -27,7 +27,7 @@
* Prepare array with list of different ecm main dashboard
*
* @param object $object Object related to tabs
* @return array Array of tabs to shoc
* @return array Array of tabs to show
*/
function ecm_prepare_dasboard_head($object)
{
@ -64,7 +64,7 @@ function ecm_prepare_dasboard_head($object)
* Prepare array with list of tabs
*
* @param object $object Object related to tabs
* @return array Array of tabs to shoc
* @return array Array of tabs to show
*/
function ecm_prepare_head($object)
{
@ -84,7 +84,7 @@ function ecm_prepare_head($object)
* Prepare array with list of tabs
*
* @param Object $object Object related to tabs
* @return array Array of tabs to shoc
* @return array Array of tabs to show
*/
function ecm_file_prepare_head($object)
{
@ -104,7 +104,7 @@ function ecm_file_prepare_head($object)
* Prepare array with list of tabs
*
* @param object $object Object related to tabs
* @return array Array of tabs to shoc
* @return array Array of tabs to show
*/
function ecm_prepare_head_fm($object)
{

View File

@ -25,7 +25,7 @@
* Prepare array with list of tabs
*
* @param Object $object Object related to tabs
* @return array Array of tabs to shoc
* @return array Array of tabs to show
*/
function emailing_prepare_head($object)
{

View File

@ -28,7 +28,7 @@
* Prepare array with list of tabs
*
* @param Object $object Object related to tabs
* @return array Array of tabs to shoc
* @return array Array of tabs to show
*/
function fichinter_prepare_head($object)
{

View File

@ -25,7 +25,7 @@
* Prepare array with list of tabs
*
* @param Object $object Object related to tabs
* @return array Array of tabs to shoc
* @return array Array of tabs to show
*/
function fiscalyear_prepare_head($object)
{

View File

@ -29,7 +29,7 @@
* Prepare array with list of tabs
*
* @param Object $object Object related to tabs
* @return array Array of tabs to shoc
* @return array Array of tabs to show
*/
function facturefourn_prepare_head($object)
{
@ -92,7 +92,7 @@ function facturefourn_prepare_head($object)
* Prepare array with list of tabs
*
* @param Object $object Object related to tabs
* @return array Array of tabs to shoc
* @return array Array of tabs to show
*/
function ordersupplier_prepare_head($object)
{

View File

@ -29,7 +29,7 @@
* Prepare array with list of tabs
*
* @param Object $object Object related to tabs
* @return array Array of tabs to shoc
* @return array Array of tabs to show
*/
function commande_prepare_head($object)
{

View File

@ -29,7 +29,7 @@
* Prepare array with list of tabs
*
* @param Object $object Object related to tabs
* @return array Array of tabs to shoc
* @return array Array of tabs to show
*/
function prelevement_prepare_head($object)
{

View File

@ -29,7 +29,7 @@
*
* @param Object $object Object related to tabs
* @param User $user Object user
* @return array Array of tabs to shoc
* @return array Array of tabs to show
*/
function product_prepare_head($object, $user)
{

View File

@ -30,7 +30,7 @@ require_once DOL_DOCUMENT_ROOT.'/projet/class/project.class.php';
* Prepare array with list of tabs
*
* @param Object $object Object related to tabs
* @return array Array of tabs to shoc
* @return array Array of tabs to show
*/
function project_prepare_head($object)
{
@ -113,7 +113,7 @@ function project_prepare_head($object)
* Prepare array with list of tabs
*
* @param Object $object Object related to tabs
* @return array Array of tabs to shoc
* @return array Array of tabs to show
*/
function task_prepare_head($object)
{
@ -170,7 +170,7 @@ function task_prepare_head($object)
/**
* Prepare array with list of tabs
*
* @return array Array of tabs to shoc
* @return array Array of tabs to show
*/
function project_admin_prepare_head()
{

View File

@ -27,7 +27,7 @@
* Prepare array with list of tabs
*
* @param object $object Object related to tabs
* @return array Array of tabs to shoc
* @return array Array of tabs to show
*/
function propal_prepare_head($object)
{

View File

@ -29,7 +29,7 @@ require_once DOL_DOCUMENT_ROOT.'/expedition/class/expedition.class.php';
* Prepare array with list of tabs
*
* @param Object $object Object related to tabs
* @return array Array of tabs to shoc
* @return array Array of tabs to show
*/
function shipping_prepare_head($object)
{
@ -85,7 +85,7 @@ function shipping_prepare_head($object)
* Prepare array with list of tabs
*
* @param Object $object Object related to tabs
* @return array Array of tabs to shoc
* @return array Array of tabs to show
*/
function delivery_prepare_head($object)
{

View File

@ -25,7 +25,7 @@
* Prepare array with list of tabs
*
* @param Object $object Object related to tabs
* @return array Array of tabs to shoc
* @return array Array of tabs to show
*/
function stock_prepare_head($object)
{

View File

@ -29,7 +29,7 @@
* Prepare array with list of tabs
*
* @param Object $object Object related to tabs
* @return array Array of tabs to shoc
* @return array Array of tabs to show
*/
function tax_prepare_head($object)
{

View File

@ -25,7 +25,7 @@
* Prepare array with list of tabs
*
* @param Object $object Object related to tabs
* @return array Array of tabs to shoc
* @return array Array of tabs to show
*/
function trip_prepare_head($object)
{

View File

@ -27,7 +27,7 @@
* Prepare array with list of tabs
*
* @param Object $object Object related to tabs
* @return array Array of tabs to shoc
* @return array Array of tabs to show
*/
function user_prepare_head($object)
{
@ -178,7 +178,7 @@ function group_prepare_head($object)
/**
* Prepare array with list of tabs
*
* @return array Array of tabs to shoc
* @return array Array of tabs to show
*/
function user_admin_prepare_head()
{