lmi-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[lmi-commits] [lmi] master be5ab45: Simplify an output template


From: Greg Chicares
Subject: [lmi-commits] [lmi] master be5ab45: Simplify an output template
Date: Fri, 14 Jul 2017 08:54:52 -0400 (EDT)

branch: master
commit be5ab458833d26dcaa0c8faa86e210f78985d1b6
Author: Gregory W. Chicares <address@hidden>
Commit: Gregory W. Chicares <address@hidden>

    Simplify an output template
    
    A note at the bottom of every illustration's first page now needs to be
    changed in a way that varies by product. This note had formerly been
    constructed in the template, where it is difficult to accommodate the
    variation now desired. Now it has been moved into the database for each
    product, which accommodates such variation easily, allowing the template
    to be made much simpler. This change is desirable even for the less
    balky template system that will replace XSL.
---
 fo_common.xsl | 16 ++--------------
 1 file changed, 2 insertions(+), 14 deletions(-)

diff --git a/fo_common.xsl b/fo_common.xsl
index 901d797..e396734 100644
--- a/fo_common.xsl
+++ b/fo_common.xsl
@@ -824,20 +824,8 @@
             <xsl:call-template name="company-logo"/>
           </fo:block>
 
-<!--
-          <fo:block padding-top="1em">
-            <xsl:value-of select="$scalars/InsCoName"/>
-          </fo:block>
-          <fo:block padding-bottom="1em">
-            <xsl:value-of select="$scalars/InsCoAddr"/>
-          </fo:block>
--->
-          <fo:block font-size="9pt">
-            <xsl:value-of select="$scalars/InsCoShortName"/> Financial Group is
-            a marketing name for <xsl:value-of select="$scalars/InsCoName"/>
-            (<xsl:value-of select="$scalars/InsCoShortName"/>) and its 
affiliated
-            companies and sales representatives,
-            <xsl:value-of select="$scalars/InsCoAddr"/>.
+          <fo:block font-size="9pt" padding-bottom="1em">
+            <xsl:value-of select="$scalars/MarketingNameFootnote"/>
           </fo:block>
         </fo:block>
       </fo:flow>



reply via email to

[Prev in Thread] Current Thread [Next in Thread]