Projektbuchungsbericht: Datumsbeschriftung ist von ... bis
authorG. Richardson <information@kivitendo-premium.de>
Thu, 6 Aug 2015 14:00:42 +0000 (16:00 +0200)
committerG. Richardson <information@kivitendo-premium.de>
Thu, 6 Aug 2015 14:02:06 +0000 (16:02 +0200)
nicht "zum Stand" und "Gegenüberstellen"

templates/webpages/rp/report.html

index 1daba78..93ef0a9 100644 (file)
@@ -98,9 +98,9 @@
   [% INCLUDE projectnumber %]
   <input type=hidden name=nextsub value=generate_projects>
   <tr>
-    <th align=right>[% 'as at' | $T8 %]</th>
+    <th align=right>[% 'From' | $T8 %]</th>
     <td> [% L.date_tag('fromdate', fromdate, class='initial_focus') %]</td>
-    <th align=right nowrap>[% 'Compare to' | $T8 %]</th>
+    <th align=right nowrap>[% 'Bis' | $T8 %]</th>
     <td>[% L.date_tag('todate') %]</td>
   </tr>
 </table>