Update of /cvsroot/springnet/Spring.Net/doc/reference/styles
In directory sc8-pr-cvs8.sourceforge.net:/tmp/cvs-serv23617/styles
Modified Files:
html_chunk.xsl
Log Message:
SPRNET-776 - Unit tests for AdoPlatformTransactionManager
update docs to reflect limitations of AdoPlatformTransactionManager for nested transactions.
code cleanup in AdoTemplate, ConnectionUtils
Index: html_chunk.xsl
===================================================================
RCS file: /cvsroot/springnet/Spring.Net/doc/reference/styles/html_chunk.xsl,v
retrieving revision 1.4
retrieving revision 1.5
diff -C2 -d -r1.4 -r1.5
*** html_chunk.xsl 19 Oct 2006 19:43:36 -0000 1.4
--- html_chunk.xsl 28 Nov 2007 05:54:38 -0000 1.5
***************
*** 86,90 ****
<xsl:template name="user.header.navigation">
<div style="background-color:white;border:none;height:73px;border:1px solid black;">
! <a style="border:none;" href="http://www.springframework.org/" title="The Spring Framework">
<img style="border:none;" src="images/xdev-spring_logo.jpg" />
</a>
--- 86,90 ----
<xsl:template name="user.header.navigation">
<div style="background-color:white;border:none;height:73px;border:1px solid black;">
! <a style="border:none;" href="http://www.springframework.net/" title="The Spring Framework">
<img style="border:none;" src="images/xdev-spring_logo.jpg" />
</a>
|