mirror of
https://github.com/Alfresco/alfresco-community-repo.git
synced 2025-07-24 17:32:48 +00:00
Delete Site module
- finished - the service webscript now returns something {success: true} My Sites - New icons and calls the Delete Site module Thumbnail/Previews - imgpreview is 480x480 instead of 400x400 Upload - The label when no files are in the list are always the same (not taken from doclib) git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@10535 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
This commit is contained in:
@@ -107,8 +107,8 @@
|
||||
<bean class="org.alfresco.repo.content.transform.magick.ImageTransformationOptions">
|
||||
<property name="resizeOptions">
|
||||
<bean class="org.alfresco.repo.content.transform.magick.ImageResizeOptions">
|
||||
<property name="width" value="400"/>
|
||||
<property name="height" value="400"/>
|
||||
<property name="width" value="480"/>
|
||||
<property name="height" value="480"/>
|
||||
<property name="maintainAspectRatio" value="true"/>
|
||||
<property name="resizeToThumbnail" value="true" />
|
||||
</bean>
|
||||
|
Reference in New Issue
Block a user