mirror of
https://github.com/nottinghamtec/PyRIGS.git
synced 2026-01-17 13:32:15 +00:00
Tidied print templates
This commit is contained in:
@@ -1,5 +1,3 @@
|
||||
{# "field" context should have "title", "description" and "value" #}
|
||||
{# "children" context should be a string of inner XML #}
|
||||
<blockTable colWidths="{{currentIndent}},100%" alignment="left" style="objectTable">
|
||||
<tr>
|
||||
<td></td>
|
||||
|
||||
@@ -1,4 +1,3 @@
|
||||
{# "field" context should have "title", "description"}
|
||||
<blockTable colWidths="{{currentIndent}},25,100%" alignment="left" style="checkboxTable">
|
||||
<tr>
|
||||
<td></td>
|
||||
|
||||
@@ -1,5 +1,3 @@
|
||||
{# "field" context should have "title", "description" and "value" #}
|
||||
{# "children" context should be a string of inner XML #}
|
||||
<blockTable colWidths="{{currentIndent}},100%" alignment="left" style="objectTable">
|
||||
<tr>
|
||||
<td></td>
|
||||
|
||||
@@ -1,4 +1,3 @@
|
||||
{# "field" context should have "title", "description" and "value"}
|
||||
<blockTable colWidths="{{currentIndent}},100,100%" alignment="left" style="stringTable">
|
||||
<tr>
|
||||
<td></td>
|
||||
@@ -7,6 +6,6 @@
|
||||
<para>{{field.description}}</para>
|
||||
</td>
|
||||
<td>
|
||||
<para>{{value}}</para></td>
|
||||
<para>{{value|default_if_none:""}}</para></td>
|
||||
</tr>
|
||||
</blockTable>
|
||||
Reference in New Issue
Block a user