Update type system.

This commit is contained in:
Lars Jung 2014-06-04 21:39:54 +02:00
parent 9b4d3b7018
commit e61bba9554
3 changed files with 26 additions and 3 deletions

View File

@ -0,0 +1,25 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<!-- Created with Inkscape (http://www.inkscape.org/) -->
<svg
xmlns:svg="http://www.w3.org/2000/svg"
xmlns="http://www.w3.org/2000/svg"
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
height="96"
width="96"
version="1.1">
<path
style="fill:#555555;fill-opacity:1;stroke:none"
d="M 6,6 6,90 90,90 90,24 72,6 z m 6,6 57.559322,0 L 84,26.576271 84,84 12,84 z"
id="rect2984"
inkscape:connector-curvature="0"
sodipodi:nodetypes="cccccccccccc" />
<rect
style="fill:#555555;fill-opacity:1;stroke:none"
id="rect3943-7-1-8"
width="12"
height="12"
x="42"
y="42" />
</svg>

After

Width:  |  Height:  |  Size: 780 B

View File

@ -4,7 +4,7 @@ modulejs.define('core/resource', ['config', 'core/settings'], function (config,
var imagesHref = settings.appHref + 'client/images/',
fallbackHref = settings.appHref + 'client/images/fallback/',
themesHref = settings.appHref + 'client/themes/',
fallbacks = ['file', 'folder', 'folder-page', 'folder-parent', 'ar', 'aud', 'img', 'txt', 'vid'],
fallbacks = ['file', 'folder', 'folder-page', 'folder-parent', 'ar', 'aud', 'bin', 'img', 'txt', 'vid'],
image = function (id) {

View File

@ -55,8 +55,6 @@ Options
"sizes": [48, 24, 96],
"smartBrowsing": true,
"theme": "fallback",
// "theme": "faenza",
// "theme": "evolvere",
"unmanaged": ["index.html", "index.htm", "index.php"],
"unmanagedInNewWindow": false
},