Revision 8b2a7f1b
Von Bernd Bleßmann vor fast 4 Jahren hinzugefügt
templates/webpages/time_recording/form.html | ||
---|---|---|
13 | 13 |
|
14 | 14 |
<table> |
15 | 15 |
<thead class="listheading"> |
16 |
<th>[% 'Start' | T8 %]</th> |
|
17 |
<th>[% 'End' | T8 %]</th> |
|
18 |
<th>[% 'Customer' | T8 %]</th> |
|
19 |
<th>[% 'Type' | T8 %]</th> |
|
20 |
<th>[% 'Project' | T8 %]</th> |
|
21 |
<th>[% 'Description' | T8 %]</th> |
|
16 |
<th>[% 'Start' | $T8 %]</th>
|
|
17 |
<th>[% 'End' | $T8 %]</th>
|
|
18 |
<th>[% 'Customer' | $T8 %]</th>
|
|
19 |
<th>[% 'Type' | $T8 %]</th>
|
|
20 |
<th>[% 'Project' | $T8 %]</th>
|
|
21 |
<th>[% 'Description' | $T8 %]</th>
|
|
22 | 22 |
</thead> |
23 | 23 |
<tbody valign="top"> |
24 | 24 |
<td> |
Auch abrufbar als: Unified diff
Zeiterfassung: T8-Filter heißt $T8