border-width: thin;
}
/* Headings */
-.listtop, h1, .tabcontent .listheading {
+.listtop, h1 {
font-size:125%;
background-color: #006400;
text-align: left;
} */
.listheading {
padding: 0.2em;
- background-color: #006400;
- color: white;
+ background-color: #EBEBEB;
+ color: #006400;
font-weight: bolder;
text-align: left;
border-style: none;
}
-.listheading A:link, .listheading A:visited, .listheading A:active {
- color: white;
-}
-
-.listheading th {
- color: white;
-}
-
/* .listheadingcontent {
background-color: #EBEBEB;
color: #006400;
[% USE HTML %]
[%- USE L %]
<body>
- <p><div class="listheading">[% title %]</div></p>
+ <h1>[% title %]</h1>
<p>
[% 'Earlier versions of kivitendo contained bugs which might have led to wrong entries in the general ledger.' | $T8 %]
[% USE HTML %]
[% USE LxERP %]
<body>
- <p><div class="listheading">[% title %]</div></p>
+ <h1>[% title %]</h1>
<p>
[%- IF module == 'ar' %]
[% USE HTML %]
[% USE LxERP %]
<body>
- <p><div class="listheading">[% title %]</div></p>
+ <h1>[% title %]</h1>
<p>
[%- IF module == 'ar' %]
<p><a href="admin.pl?action=login">[% 'Back' | $T8 %]</a></p>
- <div class="listheading">[% 'Add a new group' | $T8 %]</div>
+ <h1>[% 'Add a new group' | $T8 %]</h1>
+
<form method="post" action="admin.pl">
<br>
<table border="0">
</table>
<input type="hidden" name="add_nextsub" value="add_group">
<p><input type="submit" class="submit" name="action" value="[% 'Add' | $T8 %]"></p>
- <hr>
</form>
+ <h1>[% 'Edit and delete a group' | $T8 %]</h1>
<form name="Form" method="post" action="admin.pl">
- <div class="listheading">[% 'Edit and delete a group' | $T8 %]</div>
-
[% IF num_groups %]
<p>
<select name="group_id" size="10">
</p>
</form>
- <hr size="2" noshade>
-
- <div class="listheading">[% 'Group membership' | $T8 %]</div>
+ <h1>[% 'Group membership' | $T8 %]</h1>
<p>[% 'Edit the membership of all users in all groups:' | $T8 %]</p>
</form>
- <hr size="2" noshade>
-
</body>
</html>
[%- USE T8 %]
[% USE HTML %]<body class="admin" onload="">
- <form method="post" action="admin.pl">
+ <h1>[% title %]</h1>
- <div class="listtop" width="100%">[% title %]</div>
+ <form method="post" action="admin.pl">
<p>
<table width="100%">
</div>
</form>
+ <h1>[% 'User Login' | $T8 %]</h1>
+
<form method="post" action="controller.pl">
<input type="hidden" name="action" value="LoginScreen/login">
- <div class="listheading">[% 'User Login' | $T8 %]</div>
-
<table border="0">
<tr>
<th align="right">[% 'Login Name' | $T8 %]</th>
[%- USE T8 %]
[% USE HTML %]<body>
- <div class="listheading">[% title %]</div>
+ <h1>[% title %]</h1>
[% IF type == 'templates' %]
<p style="text-align: right;">[<a href="doc/html/ch03s02.html" target="_blank" title="[% 'Open in new window' | $T8 %]">[% 'Help Template Variables' | $T8 %]</a>]</p>
[%- INCLUDE jump_block CONTACTS = CONTACTS, SHIPTO = SHIPTO %]
- <a name="billing"><div class="listheading">[% 'Billing Address' | $T8 %]</div></a>
+ <a name="billing"><h1>[% 'Billing Address' | $T8 %]</h1></a>
<table>
<tr>
[%- INCLUDE jump_block CONTACTS = CONTACTS, SHIPTO = SHIPTO %]
- <a name="shipping[% loop.count %]"><div class="listheading">[% 'Shipping Address' | $T8 %] "[% HTML.escape(row.shiptoname) %]"</div></a>
+ <a name="shipping[% loop.count %]"><h1>[% 'Shipping Address' | $T8 %] "[% HTML.escape(row.shiptoname) %]"</h1></a>
<table>
<tr>
[%- INCLUDE jump_block CONTACTS = CONTACTS, SHIPTO = SHIPTO %]
- <a name="contact[% loop.count %]"><div class="listheading">[% 'Contact Person' | $T8 %] "[% HTML.escape(row.cp_name) %]"</div></a>
+ <a name="contact[% loop.count %]"><h1>[% 'Contact Person' | $T8 %] "[% HTML.escape(row.cp_name) %]"</h1></a>
<table>
<tr>
[%- USE T8 %]
[% USE HTML %]<body>
- <div class="listheading" width="100%">[% HTML.escape(title) %]</div>
+ <h1>[% HTML.escape(title) %]</h1>
<form action="[% HTML.escape(script) %]" method="post" name="report_generator_form">
<p>[% MESSAGE %]</p>
[% END %]
- <div class="listtop" width="100%">[% TITLE %]</div>
+ <h1>[% TITLE %]</h1>
[% IF TOP_INFO_TEXT %]
<p>[% TOP_INFO_TEXT %]</p>
[%- SET default_margin = LxERP.format_amount(1.5) %]
- <div class="listheading" width="100%">[% HTML.escape(title) %]</div>
+ <h1>[% HTML.escape(title) %]</h1>
<form action="[% HTML.escape(script) %]" method="post" name="report_generator_form">