Skip to main content
ExLibris
  • Subscribe by RSS
  • Ex Libris Knowledge Center

    Delete Form Name from All Printouts

    • Article Type: General
    • Product: Aleph
    • Product Version: 20

    Desired Outcome Goal:
    Remove, hide or mask the form name from all the printouts

    Procedure:
    1. Edit ./xxx01/form_lng/ funcs.xsl
    2. Remove the lines:
    <xsl:call-template name="table-start-row"/><td>
    <xsl:value-of select="//form-name"/>-<xsl:value-of select="//form-format"/>
    </td><xsl:call-template name="table-end-row"/>
    3. Run util i/6 to rebuild the print template package

    Additional Information

    * For form-specific instructions, see KCS Article # 000001640 Remove Form Name from hold-request-letter (https://exlibrisgroup.my.salesforce.com/articles/How_To/Remove-Form-Name-from-hold-request-letter)

    * Only these 3 specific lines need to be removed:
    <xsl:call-template name="table-start-row"/><td>
    <xsl:value-of select="//form-name"/>-<xsl:value-of select="//form-format"/>
    </td><xsl:call-template name="table-end-row"/>
    that is:
    the "table-start-row" line preceding the "form-name" line,
    the "form-name" line itself, and
    the "table-end-row" line following the "form-name" line.

    Category: Printing


    • Article last edited: 1/28/2014
    • Was this article helpful?