Revision 8cb22f3e
Von Moritz Bunkus vor etwa 12 Jahren hinzugefügt
css/kivitendo/main.css | ||
---|---|---|
166 | 166 |
border-width: thin; |
167 | 167 |
} |
168 | 168 |
/* Headings */ |
169 |
.listtop, h1, .tabcontent .listheading {
|
|
169 |
.listtop, h1 { |
|
170 | 170 |
font-size:125%; |
171 | 171 |
background-color: #006400; |
172 | 172 |
text-align: left; |
... | ... | |
192 | 192 |
} */ |
193 | 193 |
.listheading { |
194 | 194 |
padding: 0.2em; |
195 |
background-color: #006400;
|
|
196 |
color: white;
|
|
195 |
background-color: #EBEBEB;
|
|
196 |
color: #006400;
|
|
197 | 197 |
font-weight: bolder; |
198 | 198 |
text-align: left; |
199 | 199 |
border-style: none; |
200 | 200 |
} |
201 | 201 |
|
202 |
.listheading A:link, .listheading A:visited, .listheading A:active { |
|
203 |
color: white; |
|
204 |
} |
|
205 |
|
|
206 |
.listheading th { |
|
207 |
color: white; |
|
208 |
} |
|
209 |
|
|
210 | 202 |
/* .listheadingcontent { |
211 | 203 |
background-color: #EBEBEB; |
212 | 204 |
color: #006400; |
templates/webpages/acctranscorrections/analyze_filter.html | ||
---|---|---|
2 | 2 |
[% USE HTML %] |
3 | 3 |
[%- USE L %] |
4 | 4 |
<body> |
5 |
<p><div class="listheading">[% title %]</div></p>
|
|
5 |
<h1>[% title %]</h1>
|
|
6 | 6 |
|
7 | 7 |
<p> |
8 | 8 |
[% 'Earlier versions of kivitendo contained bugs which might have led to wrong entries in the general ledger.' | $T8 %] |
templates/webpages/acctranscorrections/delete_transaction.html | ||
---|---|---|
2 | 2 |
[% USE HTML %] |
3 | 3 |
[% USE LxERP %] |
4 | 4 |
<body> |
5 |
<p><div class="listheading">[% title %]</div></p>
|
|
5 |
<h1>[% title %]</h1>
|
|
6 | 6 |
|
7 | 7 |
<p> |
8 | 8 |
[%- IF module == 'ar' %] |
templates/webpages/acctranscorrections/delete_transaction_confirmation.html | ||
---|---|---|
2 | 2 |
[% USE HTML %] |
3 | 3 |
[% USE LxERP %] |
4 | 4 |
<body> |
5 |
<p><div class="listheading">[% title %]</div></p>
|
|
5 |
<h1>[% title %]</h1>
|
|
6 | 6 |
|
7 | 7 |
<p> |
8 | 8 |
[%- IF module == 'ar' %] |
templates/webpages/admin/edit_groups.html | ||
---|---|---|
8 | 8 |
|
9 | 9 |
<p><a href="admin.pl?action=login">[% 'Back' | $T8 %]</a></p> |
10 | 10 |
|
11 |
<div class="listheading">[% 'Add a new group' | $T8 %]</div> |
|
11 |
<h1>[% 'Add a new group' | $T8 %]</h1> |
|
12 |
|
|
12 | 13 |
<form method="post" action="admin.pl"> |
13 | 14 |
<br> |
14 | 15 |
<table border="0"> |
... | ... | |
17 | 18 |
</table> |
18 | 19 |
<input type="hidden" name="add_nextsub" value="add_group"> |
19 | 20 |
<p><input type="submit" class="submit" name="action" value="[% 'Add' | $T8 %]"></p> |
20 |
<hr> |
|
21 | 21 |
</form> |
22 | 22 |
|
23 |
<h1>[% 'Edit and delete a group' | $T8 %]</h1> |
|
23 | 24 |
|
24 | 25 |
<form name="Form" method="post" action="admin.pl"> |
25 |
<div class="listheading">[% 'Edit and delete a group' | $T8 %]</div> |
|
26 |
|
|
27 | 26 |
[% IF num_groups %] |
28 | 27 |
<p> |
29 | 28 |
<select name="group_id" size="10"> |
... | ... | |
46 | 45 |
</p> |
47 | 46 |
</form> |
48 | 47 |
|
49 |
<hr size="2" noshade> |
|
50 |
|
|
51 |
<div class="listheading">[% 'Group membership' | $T8 %]</div> |
|
48 |
<h1>[% 'Group membership' | $T8 %]</h1> |
|
52 | 49 |
|
53 | 50 |
<p>[% 'Edit the membership of all users in all groups:' | $T8 %]</p> |
54 | 51 |
|
... | ... | |
60 | 57 |
|
61 | 58 |
</form> |
62 | 59 |
|
63 |
<hr size="2" noshade> |
|
64 |
|
|
65 | 60 |
</body> |
66 | 61 |
</html> |
templates/webpages/admin/list_users.html | ||
---|---|---|
1 | 1 |
[%- USE T8 %] |
2 | 2 |
[% USE HTML %]<body class="admin" onload=""> |
3 | 3 |
|
4 |
<form method="post" action="admin.pl">
|
|
4 |
<h1>[% title %]</h1>
|
|
5 | 5 |
|
6 |
<div class="listtop" width="100%">[% title %]</div>
|
|
6 |
<form method="post" action="admin.pl">
|
|
7 | 7 |
|
8 | 8 |
<p> |
9 | 9 |
<table width="100%"> |
... | ... | |
62 | 62 |
</div> |
63 | 63 |
</form> |
64 | 64 |
|
65 |
<h1>[% 'User Login' | $T8 %]</h1> |
|
66 |
|
|
65 | 67 |
<form method="post" action="controller.pl"> |
66 | 68 |
<input type="hidden" name="action" value="LoginScreen/login"> |
67 | 69 |
|
68 |
<div class="listheading">[% 'User Login' | $T8 %]</div> |
|
69 |
|
|
70 | 70 |
<table border="0"> |
71 | 71 |
<tr> |
72 | 72 |
<th align="right">[% 'Login Name' | $T8 %]</th> |
templates/webpages/am/edit_templates.html | ||
---|---|---|
1 | 1 |
[%- USE T8 %] |
2 | 2 |
[% USE HTML %]<body> |
3 | 3 |
|
4 |
<div class="listheading">[% title %]</div>
|
|
4 |
<h1>[% title %]</h1>
|
|
5 | 5 |
|
6 | 6 |
[% IF type == 'templates' %] |
7 | 7 |
<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> |
templates/webpages/common/show_vc_details.html | ||
---|---|---|
31 | 31 |
|
32 | 32 |
[%- INCLUDE jump_block CONTACTS = CONTACTS, SHIPTO = SHIPTO %] |
33 | 33 |
|
34 |
<a name="billing"><div class="listheading">[% 'Billing Address' | $T8 %]</div></a>
|
|
34 |
<a name="billing"><h1>[% 'Billing Address' | $T8 %]</h1></a>
|
|
35 | 35 |
|
36 | 36 |
<table> |
37 | 37 |
<tr> |
... | ... | |
167 | 167 |
|
168 | 168 |
[%- INCLUDE jump_block CONTACTS = CONTACTS, SHIPTO = SHIPTO %] |
169 | 169 |
|
170 |
<a name="shipping[% loop.count %]"><div class="listheading">[% 'Shipping Address' | $T8 %] "[% HTML.escape(row.shiptoname) %]"</div></a>
|
|
170 |
<a name="shipping[% loop.count %]"><h1>[% 'Shipping Address' | $T8 %] "[% HTML.escape(row.shiptoname) %]"</h1></a>
|
|
171 | 171 |
|
172 | 172 |
<table> |
173 | 173 |
<tr> |
... | ... | |
233 | 233 |
|
234 | 234 |
[%- INCLUDE jump_block CONTACTS = CONTACTS, SHIPTO = SHIPTO %] |
235 | 235 |
|
236 |
<a name="contact[% loop.count %]"><div class="listheading">[% 'Contact Person' | $T8 %] "[% HTML.escape(row.cp_name) %]"</div></a>
|
|
236 |
<a name="contact[% loop.count %]"><h1>[% 'Contact Person' | $T8 %] "[% HTML.escape(row.cp_name) %]"</h1></a>
|
|
237 | 237 |
|
238 | 238 |
<table> |
239 | 239 |
<tr> |
templates/webpages/report_generator/csv_export_options.html | ||
---|---|---|
1 | 1 |
[%- USE T8 %] |
2 | 2 |
[% USE HTML %]<body> |
3 | 3 |
|
4 |
<div class="listheading" width="100%">[% HTML.escape(title) %]</div>
|
|
4 |
<h1>[% HTML.escape(title) %]</h1>
|
|
5 | 5 |
|
6 | 6 |
<form action="[% HTML.escape(script) %]" method="post" name="report_generator_form"> |
7 | 7 |
|
templates/webpages/report_generator/html_report.html | ||
---|---|---|
18 | 18 |
<p>[% MESSAGE %]</p> |
19 | 19 |
[% END %] |
20 | 20 |
|
21 |
<div class="listtop" width="100%">[% TITLE %]</div>
|
|
21 |
<h1>[% TITLE %]</h1>
|
|
22 | 22 |
|
23 | 23 |
[% IF TOP_INFO_TEXT %] |
24 | 24 |
<p>[% TOP_INFO_TEXT %]</p> |
templates/webpages/report_generator/pdf_export_options.html | ||
---|---|---|
3 | 3 |
|
4 | 4 |
[%- SET default_margin = LxERP.format_amount(1.5) %] |
5 | 5 |
|
6 |
<div class="listheading" width="100%">[% HTML.escape(title) %]</div>
|
|
6 |
<h1>[% HTML.escape(title) %]</h1>
|
|
7 | 7 |
|
8 | 8 |
<form action="[% HTML.escape(script) %]" method="post" name="report_generator_form"> |
9 | 9 |
|
Auch abrufbar als: Unified diff
CSS-Klasse "listheading" nur für Tabellenüberschriften verwenden