diff options
Diffstat (limited to 'templates/user_myshifts.html')
-rw-r--r-- | templates/user_myshifts.html | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/templates/user_myshifts.html b/templates/user_myshifts.html index 178ad684..fdb1631a 100644 --- a/templates/user_myshifts.html +++ b/templates/user_myshifts.html @@ -28,6 +28,16 @@ <tbody> %shifts% </tbody> + <tfoot> + <tr> + <th>Summe</th> + <th>%time_sum% Stunden</th> + <th></th> + <th></th> + <th></th> + <th></th> + </tr> + </tfoot> </table> <hr /> <h2>iCal Export</h2> |