css
This commit is contained in:
parent
90835eaab4
commit
75f7ab41f0
@ -851,7 +851,7 @@ class FormFile
|
|||||||
|
|
||||||
// Show file size
|
// Show file size
|
||||||
$size = (!empty($file['size']) ? $file['size'] : dol_filesize($filedir."/".$file["name"]));
|
$size = (!empty($file['size']) ? $file['size'] : dol_filesize($filedir."/".$file["name"]));
|
||||||
$out .= '<td class="nowrap right">'.dol_print_size($size, 1, 1).'</td>';
|
$out .= '<td class="nowraponall right">'.dol_print_size($size, 1, 1).'</td>';
|
||||||
|
|
||||||
// Show file date
|
// Show file date
|
||||||
$date = (!empty($file['date']) ? $file['date'] : dol_filemtime($filedir."/".$file["name"]));
|
$date = (!empty($file['date']) ? $file['date'] : dol_filemtime($filedir."/".$file["name"]));
|
||||||
|
|||||||
@ -2718,9 +2718,8 @@ if ($action == 'create' || $action == 'adduserldap') {
|
|||||||
|
|
||||||
if ($action != 'edit' && $action != 'presend') {
|
if ($action != 'edit' && $action != 'presend') {
|
||||||
print '<div class="fichecenter"><div class="fichehalfleft">';
|
print '<div class="fichecenter"><div class="fichehalfleft">';
|
||||||
/*
|
|
||||||
* Generated documents
|
// Generated documents
|
||||||
*/
|
|
||||||
$filename = dol_sanitizeFileName($object->ref);
|
$filename = dol_sanitizeFileName($object->ref);
|
||||||
$filedir = $conf->user->dir_output."/".dol_sanitizeFileName($object->ref);
|
$filedir = $conf->user->dir_output."/".dol_sanitizeFileName($object->ref);
|
||||||
$urlsource = $_SERVER["PHP_SELF"]."?id=".$object->id;
|
$urlsource = $_SERVER["PHP_SELF"]."?id=".$object->id;
|
||||||
@ -2741,7 +2740,6 @@ if ($action == 'create' || $action == 'adduserldap') {
|
|||||||
$formactions = new FormActions($db);
|
$formactions = new FormActions($db);
|
||||||
$somethingshown = $formactions->showactions($object, 'user', $socid, 1);
|
$somethingshown = $formactions->showactions($object, 'user', $socid, 1);
|
||||||
|
|
||||||
|
|
||||||
print '</div></div></div>';
|
print '</div></div></div>';
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user