mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-08 00:54:50 +01:00
no translation and no word-wrap for vfs (filename) widget
This commit is contained in:
parent
f940633dad
commit
071fb06b8a
@ -146,7 +146,11 @@ class vfs_widget
|
|||||||
$target = ',,,_blank';
|
$target = ',,,_blank';
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
$comp = etemplate::empty_cell('label',$cell_name.'[c'.$n.']',array('size' => ',@'.$cell_name.'[l'.$n.']'.$target));
|
$comp = etemplate::empty_cell('label',$cell_name.'[c'.$n.']',array(
|
||||||
|
'size' => ',@'.$cell_name.'[l'.$n.']'.$target,
|
||||||
|
'no_lang' => true,
|
||||||
|
'span' => ',vfsFilename'
|
||||||
|
));
|
||||||
etemplate::add_child($cell,$comp);
|
etemplate::add_child($cell,$comp);
|
||||||
unset($comp);
|
unset($comp);
|
||||||
}
|
}
|
||||||
|
@ -118,3 +118,6 @@
|
|||||||
.vfsMimeIcon img {
|
.vfsMimeIcon img {
|
||||||
height: 16px;
|
height: 16px;
|
||||||
}
|
}
|
||||||
|
.vfsFilename {
|
||||||
|
white-space: nowrap;
|
||||||
|
}
|
Loading…
Reference in New Issue
Block a user