mirror of
https://github.com/Dolibarr/dolibarr.git
synced 2025-02-20 13:46:52 +01:00
Responsive
This commit is contained in:
parent
862460a2dd
commit
d97a891f6c
|
|
@ -408,7 +408,7 @@ while ($i < $imaxinloop) {
|
|||
print "</td>\n";
|
||||
|
||||
// Target
|
||||
print '<td class="center">';
|
||||
print '<td class="tdoverflowmax100 center">';
|
||||
if ($obj->target == 0) {
|
||||
print $langs->trans("BookmarkTargetReplaceWindowShort");
|
||||
}
|
||||
|
|
@ -418,7 +418,7 @@ while ($i < $imaxinloop) {
|
|||
print "</td>\n";
|
||||
|
||||
// Author
|
||||
print '<td class="center">';
|
||||
print '<td class="tdoverflowmax100 center">';
|
||||
if ($obj->fk_user > 0) {
|
||||
if (empty($conf->cache['users'][$obj->fk_user])) {
|
||||
$tmpuser = new User($db);
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user