<!--                                                                  -->
<!--  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="" encoding="utf-8" />
    <xsl:include href="/app/tools/bookpub/templates/help/help_layout.xsl" />
    <xsl:template name="helpHeader">Help - Edit Period Name</xsl:template>
    <xsl:template name="helpPage">
        <img src="/production/redesign/images/help/bookpub/{Params/a}/edit_period.png" class="HelpImage" />
        <p>From this page the period name can be updated to a more accurate description of the sales period for which sales files are being processed, finished, and ultimately closed on the Royalty Status Tracker.  This name will appear on reports for the current period and will be permanently associated with royalty output files and reconciliation report once the period is closed.</p>
        <p>Note:  The period name cannot be changed after the period is closed.</p>
    </xsl:template>
</xsl:stylesheet>
