forked from Wavyzz/dolibarr
CSS
This commit is contained in:
@@ -765,7 +765,7 @@ class Entrepot extends CommonObject
|
|||||||
|
|
||||||
// Initialize parameters
|
// Initialize parameters
|
||||||
$this->id = 0;
|
$this->id = 0;
|
||||||
$this->libelle = 'WAREHOUSE SPECIMEN';
|
$this->label = 'WAREHOUSE SPECIMEN';
|
||||||
$this->description = 'WAREHOUSE SPECIMEN '.dol_print_date($now, 'dayhourlog');
|
$this->description = 'WAREHOUSE SPECIMEN '.dol_print_date($now, 'dayhourlog');
|
||||||
$this->statut = 1;
|
$this->statut = 1;
|
||||||
$this->specimen = 1;
|
$this->specimen = 1;
|
||||||
|
|||||||
@@ -92,7 +92,7 @@ print '</div><div class="fichetwothirdright"><div class="ficheaddleft">';
|
|||||||
|
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* Last created users
|
* Latest created users
|
||||||
*/
|
*/
|
||||||
$max = 10;
|
$max = 10;
|
||||||
|
|
||||||
@@ -128,8 +128,7 @@ if ($resql)
|
|||||||
print '<div class="div-table-responsive-no-min">';
|
print '<div class="div-table-responsive-no-min">';
|
||||||
print '<table class="noborder centpercent">';
|
print '<table class="noborder centpercent">';
|
||||||
print '<tr class="liste_titre"><td colspan="3">'.$langs->trans("LastUsersCreated", min($num, $max)).'</td>';
|
print '<tr class="liste_titre"><td colspan="3">'.$langs->trans("LastUsersCreated", min($num, $max)).'</td>';
|
||||||
print '<td class="right"><a class="commonlink" href="'.DOL_URL_ROOT.'/user/list.php?sortfield=u.datec&sortorder=DESC">'.$langs->trans("FullList").'</td>';
|
print '<td class="right" colspan="2"><a class="commonlink" href="'.DOL_URL_ROOT.'/user/list.php?sortfield=u.datec&sortorder=DESC">'.$langs->trans("FullList").'</td>';
|
||||||
print '<td></td>';
|
|
||||||
print '</tr>';
|
print '</tr>';
|
||||||
$i = 0;
|
$i = 0;
|
||||||
|
|
||||||
@@ -165,7 +164,7 @@ if ($resql)
|
|||||||
print img_picto($langs->trans("Administrator"), 'star');
|
print img_picto($langs->trans("Administrator"), 'star');
|
||||||
}
|
}
|
||||||
print "</td>";
|
print "</td>";
|
||||||
print '<td class="left">'.$obj->login.'</td>';
|
print '<td>'.$obj->login.'</td>';
|
||||||
print "<td>";
|
print "<td>";
|
||||||
if ($obj->fk_soc)
|
if ($obj->fk_soc)
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user