<!--                                                                  -->
<!--  Copyright (C) 2006 RoyaltyShare, Inc.   All Rights Reserved     -->
<!--  $Id$  -->
<!--                                                                  -->
<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" version="1.0">

  <xsl:template name="cCompShowLayout">
    <div class="section">
      <xsl:call-template name="successMessageGeneral">
        <xsl:with-param name="successMessage">Clause successfully updated!</xsl:with-param>
      </xsl:call-template>
      <xsl:call-template name="ccompView">
        <xsl:with-param name="ccomp" select="Form/ControlledComposition" />
        <xsl:with-param name="lockedRecord">0</xsl:with-param>
      </xsl:call-template>
      <br /><br />
    </div>
    <xsl:call-template name="buttons" />
  </xsl:template>

</xsl:stylesheet>

