You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by jw...@apache.org on 2009/04/21 01:19:50 UTC

svn commit: r766910 - /myfaces/trinidad/trunk/trinidad-impl/src/main/resources/META-INF/agent/email.xml

Author: jwaldman
Date: Mon Apr 20 23:19:50 2009
New Revision: 766910

URL: http://svn.apache.org/viewvc?rev=766910&view=rev
Log:
email-agent. remove <capability name="-adfinternal-styleAttributes" value="internal"/>
until we actually write the styles in the page, we need external css files for email mode.
external css files do not work in email clients, though, but this way tests of the agent and skinning will work.

Modified:
    myfaces/trinidad/trunk/trinidad-impl/src/main/resources/META-INF/agent/email.xml

Modified: myfaces/trinidad/trunk/trinidad-impl/src/main/resources/META-INF/agent/email.xml
URL: http://svn.apache.org/viewvc/myfaces/trinidad/trunk/trinidad-impl/src/main/resources/META-INF/agent/email.xml?rev=766910&r1=766909&r2=766910&view=diff
==============================================================================
--- myfaces/trinidad/trunk/trinidad-impl/src/main/resources/META-INF/agent/email.xml (original)
+++ myfaces/trinidad/trunk/trinidad-impl/src/main/resources/META-INF/agent/email.xml Mon Apr 20 23:19:50 2009
@@ -22,6 +22,8 @@
   <capability name="-adfinternal-scriptingSpeed" value="none"/>
   <capability name="-adfinternal-editing" value="false"/>
   <capability name="-adfinternal-intrinsicEvents" value="false"/>
+  <!-- comment out until we write the styles in the page for email mode
   <capability name="-adfinternal-styleAttributes" value="internal"/>
+   -->
   <capability name="-adfinternal-partialRendering" value="false"/>
 </capabilityData>