mirror of
https://github.com/nottinghamtec/PyRIGS.git
synced 2026-01-17 05:22:16 +00:00
Improvements to form printing
This commit is contained in:
@@ -1,7 +1,8 @@
|
||||
<blockTable colWidths="{{currentIndent}},100%" alignment="left" style="objectTable">
|
||||
<tr>
|
||||
<td></td>
|
||||
<td><h1>{{field.title}}</h1></td>
|
||||
<td><h1>{{field.title}}</h1>
|
||||
<para>{{field.description}}</para></td>
|
||||
</tr>
|
||||
</blockTable>
|
||||
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
<blockTable colWidths="{{currentIndent}},100,100%" alignment="left" style="stringTable">
|
||||
<blockTable colWidths="{{currentIndent}},100%,100%" alignment="left" style="stringTable">
|
||||
<tr>
|
||||
<td></td>
|
||||
<td>
|
||||
@@ -6,6 +6,6 @@
|
||||
<para>{{field.description}}</para>
|
||||
</td>
|
||||
<td>
|
||||
<para>{{value|default_if_none:""}}</para></td>
|
||||
<para>{{value|default_if_none:""|linebreaksbr}}</para></td>
|
||||
</tr>
|
||||
</blockTable>
|
||||
Reference in New Issue
Block a user