lmi-commits
[Top][All Lists]
Advanced

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

[lmi-commits] [6360] Add more space between logo and footnotes


From: Greg Chicares
Subject: [lmi-commits] [6360] Add more space between logo and footnotes
Date: Sat, 17 Oct 2015 13:23:19 +0000

Revision: 6360
          http://svn.sv.gnu.org/viewvc/?view=rev&root=lmi&revision=6360
Author:   chicares
Date:     2015-10-17 13:23:18 +0000 (Sat, 17 Oct 2015)
Log Message:
-----------
Add more space between logo and footnotes

Modified Paths:
--------------
    lmi/trunk/ChangeLog
    lmi/trunk/group_quote_pdf_gen_wx.cpp

Modified: lmi/trunk/ChangeLog
===================================================================
--- lmi/trunk/ChangeLog 2015-10-17 13:13:54 UTC (rev 6359)
+++ lmi/trunk/ChangeLog 2015-10-17 13:23:18 UTC (rev 6360)
@@ -37224,3 +37224,28 @@
   illustrator.cpp
 Restrict group quotes to new business.
 
+20151017T1257Z <address@hidden> [472]
+
+  ledger_xml_io.cpp
+Add some missing formats.
+
+20151017T1259Z <address@hidden> [472]
+
+  group_quote_pdf_gen_wx.cpp
+Require extra nonblank footnotes if variable.
+
+20151017T1307Z <address@hidden> [472]
+
+  group_quote_pdf_gen_wx.cpp
+Refuse to run a group quote if any cell lapses in the first year.
+
+20151017T1313Z <address@hidden> [472]
+
+  group_quote_pdf_gen_wx.cpp
+Widen columns to accommodate larger amounts.
+
+20151017T1323Z <address@hidden> [472]
+
+  group_quote_pdf_gen_wx.cpp
+Add more space between logo and footnotes.
+

Modified: lmi/trunk/group_quote_pdf_gen_wx.cpp
===================================================================
--- lmi/trunk/group_quote_pdf_gen_wx.cpp        2015-10-17 13:13:54 UTC (rev 
6359)
+++ lmi/trunk/group_quote_pdf_gen_wx.cpp        2015-10-17 13:23:18 UTC (rev 
6360)
@@ -560,9 +560,11 @@
     contract_state_   = invar.GetStatePostalAbbrev();
     jdn_t eff_date    = jdn_t(static_cast<int>(invar.EffDateJdn));
     effective_date_   = ConvertDateToWx(eff_date).FormatDate().ToStdString();
-    // SOMEDAY !! Suppress <br> elements preceding blank strings.
+    // Deliberately begin the footer with <br> tags, to separate it
+    // from the logo right above it.
+    // SOMEDAY !! Suppress <br> tags preceding blank strings.
     footer_           =
-                          escape_for_html_elem(invar.GroupQuoteIsNotAnOffer   )
+          "<br><br>"    + escape_for_html_elem(invar.GroupQuoteIsNotAnOffer   )
         + "<br><br>"    + escape_for_html_elem(invar.GroupQuoteRidersFooter   )
         + "<br><br>"    + escape_for_html_elem(invar.GroupQuotePolicyFormId   )
         + "<br><br>"    + escape_for_html_elem(invar.GroupQuoteStateVariations)




reply via email to

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