[%- USE HTML %]
[%- USE T8 %]
[%- USE L %]
-<body onload="[% onload %]" width=100%>
-
- <div class="listtop">[% title %]</div>
+ <h1>[% title %]</h1>
<form action='letter.pl' method='POST'>
<input class="submit" type="submit" name="action_save_letter_draft" value="[% 'Save Draft' | $T8 %]">
</form>
-
-</body>
-
[% USE HTML %]
[% USE T8 %]
[% USE L %]
-<body>
-
- <div class="listtop">[% title %]</div>
+ <h1>[% title %]</h1>
<form action="letter.pl" method="post" name="Form">
<input type="hidden" name="nextsub" value="report">
[% L.date_tag('date_to') %]
</td>
</tr>
-<!--
- <tr>
- <td align="right">[% 'Include in Report' | $T8 %]</td>
- <td>
-
- <table>
- </table>
-
- </td>
- </tr>
--->
</table>
</p>
<input type="submit" name="action" value="[% 'Continue' | $T8 %]">
</p>
</form>
-
-</body>
-</html>