X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/timetracker.git/blobdiff_plain/135b39df3ad421005e7f9c112fc7df1d44ebddc0..8775b44ff12f647c3d3d5ee17dcf4f11cf8564c4:/WEB-INF/templates/mobile/timer.tpl
diff --git a/WEB-INF/templates/mobile/timer.tpl b/WEB-INF/templates/mobile/timer.tpl
index c91dd4f4..631f4977 100644
--- a/WEB-INF/templates/mobile/timer.tpl
+++ b/WEB-INF/templates/mobile/timer.tpl
@@ -1,160 +1,7 @@
-
+{include file="time_script.tpl"}
00:00
-
{/if}
-{$forms.timerRecordForm.open}
+{$forms.timeRecordForm.open}
@@ -219,34 +66,34 @@ startTimer();
{if $user->isPluginEnabled('cl')}
| {$i18n.label.client}: |
- | {$forms.timerRecordForm.client.control} |
+ | {$forms.timeRecordForm.client.control} |
{/if}
{if $user->isPluginEnabled('iv')}
- |
+ |
{/if}
{if ($custom_fields && $custom_fields->fields[0])}
| {$custom_fields->fields[0]['label']|escape}: |
- | {$forms.timerRecordForm.cf_1.control} |
+ | {$forms.timeRecordForm.cf_1.control} |
{/if}
{if ($smarty.const.MODE_PROJECTS == $user->tracking_mode || $smarty.const.MODE_PROJECTS_AND_TASKS == $user->tracking_mode)}
| {$i18n.label.project}: |
- | {$forms.timerRecordForm.project.control} |
+ | {$forms.timeRecordForm.project.control} |
{/if}
{if ($smarty.const.MODE_PROJECTS_AND_TASKS == $user->tracking_mode)}
| {$i18n.label.task}: |
- | {$forms.timerRecordForm.task.control} |
+ | {$forms.timeRecordForm.task.control} |
{/if}
|
- | {$forms.timerRecordForm.btn_start.control} {$forms.timerRecordForm.btn_stop.control} |
+ {$forms.timeRecordForm.btn_start.control} {$forms.timeRecordForm.btn_stop.control} |
-{$forms.timerRecordForm.close}
+{$forms.timeRecordForm.close}