...mit dem Ziel das später ins Layout zu migrieren.
- In allen Templates den Tital auch wirklich als erstes ins DOM
verschoben
- unterschiedliche Verwendung der folgenden Muster vereinheitlicht:
<h1>...</h1>
<div class='listtop'>...</div>
<p><div class='listtop'>...</div></p>a
<tr><th class='listtop' colspan=..>....</th></tr>
- Verwendung der gleichen Klasse im Footer in <h2> geändert
- Puffer <tr height=5> entfert
Das ergibt insgesamt folgende Effekte:
- Einheitliches Rendern der Überschrift
- Einheitlicher Abstand zum Content
- flash/message werden immer unter der Überschrift angezeigt
my $title = $locale->text('Select from one of the names below');
print qq|
+ <h1>$title</h1>
+
<form method=post action=$form->{script}>
<table width=100%>
- <tr>
- <th class=listtop>$title</th>
- </tr>
- <tr space=5></tr>
<tr>
<td>
<table width=100%>
# $form->header;
#
# print qq|
+# <h1>| . $locale->text('choice part') . qq|</h1>
# <form method=post action=ic.pl>
# <table width=100%>
-# <tr>
-# <th class=listtop colspan=6>| . $locale->text('choice part') . qq|</th>
-# </tr>
-# <tr height="5"></tr>
# <tr class=listheading>
# <th> </th>
# <th class=listheading>| . $locale->text('Part Number') . qq|</th>
my $colspan = $#column_index + 1;
print qq|
+ <h1>$form->{title}</h1>
+
<table width=100%>
- <tr>
- <th class=listtop colspan=$colspan>$form->{title}</th>
- </tr>
- <tr height="5"></tr>
<tr><td colspan=$colspan>$option</td></tr>
[%- USE T8 %]
[% USE HTML %][% USE LxERP %]
-
- <p><div class="listtop">[% title %]</div></p>
+<h1>[% title %]</h1>
<p>[% 'kivitendo has found one or more problems in the general ledger.' | $T8 %]</p>
[%- USE T8 %]
[% USE HTML %][% USE LxERP %]
-
- <p><div class="listtop">[% title %]</div></p>
+<h1>[% title %]</h1>
<p>
[% 'There is at least one transaction for which the user has chosen a logically wrong taxkey.' | $T8 %]
[%- USE T8 %]
[% USE HTML %][% USE LxERP %]
-
- <p><div class="listtop">[% title %]</div></p>
+<h1>[% title %]</h1>
<p>
[% 'There is at least one sales or purchase invoice for which kivitendo recorded an inventory transaction with taxkeys even though no tax was recorded.' | $T8 %]
[%- USE T8 %]
[% USE HTML %][% USE LxERP %]
-
- <p><div class="listtop">[% title %]</div></p>
+<h1>[% title %]</h1>
<p>
[% 'The following transaction contains wrong taxes:' | $T8 %]
[%- USE T8 %]
[% USE HTML %][% USE LxERP %]
-
- <p><div class="listtop">[% title %]</div></p>
+<h1>[% title %]</h1>
<p>
[% 'The following transaction contains wrong taxkeys:' | $T8 %]
[%- USE T8 %]
[% USE HTML %]
-
- <p><div class="listtop">[% title %]</div></p>
+ <h1>[% title %]</h1>
<p>
[% 'The wrong taxkeys for AP and AR transactions have been fixed.' | $T8 %]
[%- USE T8 %]
[% USE HTML %]
-
- <p><div class="listtop">[% title %]</div></p>
+ <h1>[% title %]</h1>
<p>
[% 'The wrong taxkeys for inventory transactions for sales and purchase invoices have been fixed.' | $T8 %]
[%- USE T8 %]
[% USE HTML %]
-
- <p><div class="listtop">[% title %]</div></p>
+ <h1>[% title %]</h1>
<p>
[% 'The wrong taxkeys have been fixed.' | $T8 %]
[%- USE T8 %]
[%- USE LxERP %]
[%- USE HTML %][%- USE L %]
- <div class="listtop">[% title %]</div>
+<h1>[% title %]</h1>
<form method="post" action="am.pl" name="Form">
<input type="hidden" name="type" value="preferences">
[%- USE T8 %]
[%- USE HTML %]
-
- <div class="listtop">[% title %]</div>
+ <h1>[% title %]</h1>
<p>[% 'Do you really want to delete this warehouse?' | $T8 %]</p>
[%- USE T8 %]
[%- USE L %]
-[% USE HTML %]<script type="text/javascript" src="js/FormManager.js" >
+[% USE HTML %]
+<h1>[% title %]</h1>
+
+<script type="text/javascript" src="js/FormManager.js" >
/****************************************************
* Form Dependency Manager- By Twey- http://www.twey.co.uk
* Visit Dynamic Drive for this script and more: http://www.dynamicdrive.com
<input type="hidden" name="fxgain_accno_id" value="[% HTML.escape(fxgain_accno_id) %]">
<input type="hidden" name="fxloss_accno_id" value="[% HTML.escape(fxloss_accno_id) %]">
-<table border="0" width="100%">
- <tr>
- <th class="listtop">[% title %]</th>
- </tr>
-</table>
-
<fieldset>
<legend>
[% 'Main Preferences' | $T8 %]
[%- USE T8 %]
[%- USE HTML %]
+<h1>[% title %]</h1>
- [% IF MESSAGE %]<p>[% MESSAGE %]</p>[% END %]
- <div class="listtop">[% title %]</div>
+ [% IF MESSAGE %]<p>[% MESSAGE %]</p>[% END %]
<form method="post" action="am.pl">
[%- USE HTML %]
[%- USE L %]
[%- USE LxERP %]
+<h1>[% 'Tax-O-Matic' | $T8 %] [% title %]</h1>
+
<form method="post" action="am.pl">
<input type="hidden" name="id" value="[% HTML.escape(id) %]">
<input type="hidden" name="type" value="tax">
- <div class="listtop">[% 'Tax-O-Matic' | $T8 %] [% title %]</div>
-
<table width="100%">
<tr>
<td>[% 'tax_taxkey' | $T8 %]</td>
[% IF SHOW_CONTENT %]
- <p>
- <div class="listtop">
+ <h2>
[% IF CAN_EDIT %][% 'Edit file' | $T8 %][% ELSE %][% 'Display file' | $T8 %][% END %] [% HTML.escape(display_filename) %]
- </div>
- </p>
+ </h2>
[% IF CAN_EDIT %]
<p><textarea name="content" id="edit_content" cols="100" rows="25"[% IF edit %] class="initial_focus"[% END %]>[% HTML.escape(content) %]</textarea></p>
[%- USE T8 %][%- USE LxERP %][% USE L %]
[% USE HTML %]
-
+<h1>[% title %]</h1>
[% IF saved_message %]
<p>[% saved_message %]</p>
<input type="hidden" name="type" value="unit">
- <table width="100%">
- <tr>
- <th class="listtop" colspan="2">[% title %]</th>
- </tr>
- <tr height="5"></tr>
- </table>
-
<p>
[% LxERP.t8('All units have either no or exactly one base unit of which they are multiples.') %]
[% LxERP.t8('If you select a base unit then you also have to enter a factor.') %]
<hr>
- <table width="100%">
- <tr><th class="listtop">[% 'Add unit' | $T8 %]</th></tr>
- </table>
+ <h2>[% 'Add unit' | $T8 %]</h2>
<table>
<tr>
<hr>
- <table width="100%">
- <tr><th class="listtop">[% 'Edit units' | $T8 %]</th></tr>
- </table>
+ <h2>[% 'Edit units' | $T8 %]</h2>
<p>
[% 'Units that have already been used (e.g. for parts and services or in invoices or warehouse transactions) cannot be changed.' | $T8 %]
[%- USE T8 %]
[%- USE HTML %]
+<h1>[% IF id %][% 'Edit Warehouse' | $T8 %][% ELSE %][% 'Add Warehouse' | $T8 %][% END %]</h1>
+
[% IF saved_message %]
<p>[% saved_message %]</p>
[% END %]
<input type="hidden" name="type" value="warehouse">
<input type="hidden" name="callback" value="[% HTML.escape(callback) %]">
- <div class="listtop">[% IF id %][% 'Edit Warehouse' | $T8 %][% ELSE %][% 'Add Warehouse' | $T8 %][% END %]</div>
-
<table border="0">
<tr>
<td align="right">[% 'Description' | $T8 %]</td>
<hr height="3">
- <div class="listtop">[% 'Edit Bins' | $T8 %]</div>
+ <h2>[% 'Edit Bins' | $T8 %]</h2>
[% UNLESS BINS.size %]
<p>[% 'No bins have been added to this warehouse yet.' | $T8 %]</p>
[%- USE HTML %]
[%- USE LxERP %]
[%- USE T8 %]
+<h1>[% title | html %]</h1>
<form method=post action=am.pl>
<input type=hidden name=type value=language>
<table width=100%>
- <tr>
- <th class=listtop colspan=2>[% title | html %]</th>
- </tr>
- <tr height="5"></tr>
<tr>
<th align=right>[% 'Language' | $T8 %]</th>
<td><input name=description size=30 value="[% description | html %]"></td>
[%- USE L %]
[%- USE LxERP %]
[%- USE T8 %]
-
<h1>[% title | html %]</h1>
<table width=100%>
- <tr>
- </tr>
- <tr height="5"></tr>
<tr>
<td>
<table width=100%>
[%- USE HTML %]
[%- USE T8 %]
+<h1>[% title | html %]</h1>
<form method=post action=am.pl>
<input type=hidden name=type value=lead>
<table width=100%>
- <tr>
- <th class=listtop colspan=2>[% title | html %]</th>
- </tr>
- <tr height="5"></tr>
<tr>
<th align=right>[% 'Description' | $T8 %]</th>
<td><input name=description size=50 value="[% lead | html %]"></td>
[%- USE HTML %]
[%- USE LxERP %]
[%- USE L %]
+<h1>[% title | html %]</h1>
<table width=100%>
- <tr>
- <th class=listtop>[% title | html %]</th>
- </tr>
- <tr height="5"></tr>
<tr class=listheading>
<th class=listheading width=100%>[% 'Description' | $T8 %]</th>
</tr>
[%- USE T8 %][% USE L %][% USE LxERP %]
[% USE HTML %]
+<h1>[% title %]</h1>
[% IF MESSAGE %]<p>[% MESSAGE %]</p>[% END %]
- <div class="listtop">[% title %]</div>
<p>
<table width="100%" id="price_factor_list">
[%- USE T8 %]
[%- USE HTML %]
-
- <div class="listtop">[% title %]</div>
+ <h1>[% title %]</h1>
<table>
<tr>
[%- USE T8 %][% USE LxERP %][% USE L %]
[% USE HTML %]
+<h1>[% title %]</h1>
[% IF saved_message %]<p>[% saved_message %]</p>[% END %]
- <div class="listtop">[% title %]</div>
-
<p>
<table width="100%" id="warehouse_list">
<tr class="listheading">
[%- USE T8 %]
[%- USE L %]
+<h1>[% title %]</h1>
<form method=post name="search" action=[% script %]>
<table width=100%>
- <tr><th class=listtop>[% title %]</th></tr>
- <tr height="5"></tr>
<tr>
<td>
<table>
[%- USE T8 %]
[%- USE L %]
+<h1>[% title %]</h1>
<form method=post name="search" action=[% script %]>
<table width=100% border="0">
- <tr><th class=listtop>[% title %]</th></tr>
- <tr height="5"></tr>
<tr>
<td>
<table>
[%- USE T8 %]
[% USE HTML %]
+<h1>[% title %]</h1>
[%- IF params.error %]
<p><div class="message_error">[% params.error %]</div></p>
[%- END %]
- <p><div class="listtop">[% title %]</div></p>
-
<form method="post" action="bankaccounts.pl">
<p>
[% USE HTML %][% USE L %][% USE LxERP %]
+<h1>[% FORM.title %]</h1>
<form method="post" action="controller.pl">
- <div class="listtop">[% FORM.title %]</div>
[%- INCLUDE 'common/flash.html' %]
[% USE HTML %][% USE L %][% USE LxERP %]
-
- <div class="listtop">[% FORM.title %]</div>
+<h1>[% FORM.title %]</h1>
[%- INCLUDE 'common/flash.html' %]
[% USE T8 %]
[% USE HTML %]
[% USE LxERP %]
+<h1>[% title | html %]</h1>
+
<form method=post action="[% script %]">
[% L.hidden_tag('accno', accno) %]
[% L.hidden_tag('sort', 'transdate') %]
[% L.hidden_tag('accounttype', accounttype) %]
-<table border=0 width=100%>
- <tr>
- <th class=listtop>[% title | html %]</th>
- </tr>
-</table>
<table>
<tr>
<th align=left>[% L.radio_button_tag('reporttype', value='custom', label=LxERP.t8('Customized Report')) %]</th>
[% END %]
<table>
- <tr>
- <th class="listtop">
+ <tr class='listheading'>
+ <th>
<table height="0" width="0" cellpadding="0" cellspacing="0" marginheight="0" marginwidth="0" border="0">
<tr>
<td align="center" valign="middle">
</tr>
</table>
</th>
- <th class=listtop>
+ <th>
<table height="0" width="0" cellpadding="0" cellspacing="0" marginheight="0" marginwidth="0" border="0">
<tr>
<td align="center" valign="middle">
</tr>
</table>
</th>
- <th class=listtop>
+ <th>
<table>
<tr>
<td>
</tr>
</table>
</th>
- <th class=listtop>
+ <th>
<table>
<tr>
<td>
</tr>
</table>
</th>
- <th class=listtop>
+ <th>
<table height="0" width="0" cellpadding="0" cellspacing="0" marginheight="0" marginwidth="0" border="0">
<tr>
<td align="center" valign="middle">
</tr>
</table>
</th>
- <th class=listtop>
+ <th>
<table height="0" width="0" cellpadding="0" cellspacing="0" marginheight="0" marginwidth="0" border="0">
<tr>
<td align="center" valign="middle">
[%- USE T8 %]
[% USE HTML %]
+<h1>[% IF is_customer %][% 'Customer details' | $T8 %][% ELSE %][% 'Vendor details' | $T8 %][% END %] "[% HTML.escape(name) %]"</h1>
[% BLOCK jump_block %]
[%- IF SHIPTO.size || CONTACTS.size %]
[%- END %]
[% END %]
-
- <div width="100%" class="listtop">
- [% IF is_customer %][% 'Customer details' | $T8 %][% ELSE %][% 'Vendor details' | $T8 %][% END %] "[% HTML.escape(name) %]"
- </div>
-
[%- INCLUDE jump_block CONTACTS = CONTACTS, SHIPTO = SHIPTO %]
<a name="billing"><h1>[% 'Billing Address' | $T8 %]</h1></a>
[%- USE LxERP %]
[%- USE L %]
[%- USE T8 %]
-
- <div class="listtop">[% FORM.title %]</div>
+ <h1>[% FORM.title %]</h1>
[%- INCLUDE 'common/flash.html' %]
[%- USE T8 %]
[%- USE L %]
[%- USE HTML %]
+<h1>[% title %]</h1>
+
<form method="post" action="ct.pl" name="Form">
<input type="hidden" name="db" value="[% HTML.escape(db) %]">
- <div class="listtop">[% title %]</div>
-
<table>
<tr>
<th align="right" nowrap>[% IF IS_CUSTOMER %][% 'Customer Number' | $T8 %][% ELSE %][% 'Vendor Number' | $T8 %][% END %]</th>
[%- USE T8 %]
[%- USE L %]
[%- USE LxERP %]
- <form method="post" action="ct.pl" name="Form">
+<h1>[% 'Contacts' | $T8 %]</h1>
- <div class="listtop">[% 'Contacts' | $T8 %]</div>
+ <form method="post" action="ct.pl" name="Form">
<table>
<tr>
[%- USE T8 %]
[%- USE LxERP %]
[%- USE L %]
+<h1>[% FORM.title %]</h1>
[% L.hidden_tag('_cti_enabled', !!LXCONFIG.cti.dial_command) %]
[% cv_cvars = SELF.cv.cvars_by_config %]
<form method="post" action="controller.pl">
- <div class="listtop">[% FORM.title %]</div>
[% L.hidden_tag('db', FORM.db) %]
[% L.hidden_tag('callback', FORM.callback) %]
</p>
[% END %]
-
- <div class="listtop">
+ <h2>
[% IF ( SELF.note.id ) %]
[% 'Edit note' | $T8 %]
[% ELSE %]
[% 'Add note' | $T8 %]
[% END %]
- </div>
+ </h2>
[% L.hidden_tag('note.id', SELF.note.id) %]
[%- USE T8 %]
+<h1>[% 'DATEX - Export Assistent' | $T8 %]</h1>
<form method=post action='[% script %]'>
-
<table width=100%>
- <tr>
- <th class=listtop>[% 'DATEX - Export Assistent' | $T8 %]</th>
- </tr>
<tr>
<th align=left>[% 'DATEV Angaben' | $T8 %]</th>
</tr>
[%- USE T8 %]
[%- USE HTML %]
-<html>
Export in Bearbeitung<br>
<br>
[%- USE T8 %]
[%- USE L %]
+<h1>[% 'DATEX - Export Assistent' | $T8 %]</h1>
<form method=post action="[% script %]">
-
<table width=100%>
- <tr>
- <th class=listtop>[% 'DATEX - Export Assistent' | $T8 %]</th>
- </tr>
<tr>
<th align=left>[% 'Zeitraum' | $T8 %]</th>
</tr>
[%- USE T8 %]
+<h1>[% 'DATEX - Export Assistent' | $T8 %]</h1>
<form method=post action="[% script %]">
<table width=100%>
- <tr>
- <th class=listtop>[% 'DATEX - Export Assistent' | $T8 %]</th>
- </tr>
<tr>
<th align=left>[% 'Konten' | $T8 %]</th>
</tr>
[%- USE T8 %]
-[% USE HTML %]<div class="listtop">[% 'Update SKR04: new tax account 3804 (19%)' | $T8 %]</div>
+[% USE HTML %]
+<h1>[% 'Update SKR04: new tax account 3804 (19%)' | $T8 %]</h1>
<form name="Form" method="post" action="login.pl">
<input type="hidden" name="action" value="login">
[%- USE T8 %]
-[% USE HTML %]<div class="listtop">[% 'Update SKR04: new tax account 3804 (19%)' | $T8 %]</div>
+[% USE HTML %]
+<h1>[% 'Update SKR04: new tax account 3804 (19%)' | $T8 %]</h1>
<form name="Form" method="post" action="login.pl">
<input type="hidden" name="action" value="login">
[%- USE T8 %]
[%- USE L %]
-[% USE HTML %]<div class="listtop">[% 'Invalid transactions' | $T8 %]</div>
+[% USE HTML %]
+<h1>[% 'Invalid transactions' | $T8 %]</h1>
<form name="Form" method="post" action="login.pl">
<input type="hidden" name="action" value="login">
[%- USE LxERP -%][%- USE L -%]
+<h1>[%- LxERP.t8("Introduction of clients") %]</h1>
[%- INCLUDE 'common/flash.html' %]
[% L.javascript_tag('jquery.selectboxes', 'jquery.multiselect2side') %]
-<h1>[%- LxERP.t8("Introduction of clients") %]</h1>
-
<p>
[% LxERP.t8("kivitendo has been extended to handle multiple clients within a single installation.") %]
[% LxERP.t8("Therefore several settings that had to be made for each user in the past have been consolidated into the client configuration.") %]
[%- USE T8 %]
-[% USE HTML %]<div class="listtop">[% 'cp_greeting to cp_gender migration' | $T8 %]</div>
-
+[% USE HTML %]
+<h1>[% 'cp_greeting to cp_gender migration' | $T8 %]</h1>
<form action="[% script %]" method="POST">
<br>
[%- USE HTML %]
[%- USE LxERP %]
[%- USE JavaScript %]
+<h1>[% '<b>Default Bins Migration !READ CAREFULLY!</b>' | $T8 %]</h1>
+
<script type="text/javascript" src="js/common.js"></script>
<script type="text/javascript">
<!--
-<div class="listtop">[% '<b>Default Bins Migration !READ CAREFULLY!</b>' | $T8 %]</div>
<form name="Form" method="post" action="login.pl">
<input type="hidden" name="action" value="login">
<input type="hidden" name="continued" value="1">
[%- USE T8 %]
[%- USE HTML %]
[%- USE LxERP %]
+<h1>[% '<b>Default Bins Migration !READ CAREFULLY!</b>' | $T8 %]</h1>
-<div class="listtop">[% '<b>Default Bins Migration !READ CAREFULLY!</b>' | $T8 %]</div>
<form name="Form" method="post" action="login.pl">
<input type="hidden" name="action" value="login">
<input type="hidden" name="continued" value="1">
[%- USE T8 %]
-[% USE HTML %][%- USE LxERP -%]<div class="listtop">[% 'Double partnumbers' | $T8 %]</div>
+[% USE HTML %][%- USE LxERP -%]
+<h1>[% 'Double partnumbers' | $T8 %]</h1>
+
<script type="text/javascript">
<!--
function show_parts(vc) {
[%- USE T8 %]
[%- USE HTML %]
-
- <table width="100%">
- <tr>
- <td class="listtop">[% 'Dataset upgrade' | $T8 %] ([% HTML.escape(dbname) %])</td>
- </tr>
- </table>
+<h1>[% 'Dataset upgrade' | $T8 %] ([% HTML.escape(dbname) %])</h1>
[%- USE T8 %]
-[% USE HTML %]<div class="listtop">[% 'No default currency' | $T8 %]</div>
+[% USE HTML %]
+<h1>[% 'No default currency' | $T8 %]</h1>
<form name="Form" method="post" action="login.pl">
<input type="hidden" name="action" value="login">
[%- USE T8 %]
[%- USE L %]
-[% USE HTML %]<div class="listtop">[% 'Orphaned currencies' | $T8 %]</div>
+[% USE HTML %]
+<h1>[% 'Orphaned currencies' | $T8 %]</h1>
<form name="Form" method="post" action="login.pl">
<input type="hidden" name="action" value="login">
[%- USE T8 %]
[% USE L %]
-[% USE HTML %][%- USE LxERP -%]<div class="listtop">[% 'Show parts' | $T8 %]</div>
+[% USE HTML %][%- USE LxERP -%]
+<h1>[% 'Show parts' | $T8 %]</h1>
<form method="post" action="controller.pl">
[% L.hidden_tag("action", "LoginScreen/login") %]
-
[% USE T8 %]
[% USE HTML %]
[% USE L %]
-<div class="listtop">[% 'New filter for tax accounts' | $T8 %]</div>
+<h1>[% 'New filter for tax accounts' | $T8 %]</h1>
<form name="Form" method="post" action="login.pl">
<input type="hidden" name="action" value="login">
[%- USE T8 %]
-[% USE HTML %]<div class="listtop">[% 'Inconsistency in database' | $T8 %]</div>
+[% USE HTML %]
+<h1>[% 'Inconsistency in database' | $T8 %]</h1>
<form name="Form" method="post" action="login.pl">
<input type="hidden" name="action" value="login">
[%- USE T8 %]
-[% USE HTML %]<div class="listtop">[% 'taxkey 0 is already allocated.' | $T8 %]</div>
+[% USE HTML %]
+<h1>[% 'taxkey 0 is already allocated.' | $T8 %]</h1>
<form name="Form" method="post" action="login.pl">
<input type="hidden" name="action" value="login">
[%- USE T8 %]
[% USE HTML %]
-<div class="listtop">[% 'Warehouse Migration' | $T8 %]</div>
+<h1>[% 'Warehouse Migration' | $T8 %]</h1>
<form action="[% script %]" method="POST">
<p>
[% USE HTML %][% USE T8 %][% USE L %][% USE LxERP %]
+<h1>[% FORM.title %]</h1>
<form method="post" action="controller.pl">
- <div class="listtop">[% FORM.title %]</div>
[%- INCLUDE 'common/flash.html' %]
[% USE HTML %][% USE T8 %][% USE L %][% USE LxERP %]
-
- <div class="listtop">[% FORM.title %]</div>
+<h1>[% FORM.title %]</h1>
[%- INCLUDE 'common/flash.html' %]
[% USE HTML %][% USE T8 %][% USE L %][% USE LxERP %]
[% SET is_used = SELF.department.is_used %]
+<h1>[% FORM.title %]</h1>
<form method="post" action="controller.pl">
- <div class="listtop">[% FORM.title %]</div>
[%- INCLUDE 'common/flash.html' %]
[% USE HTML %][% USE T8 %][% USE L %][% USE LxERP %]
-
- <div class="listtop">[% FORM.title %]</div>
+<h1>[% FORM.title %]</h1>
[%- INCLUDE 'common/flash.html' %]
[%- USE HTML %]
[%- USE LxERP %]
[%- USE L %]
+<h1>[% title %]</h1>
+
<script type="text/javascript" src="js/show_form_details.js"></script>
<script type="text/javascript" src="js/show_history.js"></script>
<script type="text/javascript" src="js/show_vc_details.js"></script>
[%- SET DISABLED = ' disabled' %]
[%- END %]
- <div class="listtop">[% title %]</div>
-
[%- INCLUDE 'common/flash.html' %]
[%- INCLUDE 'generic/set_longdescription.html' %]
[%- USE T8 %]
[%- USE L %]
[%- USE HTML %][%- USE LxERP %]
+<h1>[% title %]</h1>
+
[%- IF vc == 'customer' %]
[%- SET is_customer = '1' %]
[%- ELSE %]
<form method="post" action="do.pl" name="Form">
- <div class="listtop">[% title %]</div>
-
<p>
<table>
<tr>
[%- USE T8 %]
[%- USE L %]
[%- USE HTML %][%- USE LxERP %][%- USE JavaScript %]
+<h1>[% title %]</h1>
+
[%- UNLESS delivered %]
<script type="text/javascript">
<!--
<form method="post" action="do.pl" name="Form">
- <div class="listtop">[% title %]</div>
-
[%- IF ERRORS && ERRORS.size %]
<p><font color="#ff0000">[% ERRORS.join('<br>') %]</font></p>
[%- END %]
[%- USE T8 %]
[%- USE HTML %][%- USE LxERP %]
+<h1>[% title %]</h1>
[%- IF delivered %]
[%- SET RO = ' readonly' %]
<form method="post" action="do.pl" name="Form">
- <div class="listtop">[% title %]</div>
-
[%- IF ERRORS && ERRORS.size %]
<p><font color="#ff0000">[% ERRORS.join('<br>') %]</font></p>
[%- END %]
[%- USE T8 %]
[%- USE HTML %]
+<h1>[% 'Load draft' | $T8 %]</h1>
<form action="[% HTML.escape(script) %]" method="post">
<input type="hidden" name="SAVED_FORM" value="[% HTML.escape(SAVED_FORM) %]">
<table width="100%">
- <tr>
- <th class="listtop">[% 'Load draft' | $T8 %]</th>
- </tr>
- <tr height="5"></tr>
-
<tr>
<td>
[% 'The following drafts have been saved and can be loaded.' | $T8 %]
[%- USE T8 %]
[%- USE HTML %]
+<h1>[% 'Save draft' | $T8 %]</h1>
<form action="[% HTML.escape(script) %]" method="post">
<input type="hidden" name="SAVED_FORM" value="[% HTML.escape(SAVED_FORM) %]">
<table width="100%">
- <tr>
- <th class="listtop">[% 'Save draft' | $T8 %]</th>
- </tr>
- <tr height="5"></tr>
-
<tr>
<td>[% 'Enter a description for this new draft.' | $T8 %]</td>
</tr>
[%- USE T8 %]
[% USE HTML %]<script type="text/javascript" src="js/common.js"></script>
- <div class="listtop">[% title %]</div>
+<h1>[% title %]</h1>
<form method="post" name="search" action="dn.pl">
[%- USE T8 %]
[%- USE HTML %]
+<h1>[% title %]</h1>
+
<script type="text/javascript" src="js/common.js"></script>
<script type="text/javascript" src="js/dunning.js"></script>
- <div class="listtop" width="100%">[% title %]</div>
-
<form method="post" action="dn.pl" name="Form">
<table>
- <tr height="5"></tr>
<tr>
<th class="listheading">[% 'Dunning Level' | $T8 %]</th>
[%- USE T8 %]
[%- USE HTML %]
[%- USE L %]
+<h1>[% title %]</h1>
+
<script type="text/javascript" src="js/common.js"></script>
<form method="post" name="search" action="dn.pl">
- <div class="listtop">[% title %]</div>
-
<table width="100%">
- <tr height="5"></tr>
<tr>
<td>
<table>
[%- USE T8 %]
[%- USE HTML %]
+<h1>[% title %]</h1>
+
<script type="text/javascript">
<!--
function email_updated() {
<input type="hidden" name="input_body" value="[% HTML.escape(input_body) %]">
<input type="hidden" name="input_attachment" value="[% HTML.escape(input_attachment) %]">
- <div class="listtop" width="100%">[% title %]</div>
-
<table width="100%">
<tr>
<td valign="top">[% 'Subject:' | $T8 %]</td>
[%- USE T8 %]
[% USE HTML %]
[% USE L %]
+<h1>[% title %]</h1>
+
[% SET all_active = 1 %][% FOREACH row = DUNNINGS %][% IF !row.active %][% SET all_active = 0 %][% LAST %][% END %][% END %]
[% SET all_email = 1 %][% FOREACH row = DUNNINGS %][% IF !row.email %][% SET all_email = 0 %][% LAST %][% END %][% END %]
<script type="text/javascript" src="js/common.js"></script>
<script type="text/javascript" src="js/dunning.js"></script>
- <div class="listtop" width="100%">[% title %]</div>
-
<p>[% 'The columns "Dunning Duedate", "Total Fees" and "Interest" show data for the previous dunning created for this invoice.' | $T8 %]</p>
<form name="Form" method="post" action="dn.pl">
[%- USE T8 %]
[%- USE L %]
[%- USE HTML %]
+<h1>[% title %]</h1>
+
<script type="text/javascript">
$(function(){ document.Form.subject.focus(); });
</script>
<p>[% SAVED_MESSAGE %]</p>
[%- END %]
- <div class="listtop">[% title %]</div>
-
<input type="hidden" name="id" value="[% HTML.escape(id) %]">
<input type="hidden" name="note_id" value="[% HTML.escape(note_id) %]">
<input type="hidden" name="callback" value="[% HTML.escape(callback) %]">
[%- IF FOLLOW_UPS.size %]
<hr height="3" noshade>
- <div class="listtop">[% 'Existing pending follow-ups for this item' | $T8 %]</div>
+ <h2>[% 'Existing pending follow-ups for this item' | $T8 %]</h2>
<p>
<table>
[%- USE T8 %]
[% USE HTML %]
+<h1>[% title %]</h1>
+
[%- IF SAVED_MESSAGE %]
<p>[% SAVED_MESSAGE %]</p>
[%- END %]
- <div class="listtop">[% title %]</div>
-
<p>[% 'Allow the following users access to my follow-ups:' | $T8 %]</p>
<form action="fu.pl" method="post" name="Form">
[%- USE T8 %]
[% USE HTML %]
-
-<div class="listtop">[% 'Unfinished follow-ups' | $T8 %]</div>
+<h1>[% 'Unfinished follow-ups' | $T8 %]</h1>
<form action="fu.pl" method="post" name="TODOFollowUpsForm">
<input type="hidden" name="callback" value="[% HTML.escape(callback) %]">
[%- USE T8 %]
[%- USE L %]
[% USE HTML %]
+<h1>[% title %]</h1>
+
<script type="text/javascript">
$(function(){ document.Form.subject.focus(); });
</script>
- <div class="listtop">[% title %]</div>
-
<form action="fu.pl" method="post" name="Form">
<input type="hidden" name="nextsub" value="report">
[%- USE T8 %]
[%- USE HTML %]
+<h1>[% title %]</h1>
+
<form name="Form">
<input type="hidden" name="input_name" value="[% HTML.escape(input_name) %]">
<input type="hidden" name="input_id" value="[% HTML.escape(input_id) %]">
<table width="100%">
- <tr>
- <th class="listtop">[% title %]</th>
- </tr>
- <tr height="5"></tr>
-
<tr><td>[% 'Please insert object dimensions below.' | $T8 %]</td></tr>
<tr>
[%- USE T8 %]
[%- USE HTML %]
+<h1>[% title %]</h1>
+
<form method="post">
<input type="hidden" name="input_name" value="[% HTML.escape(input_name) %]">
<input type="hidden" name="allow_both" value="[% HTML.escape(allow_both) %]">
<input type="hidden" name="action_on_cov_selected" value="[% HTML.escape(action_on_cov_selected) %]">
- <table width="100%">
- <tr>
- <th class="listtop">[% title %]</th>
- </tr>
- <tr height="5"></tr>
-
<tr>
<td>
[%- IF !is_vendor %]
[%- USE T8 %]
[%- USE HTML %][%- USE LxERP -%][%- USE L -%]
+<h1>[% title %]</h1>
+
<form name="Form" method="post" action="[% script %]">
<table width="100%">
- <tr class="listtop">
-
- <th class="listtop">[% title %]</th>
- </tr>
- <tr height="5"></tr>
<tr>
<td>
<table>
[%- USE T8 %]
[%- USE HTML %]
+<h1>[% title %]</h1>
+
<form action="[% HTML.escape(script) %]" method="post" name="Form">
<input type="hidden" name="input_partnumber" value="[% HTML.escape(input_partnumber) %]">
<input type="hidden" name="options" value="[% HTML.escape(options) %]">
<input type="hidden" name="new_description" value="[% HTML.escape(description) %]">
- <div class="listtop">[% title %]</div>
-
<table width="100%">
<tr>
<td>
[%- USE T8 %]
[%- USE HTML %]
+<h1>[% title %]</h1>
+
<form name="Form">
<input type="hidden" name="input_name" value="[% HTML.escape(input_name) %]">
<input type="hidden" name="input_id" value="[% HTML.escape(input_id) %]">
- <div class="listtop">[% title %]</div>
-
<table width="100%">
- <tr height="5"></tr>
-
<tr><td>[% 'Please select a customer from the list below.' | $T8 %]</td></tr>
<tr>
<input type="hidden" name="remap_parts_id" value="[% HTML.escape(remap_parts_id) %]">
<input type="hidden" name="remap_partnumber" value="[% HTML.escape(remap_partnumber) %]">
- <div class="listtop">[% 'Select a part or assembly' | $T8 %]</div>
+ <h1>[% 'Select a part or assembly' | $T8 %]</h1>
<p>
<table>
[%- USE T8 %]
[%- USE HTML %]
+<h1>[% title %]</h1>
+
<form name="Form">
<input type="hidden" name="input_name" value="[% HTML.escape(input_name) %]">
<input type="hidden" name="input_id" value="[% HTML.escape(input_id) %]">
- <div class="listtop">[% title %]</div>
-
<table width="100%">
- <tr height="5"></tr>
-
<tr><td>[% 'Please select a vendor from the list below.' | $T8 %]</td></tr>
<tr>
[%- USE T8 %]
[%- USE HTML %]
-
- <p>
- <div class="listtop">[% HTML.escape(title) %]</div>
- </p>
+<h1>[% HTML.escape(title) %]</h1>
[%- IF message %]
<p>
[%- USE T8 %]
[%- USE HTML %]
-
- <p>
- <div class="listtop">[% HTML.escape(title) %]</div>
- </p>
+<h1>[% HTML.escape(title) %]</h1>
[%- IF message %]
<p>
[%- USE LxERP %]
[%- USE T8 %]
[%- USE L %]
+<h1>[% title | html %]</h1>
+
<script type="text/javascript">
<!--
function updateTaxes(row)
<input type="hidden" name="follow_up_rowcount" value="1">
<table width=100%>
- <tr>
- <th class=listtop>[% title | html %]</th>
- </tr>
[%- IF saved_message %]
<tr>
<td>[% saved_message | html %]</th>
[%- USE HTML %]
[%- USE LxERP %]
[%- USE L %]
+<h1>[% 'Journal' | $T8 %]</h1>
+
<form method=post action=gl.pl>
<input type=hidden name=sort value=datesort>
<table width=100%>
- <tr>
- <th class=listtop>[% 'Journal' | $T8 %]</th>
- </tr>
- <tr height="5"></tr>
<tr>
<td>
<table>
[%- USE HTML %]
[%- USE LxERP %][%- USE L -%][%- USE P -%]
[% PROCESS 'common/select_warehouse_bin.html' %]
- <p><div class="listtop">[% title %] [% HTML.escape(partnumber) %] [% HTML.escape(description) %]</div></p>
+ <h1>[% title %] [% HTML.escape(partnumber) %] [% HTML.escape(description) %]</h1>
[% PROCESS 'common/flash.html' %]
[%- USE HTML %]
[%- USE LxERP %]
[%- USE L %]
+<h1>[% title %]</h1>
<form method="post" action="ic.pl">
<input type="hidden" name="ndxs_counter" value="[% HTML.escape(ndxs_counter) %]">
- <div class="listtop">[% title %]</div>
-
<table width="100%">
- <tr height="5"></tr>
<tr valign="top">
<td>
<table>
[%- USE T8 %]
[%- USE HTML %]
[%- USE LxERP %]
+<h1>[% 'Update prices' | $T8 %]</h1>
<form method="post" action="ic.pl">
<input type="hidden" name="title" value="[% 'Update prices' | $T8 %]">
- <div class="listtop">[% 'Update prices' | $T8 %]</div>
-
<p>
<table>
<tr>
[% USE LxERP %][% USE HTML %][% USE L %]
-
- <div class="listtop">[% title %]</div>
+<h1>[% title %]</h1>
<form method="post" action="[% HTML.escape(script) %]">
[%- USE HTML %]
[%- USE LxERP %]
[%- USE L %]
+<h1>[% title %]</h1>
+
[%- SET follow_up_trans_info = invnumber _ ' (' _ vendor_name _ ')' %]
<script type="text/javascript" src="js/common.js"></script>
<script type="text/javascript" src="js/vendor_selection.js"></script>
<input type="hidden" name="follow_up_trans_info_1" value="[% HTML.escape(follow_up_trans_info) %]">
<input type="hidden" name="follow_up_rowcount" value="1">
-<p><div class="listtop" width="100%">[% title %]</div></p>
-
[%- INCLUDE 'common/flash.html' %]
[%- INCLUDE 'generic/set_longdescription.html' %]
[% USE LxERP %][% USE HTML %]
- <div class="listtop">[% title %]</div>
+<h1>[% title %]</h1>
<p>
[%- LxERP.t8('Starting with version 2.6.3 the configuration files in "config" have been consolidated.') %]
[%- USE T8 %]
[%- USE HTML %]
-
- <div class="listtop" width="100%">[% 'Carry over shipping address' | $T8 %]</div>
+<h1>[% 'Carry over shipping address' | $T8 %]</h1>
<p>[% 'You have entered or selected the following shipping address for this customer:' | $T8 %]</p>
[% USE HTML %]
[% USE LxERP %]
[% USE L %]
-
- <div class="listtop">[% title %]</div>
+<h1>[% title %]</h1>
<form name="Form" action="oe.pl" method="post">
[%- USE T8 %]
[% USE HTML %][% USE LxERP %]
-
-<div class="listtop">[% 'Overdue sales quotations and requests for quotations' | $T8 %]</div>
+<h1>[% 'Overdue sales quotations and requests for quotations' | $T8 %]</h1>
<table width="100%">
<tr>
[%- USE T8 %]
[%- USE LxERP %]
[%- USE L %]
+<h1>[% HTML.escape(title) %]</h1>
+
[%- SET vclabel = vc == 'customer' ? LxERP.t8('Customer') : LxERP.t8('Vendor') %]
[%- SET vcnumberlabel = vc == 'customer' ? LxERP.t8('Customer Number') : LxERP.t8('Vendor Number') %]
[%- SET vctypelabel = vc == 'customer' ? LxERP.t8('Customer type') : LxERP.t8('Vendor type') %]
<form method="post" action="oe.pl">
- <p><div class="listtop">[% HTML.escape(title) %]</div></p>
-
<table width="100%">
<tr>
<td>
[% USE HTML %][% USE T8 %][% USE L %][% USE LxERP %]
+<h1>[% FORM.title %]</h1>
<form method="post" action="controller.pl">
- <div class="listtop">[% FORM.title %]</div>
[%- INCLUDE 'common/flash.html' %]
[% USE HTML %][% USE T8 %][% USE L %][% USE LxERP %]
-
- <div class="listtop">[% FORM.title %]</div>
+ <h1>[% FORM.title %]</h1>
[%- INCLUDE 'common/flash.html' %]
[%- USE L %]
[%- USE T8 %]
[%- USE HTML %]
+<h1>[% title %]</h1>
[% L.javascript_tag('show_history.js') %]
<form method=post action="[% script %]">
<input type=hidden name=type value="[% type %]">
<table width=100%>
- <tr>
- <th class=listtop>[% title %]</th>
- </tr>
- <tr height="5"></tr>
<tr>
<td>
<table width=100%>
[%- USE HTML %]
[%- USE T8 %]
+<h1>[% 'Groups' | $T8 %]</h1>
<table width=100%>
- <tr>
- <th class=listtop>[% 'Groups' | $T8 %]</th>
- </tr>
- <tr height="5"></tr>
<tr>
<td>[% option %]</td>
</tr>
[%- USE L %]
[%- USE T8 %]
[%- USE HTML %]
+<h1>[% title %]</h1>
[% L.javascript_tag('show_history.js') %]
<form method=post action="[% script %]">
<input type=hidden name=type value="[% type %]">
<table width=100%>
- <tr>
- <th class=listtop>[% title %]</th>
- </tr>
- <tr height="5"></tr>
<tr>
<td>
<table width=100%>
[%- USE HTML %]
[%- USE T8 %]
+<h1>[% 'Pricegroup' | $T8 %]</h1>
<table width=100%>
- <tr>
- <th class=listtop>[% 'Pricegroup' | $T8 %]</th>
- </tr>
- <tr height="5"></tr>
<tr>
<td>[% option %]</td>
</tr>
[%- USE T8 %]
[%- USE LxERP %]
[%- USE HTML %]
+<h1>[% is_pricegroup ? LxERP.t8('Pricegroup') : LxERP.t8('Groups') %]</h1>
<form method=post action="[% script %]">
<input type=hidden name=type value="[% type %]">
<table width=100%>
- <tr>
- <th class=listtop>[% is_pricegroup ? LxERP.t8('Pricegroup') : LxERP.t8('Groups') %]</th>
- </tr>
- <tr height="5"></tr>
<tr>
<td>
<table width=100%>
[% USE L %][% USE LxERP %][%- USE P -%]
-<div class="listtop">[%- P.escape(title) %]</div>
+<h1>[%- P.escape(title) %]</h1>
<div style="padding-bottom: 15px">
<table style="width: 100%" id="record_list_[% type %]">
[%- USE HTML %]
[%- USE L %]
[%- USE LxERP %]
+<h1>[% 'Search projects' | $T8 %]</h1>
[%- INCLUDE 'common/flash.html' %]
<form method="post" action="controller.pl">
- <div class="listtop">[% 'Search projects' | $T8 %]</div>
-
<p>
[%- INCLUDE 'project/_filter.html' %]
</p>
[% USE HTML %][% USE L %][% USE LxERP %]
+<h1>[% FORM.title %]</h1>
<form method="post" action="controller.pl">
- <div class="listtop">[% FORM.title %]</div>
[%- INCLUDE 'common/flash.html' %]
[% USE HTML %][% USE T8 %][% USE L %][% USE LxERP %]
-
- <div class="listtop">[% FORM.title %]</div>
+ <h1>[% FORM.title %]</h1>
[%- INCLUDE 'common/flash.html' %]
[% USE HTML %][% USE L %][% USE LxERP %]
+<h1>[% FORM.title %]</h1>
<form method="post" action="controller.pl">
- <div class="listtop">[% FORM.title %]</div>
[%- INCLUDE 'common/flash.html' %]
[% USE HTML %][% USE T8 %][% USE L %][% USE LxERP %]
-
- <div class="listtop">[% FORM.title %]</div>
+<h1>[% FORM.title %]</h1>
[%- INCLUDE 'common/flash.html' %]
[%- USE L -%][%- USE LxERP -%][%- USE JavaScript -%]
[%- SET style='width: 500px' %]
-<div class="listtop">[%- LxERP.t8("Add link: select records to link with") %]</div>
+<h1>[%- LxERP.t8("Add link: select records to link with") %]</h1>
<form method="post" action="controller.pl">
[% USE HTML %][% USE L %][% USE LxERP %]
+<h1>[% FORM.title %]</h1>
<form method="post" action="controller.pl">
- <div class="listtop">[% FORM.title %]</div>
[%- INCLUDE 'common/flash.html' %]
[% USE HTML %][% USE L %][% USE LxERP %]
-
- <div class="listtop">[% FORM.title %]</div>
+<h1>[% FORM.title %]</h1>
[%- INCLUDE 'common/flash.html' %]
[% USE HTML %][% USE L %][% USE LxERP %]
+<h1>[% FORM.title %]</h1>
<form method="post" action="controller.pl">
- <div class="listtop">[% FORM.title %]</div>
[%- INCLUDE 'common/flash.html' %]
[% USE HTML %][% USE L %][% USE LxERP %]
-
- <div class="listtop">[% FORM.title %]</div>
+<h1>[% FORM.title %]</h1>
[%- INCLUDE "common/flash.html" %]
[% USE HTML %][% USE L %][% USE LxERP %]
+<h1>[% FORM.title %]</h1>
<form method="post" action="controller.pl">
- <div class="listtop">[% FORM.title %]</div>
[%- INCLUDE 'common/flash.html' %]
[% USE HTML %][% USE L %][% USE LxERP %]
-
- <div class="listtop">[% FORM.title %]</div>
+<h1>[% FORM.title %]</h1>
[%- INCLUDE 'common/flash.html' %]
[% USE HTML %][% USE L %][% USE LxERP %]
+<h1>[% FORM.title %]</h1>
<form method="post" action="controller.pl">
- <div class="listtop">[% FORM.title %]</div>
[%- INCLUDE 'common/flash.html' %]
[% USE HTML %][% USE L %][% USE LxERP %]
-
- <div class="listtop">[% FORM.title %]</div>
+<h1>[% FORM.title %]</h1>
[%- INCLUDE "common/flash.html" %]
[% USE HTML %][% USE L %][% USE LxERP %]
+<h1>[% FORM.title %]</h1>
<form method="post" action="controller.pl">
- <div class="listtop">[% FORM.title %]</div>
[%- INCLUDE 'common/flash.html' %]
[% USE HTML %][% USE L %][% USE LxERP %]
-
- <div class="listtop">[% FORM.title %]</div>
+<h1>[% FORM.title %]</h1>
[%- INCLUDE 'common/flash.html' %]
[% USE HTML %][% USE L %][% USE LxERP %]
+<h1>[% FORM.title %]</h1>
<form method="post" action="controller.pl">
- <div class="listtop">[% FORM.title %]</div>
[%- INCLUDE 'common/flash.html' %]
[% USE HTML %][% USE L %][% USE LxERP %]
-
- <div class="listtop">[% FORM.title %]</div>
+<h1>[% FORM.title %]</h1>
[%- INCLUDE 'common/flash.html' %]
[%- USE T8 %]
[%- USE HTML %]
+<h1>[% 'Summen- und Saldenliste' | $T8 %] [% template_fromto %]</h1>
<script type="text/javascript">
<!--
<p>[% MESSAGE %]</p>
[% END %]
- <div class="listtop" width="100%">[% 'Summen- und Saldenliste' | $T8 %] [% template_fromto %]</div>
-
[% IF TOP_INFO_TEXT %]
<p>[% TOP_INFO_TEXT %]</p>
[% END %]
[% SET arap = 'ar' %]
[% SET iris = 'is' %]
[%- END %]
-
- <p><div class="listtop">[% title %]</div></p>
+<h1>[% title %]</h1>
<form action="sepa.pl" method="post">
<p>
[% SET arap = 'ar' %]
[% SET iris = 'is' %]
[%- END %]
+<h1>[% title %]</h1>
[%- IF error_message %]
<p><div class="message_error">[% error_message %]</div></p>
[%- END %]
- <p><div class="listtop">[% title %]</div></p>
-
<form action="sepa.pl" method="post">
<p>1.
[%- IF is_vendor %]
[%- USE T8 %]
[% USE HTML %]
-
- <p><div class="listtop">[% title %]</div></p>
+<h1>[% title %]</h1>
<p>
[% 'The SEPA export has been created.' | $T8 %]
[% SET arap = 'ar' %]
[% SET iris = 'is' %]
[%- END %]
-
- <p><div class="listtop">[% title %]: [% HTML.escape(export.ids.join(', ')) %]</div></p>
+<h1>[% title %]: [% HTML.escape(export.ids.join(', ')) %]</h1>
<form action="sepa.pl" method="post">
<input type="hidden" name="action" value="dispatcher">
[%- USE T8 %]
[% USE HTML %]
-
- <p><div class="listtop">[% title %]</div></p>
+<h1>[% title %]</h1>
<form action="sepa.pl" method="post">
<p>
[%- USE HTML %]
[%- USE LxERP %]
[%- USE L %]
-
- <p><div class="listtop">[% title %]</div></p>
+<h1>[% title %]</h1>
<form action="sepa.pl" method="post">
<p>
[% USE HTML %][% USE L %][% USE LxERP %]
-
- <div class="listtop">[% FORM.title %]</div>
+<h1>[% FORM.title %]</h1>
[%- INCLUDE 'common/flash.html' %]
[%- USE T8 %]
[%- USE HTML %]
-
- <div class="listtop" style="margin-bottom: 10px">[% 'Your TODO list' | $T8 %]</div>
+<h1>[% 'Your TODO list' | $T8 %]</h1>
[%- IF !todo_list %]
<p>
[%- USE T8 %]
-[% USE HTML %]<!--This file is autogenerated,
- Edit templates/webpages/ustva/config_step1_master.html
- and run locale/<cc>/locales.pl -->
+[% USE HTML %]
+<h1>[% 'Tax Office Preferences' | $T8 %]</h1>
<form name="verzeichnis" method="post" action="[% HTML.escape(script) %]">
<table width="100%">
- <tr>
- <th class="listtop">[% 'Tax Office Preferences' | $T8 %]</th>
- </tr>
<tr>
<td>
<br />
[%- USE T8 %]
-[% USE HTML %]<!--This file is autogenerated,
- Edit templates/webpages/ustva/config_step2_master.html
- and run locale/<cc>/locales.pl -->
-
+[% USE HTML %]
+<h1>[% 'Tax Office Preferences' | $T8 %]</h1>
<form name="elsterform" method="post" action="[% script %]">
<table width="100%">
- <tr>
- <th colspan="2" class="listtop">
- [% 'Tax Office Preferences' | $T8 %]</th>
- </tr>
<tr>
<td colspan=2>
<br>
[%- USE T8 %]
-[% USE HTML %]<!--This file is autogenerated,
- Edit templates/webpages/ustva/report_master.html
- and run locale/<cc>/locales.pl -->
+[% USE HTML %]
+<h1>[% HTML.escape(title) %]</h1>
<form method="post" action="[% HTML.escape(script) %]">
<input type="hidden" name="title" value="[% HTML.escape(title) %]">
<table width="100%">
- <tr>
- <th class="listtop">[% HTML.escape(title) %]</th>
- </tr>
- <tr height="5"></tr>
<tr>
<td>
<table>
[%- USE T8 %]
[%- USE L %]
+<h1>[% title %]</h1>
<form method=post name="search_invoice" action=[% script %]>
<input type="hidden" name="sort" value="transdate">
<input type=hidden name=nextsub value=[% nextsub %]>
- <div class="listtop">[% title %]</div>
-
-
<table>
<tr>
[% USE HTML %][% USE T8 %]
+<h1>[% 'Documents in the WebDAV repository' | $T8 %]</h1>
[%- IF INSTANCE_CONF.get_webdav %]
<div id="ui-tabs-webdav">
- <div class="listtop" align="left">[% 'Documents in the WebDAV repository' | $T8 %]</div>
-
<table width="100%">
<tr>
<td align="left" width="30%"><b>[% 'File name' | $T8 %]</b></td>
[%- USE T8 %]
[%- USE L %]
[%- USE HTML %][%- USE JavaScript %]
+<h1>[% 'Report about warehouse transactions' | $T8 %]</h1>
+
<script type="text/javascript">
<!--
warehouses = new Array();
-->
</script>
- <div class="listtop">[% 'Report about warehouse transactions' | $T8 %]</div>
-
<form method="post" name="Form" action="wh.pl">
<input type="hidden" name="nextsub" value="generate_journal">
[%- USE T8 %]
[%- USE HTML %][%- USE JavaScript %]
+<h1>[% title %]</h1>
<form method="post" action="wh.pl">
<input type="hidden" name="nextsub" value="remove_parts">
<input type="hidden" name="warehouse_id" value="[% HTML.escape(warehouse_id) %]">
- <div class="listtop">[% title %]</div>
-
<p>[% 'Removal from warehouse' | $T8 %]: [% warehouse_description %]</p>
<p>
[%- USE T8 %]
[%- USE L %]
[%- USE HTML %][%- USE JavaScript %]
+<h1>[% 'Report about warehouse contents' | $T8 %]</h1>
+
<script type="text/javascript">
<!--
warehouses = new Array();
-->
</script>
- <div class="listtop">[% 'Report about warehouse contents' | $T8 %]</div>
-
<form method="post" name="Form" action="wh.pl">
<input type="hidden" name="nextsub" value="generate_report">
[%- USE T8 %]
[%- USE HTML %][%- USE JavaScript %]
+<h1>[% title %]</h1>
+
<script type="text/javascript">
<!--
warehouses = new Array();
<input type="hidden" name="nextsub" value="transfer_parts">
<input type="hidden" name="warehouse_id" value="[% HTML.escape(warehouse_id) %]">
- <div class="listtop">[% title %]</div>
-
<p>[% 'Transfer from warehouse' | $T8 %]: [% warehouse_description %]</p>
<p>
[%- USE HTML %]
[%- USE L %]
[%- USE JavaScript %]
+<h1>[% title %]</h1>
+
<script type="text/javascript" src="js/common.js"></script>
<script type="text/javascript" src="js/part_selection.js"></script>
<script type="text/javascript">
<p>[% saved_message %]</p>
[% END %]
- <div class="listtop">[% title %]</div>
-
<p>
[% 'If you enter values for the part number and / or part description then only those bins containing parts whose part number or part description match your input will be shown.' | $T8 %]
</p>
[%- USE T8 %]
[%- USE L %]
[%- USE HTML %][%- USE JavaScript %][%- USE LxERP %]
+<h1>[% title %]</h1>
+
<script type="text/javascript" src="js/common.js"></script>
<script type="text/javascript" src="js/part_selection.js"></script>
<script type="text/javascript">
<p>[% saved_message %]</p>
[% END %]
- <div class="listtop">[% title %]</div>
-
<p>
<table>
<tr>
[%- USE T8 %]
[%- USE L %]
[%- USE HTML %][%- USE JavaScript %][%- USE LxERP %]
+<h1>[% title %]</h1>
+
<script type="text/javascript" src="js/common.js"></script>
<script type="text/javascript" src="js/part_selection.js"></script>
<script type="text/javascript">
<p>[% saved_message %]</p>
[% END %]
- <div class="listtop">[% title %]</div>
-
<p>
<table>
<tr>