From bed32f632d77755e422100342dcd1912a3db98b7 Mon Sep 17 00:00:00 2001 From: quasi Date: Thu, 2 Aug 2012 05:10:54 +0000 Subject: [PATCH] =?UTF-8?q?Bundle=20integration.properties=20f=C3=BCr=20di?= =?UTF-8?q?e=20neue=20Darstelluing=20der=20ImageLibrary=20angepa=C3=9Ft?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit git-svn-id: https://svn.libreccm.org/ccm/trunk@1798 8810af33-2d31-482b-a856-94f89814c4df --- ccm-sci-bundle/bundles/base/cfg/integration.properties | 4 ++++ ccm-sci-bundle/bundles/demo/cfg/integration.properties | 4 ++++ ccm-sci-bundle/bundles/devel/cfg/integration.properties | 4 ++++ ccm-sci-bundle/bundles/standard/cfg/integration.properties | 4 ++++ 4 files changed, 16 insertions(+) diff --git a/ccm-sci-bundle/bundles/base/cfg/integration.properties b/ccm-sci-bundle/bundles/base/cfg/integration.properties index f8155ac54..82f49c156 100644 --- a/ccm-sci-bundle/bundles/base/cfg/integration.properties +++ b/ccm-sci-bundle/bundles/base/cfg/integration.properties @@ -49,6 +49,10 @@ com.arsdigita.cms.default_folder_template_path=/default/aplaws-folder.jsp com.arsdigita.cms.default_item_template_path=/default/aplaws-item.jsp com.arsdigita.cms.default_template_resolver_class=com.arsdigita.subsite.dispatcher.SubsiteItemTemplateResolver +# image library thumbnail size +com.arsdigita.cms.image_browser.thumbnail_max_width=200 +com.arsdigita.cms.image_browser.thumbnail_max_height=150 + ; Configure dhtml editor for use in cms content-center ; Xinha is default and does work out of the box ; A CCM specific configuration file is used to prevent a mess with the standard diff --git a/ccm-sci-bundle/bundles/demo/cfg/integration.properties b/ccm-sci-bundle/bundles/demo/cfg/integration.properties index d17ce7819..dfd6044bb 100644 --- a/ccm-sci-bundle/bundles/demo/cfg/integration.properties +++ b/ccm-sci-bundle/bundles/demo/cfg/integration.properties @@ -49,6 +49,10 @@ com.arsdigita.cms.default_folder_template_path=/default/aplaws-folder.jsp com.arsdigita.cms.default_item_template_path=/default/aplaws-item.jsp com.arsdigita.cms.default_template_resolver_class=com.arsdigita.subsite.dispatcher.SubsiteItemTemplateResolver +# image library thumbnail size +com.arsdigita.cms.image_browser.thumbnail_max_width=200 +com.arsdigita.cms.image_browser.thumbnail_max_height=150 + ; Configure dhtml editor for use in cms content-center ; Xinha is default and does work out of the box ; A CCM specific configuration file is used to prevent a mess with the standard diff --git a/ccm-sci-bundle/bundles/devel/cfg/integration.properties b/ccm-sci-bundle/bundles/devel/cfg/integration.properties index af924afc3..e0f3d4dab 100644 --- a/ccm-sci-bundle/bundles/devel/cfg/integration.properties +++ b/ccm-sci-bundle/bundles/devel/cfg/integration.properties @@ -49,6 +49,10 @@ com.arsdigita.cms.default_folder_template_path=/default/aplaws-folder.jsp com.arsdigita.cms.default_item_template_path=/default/aplaws-item.jsp com.arsdigita.cms.default_template_resolver_class=com.arsdigita.subsite.dispatcher.SubsiteItemTemplateResolver +# image library thumbnail size +com.arsdigita.cms.image_browser.thumbnail_max_width=200 +com.arsdigita.cms.image_browser.thumbnail_max_height=150 + ; Configure dhtml editor for use in cms content-center ; Xinha is default and does work out of the box ; A CCM specific configuration file is used to prevent a mess with the standard diff --git a/ccm-sci-bundle/bundles/standard/cfg/integration.properties b/ccm-sci-bundle/bundles/standard/cfg/integration.properties index a960af410..4aea22543 100644 --- a/ccm-sci-bundle/bundles/standard/cfg/integration.properties +++ b/ccm-sci-bundle/bundles/standard/cfg/integration.properties @@ -49,6 +49,10 @@ com.arsdigita.cms.default_folder_template_path=/default/aplaws-folder.jsp com.arsdigita.cms.default_item_template_path=/default/aplaws-item.jsp com.arsdigita.cms.default_template_resolver_class=com.arsdigita.subsite.dispatcher.SubsiteItemTemplateResolver +# image library thumbnail size +com.arsdigita.cms.image_browser.thumbnail_max_width=200 +com.arsdigita.cms.image_browser.thumbnail_max_height=150 + ; Configure dhtml editor for use in cms content-center ; Xinha is default and does work out of the box ; A CCM specific configuration file is used to prevent a mess with the standard