Author: xlawrence
Date: Wed Aug  2 16:18:55 2006
New Revision: 338

URL: 
https://svndev.jahia.net/websvn/listing.php?sc=1&rev=338&repname=corporate_portal_templates_v2
Log:
only allow images for the logo. Example of how to set the filter from the 
definition so the engine filters by file type the files it displays in the 
engine. With this example, the embedded file manager will only allow the user 
to select images

Modified:
    trunk/src/jsp/common/site_settings.inc

Modified: trunk/src/jsp/common/site_settings.inc
URL: 
https://svndev.jahia.net/websvn/diff.php?path=/trunk/src/jsp/common/site_settings.inc&rev=338&repname=corporate_portal_templates_v2
==============================================================================
--- trunk/src/jsp/common/site_settings.inc (original)
+++ trunk/src/jsp/common/site_settings.inc Wed Aug  2 16:18:55 2006
@@ -87,6 +87,7 @@
             type="File"
             titleKey="logo"
             bundleKey="<%=resBundleID%>"
+            value="<jahia_imageFile>"
         />
         <% 
/********************************************************************
              * footerText is the text you will find at the htmk footer. This 
text

Reply via email to