mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-08-19 04:46:42 +02:00
more work on fancy theme and mime-icons from bootstrap, thought PHP GD unfortunately does NOT support SVG, so we can not include a type-icon into thumbnails
This commit is contained in:
@@ -118,6 +118,11 @@ egw.extend('images', egw.MODULE_GLOBAL, function()
|
||||
_name = split[1];
|
||||
}
|
||||
}
|
||||
// do NOT find old mime128-icons, if not translated to bootstrap
|
||||
if (_name.startsWith('mime128_'))
|
||||
{
|
||||
return null;
|
||||
}
|
||||
tries[_app + (_app == 'phpgwapi' ? " (current app)" : "")] = _name;
|
||||
if (typeof images[_app] != 'undefined' && typeof images[_app][_name] == 'string')
|
||||
{
|
||||
|
Reference in New Issue
Block a user