Commit 3b83c9bc authored by Jérome Perrin's avatar Jérome Perrin

fix condition to display parameters summary.

use a smaller font for account names



git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@11881 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent af45c4c8
...@@ -82,6 +82,7 @@ ...@@ -82,6 +82,7 @@
<stylecmd expr="(\'VALIGN\', (0,0),(-1,-1), \'BOTTOM\')"/>\n <stylecmd expr="(\'VALIGN\', (0,0),(-1,-1), \'BOTTOM\')"/>\n
</tablestyle>\n </tablestyle>\n
<tablestyle name=\'transaction_body\'>\n <tablestyle name=\'transaction_body\'>\n
<stylecmd expr="(\'FONT\', (0,0), (-1,-1), \'Helvetica\', 8)"/>\n
<stylecmd expr="(\'LINEBEFORE\', (0,0),(2,0), 0.1, colors.black)"/>\n <stylecmd expr="(\'LINEBEFORE\', (0,0),(2,0), 0.1, colors.black)"/>\n
<stylecmd expr="(\'LINEAFTER\', (-3,0),(-1,0), 0.1, colors.black)"/>\n <stylecmd expr="(\'LINEAFTER\', (-3,0),(-1,0), 0.1, colors.black)"/>\n
<stylecmd expr="(\'ALIGN\', (-2,0), (-1,-1), \'RIGHT\')"/>\n <stylecmd expr="(\'ALIGN\', (-2,0), (-1,-1), \'RIGHT\')"/>\n
......
...@@ -66,7 +66,7 @@ ...@@ -66,7 +66,7 @@
\n \n
<table splitbyrow="1" repeatrows="0"\n <table splitbyrow="1" repeatrows="0"\n
repeatcols="0" style="AttributesTable"\n repeatcols="0" style="AttributesTable"\n
tal:condition="request/from_date | nothing">\n tal:condition="request/at_date | nothing">\n
<tr tal:condition="python: request.get(\'from_date\', 0)">\n <tr tal:condition="python: request.get(\'from_date\', 0)">\n
<td colwidth="5cm"> <para style="TableHeader" tal:content="python: here.Base_translateString(\'From Date\')"/> </td>\n <td colwidth="5cm"> <para style="TableHeader" tal:content="python: here.Base_translateString(\'From Date\')"/> </td>\n
<td colwidth="15cm"> <para style="TableStandardRightAligned" tal:content="python: here.Base_FormatDate(request.get(\'from_date\'))"/></td> </tr>\n <td colwidth="15cm"> <para style="TableStandardRightAligned" tal:content="python: here.Base_FormatDate(request.get(\'from_date\'))"/></td> </tr>\n
......
155 156
\ No newline at end of file \ No newline at end of file
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment