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:
Erik Winlof
2008-08-27 13:14:42 +00:00
parent 7ad63641d9
commit 1aa02f5d17

View File

@@ -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>