<!--                                                                  -->
<!--  Copyright (C) 2006 RoyaltyShare, Inc.   All Rights Reserved     -->
<!--  $Id$  -->
<!--                                                                  -->
<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" version="1.0" xmlns:dyn="http://exslt.org/dynamic" extension-element-prefixes="dyn">
    <xsl:output method="html" indent="no" doctype-system="http://www.w3.org/TR/html4/strict.dtd" doctype-public="-//W3C//DTD HTML 4.01//EN" encoding="utf-8" />

    <xsl:include href="/app/tools/rps/templates/global.xsl" />
	<xsl:include href="../shared_layouts/payors.xsl" />
	<xsl:include href="shared.xsl" />


    <!-- 
    This template is in the payors.xsl file listed above.
    Note that it is used for both the "account" and "crossed_account" commands.    
    -->
    
    <xsl:template name="pickLayout">
        <xsl:call-template name="payorTransactionLayout" />
    </xsl:template>


    <xsl:template name="submitButton">
        <input name="submit" type="submit" id="submitButton" value="Update">
            <xsl:if test="$openRuns &gt; 0">
                <xsl:attribute name="disabled">disabled</xsl:attribute>
            </xsl:if>
        </input>
    </xsl:template>


    <xsl:template name="cancelButton">
        <input type="button" value="Return to License" onClick="location.href='?TrackLicenseID={Params/TrackLicenseID}&amp;c=show&amp;tab={$licenseTab}'" />
    </xsl:template>
    
</xsl:stylesheet>
