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