diff --git a/htdocs/projet/document.php b/htdocs/projet/document.php
index 8777d83e419..fbf9574bd75 100644
--- a/htdocs/projet/document.php
+++ b/htdocs/projet/document.php
@@ -20,7 +20,7 @@
/**
* \file htdocs/projet/document.php
* \ingroup project
- * \brief Page de gestion des documents attachees a un projet
+ * \brief Page to managed related documents linked to a project
*/
require '../main.inc.php';
@@ -106,11 +106,11 @@ if ($object->id > 0)
$totalsize+=$file['size'];
}
-
+
// Project card
-
+
$linkback = ''.$langs->trans("BackToList").'';
-
+
$morehtmlref='
';
// Title
$morehtmlref.=$object->title;
@@ -120,19 +120,19 @@ if ($object->id > 0)
$morehtmlref.='
'.$langs->trans('ThirdParty') . ' : ' . $object->thirdparty->getNomUrl(1, 'project');
}
$morehtmlref.='
';
-
+
// Define a complementary filter for search of next/prev ref.
if (! $user->rights->projet->all->lire)
{
$objectsListId = $object->getProjectsAuthorizedForUser($user,0,0);
$object->next_prev_filter=" rowid in (".(count($objectsListId)?join(',',array_keys($objectsListId)):'0').")";
}
-
+
dol_banner_tab($object, 'ref', $linkback, 1, 'ref', 'ref', $morehtmlref);
-
-
+
+
print '';
- print '
';
+ print '
';
print '
';
@@ -141,10 +141,10 @@ if ($object->id > 0)
print '| '.$langs->trans("TotalSizeOfAttachedFiles").' | '.$totalsize.' '.$langs->trans("bytes").' |
';
print "
\n";
-
+
print '
';
-
+
dol_fiche_end();
$modulepart = 'project';