tdraier     2005/11/02 17:56:59 CET

  Modified files:
    src/view/jsp/include declarations.inc 
  Log:
  changed bundle name (make import/export work better across sites)
  
  Revision  Changes    Path
  1.15      +1 -1      
corporate_portal_templates/src/view/jsp/include/declarations.inc
http://jahia.mine.nu:8080/cgi-bin/cvsweb.cgi/corporate_portal_templates/src/view/jsp/include/declarations.inc.diff?r1=1.14&r2=1.15&f=h
  
  
  
  Index: declarations.inc
  ===================================================================
  RCS file: 
/home/cvs/repository/corporate_portal_templates/src/view/jsp/include/declarations.inc,v
  retrieving revision 1.14
  retrieving revision 1.15
  diff -u -r1.14 -r1.15
  --- declarations.inc  28 Oct 2005 08:24:21 -0000      1.14
  +++ declarations.inc  2 Nov 2005 16:56:59 -0000       1.15
  @@ -68,7 +68,7 @@
       String propertiesBoxButton = "<img src=\""+ theURL + 
"/images/box_prop.gif\" width=\"12\" height=\"12\" border=\"0\" alt=\"" + 
getResourceBundle("properties","properties",jData) + "\"/>";
   
        // Resource Bundle Definition
  -     String resBundleID = jParams.getSite().getSiteKey() + 
"_CORPORATE_PORTAL_TEMPLATES";
  +     String resBundleID = "CORPORATE_PORTAL_TEMPLATES";
        StringBuffer resBundleDef = new StringBuffer("<jahia-res-bundle id=");
        resBundleDef.append(resBundleID);
        resBundleDef.append(" 
resbundle=jahiatemplates.Corporate_portal_templates>");
  

Reply via email to