X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=WEB-INF%2Ftemplates%2Ftime.tpl;h=25fc81c186e0f88f96c874655cdad18e587ecbe7;hb=6deafabef6031f12fe9fec94d9262ba460f7875b;hp=8328ab41d7fd9c2b74e2cf91dfb4c49863d6196e;hpb=ad707342d0ab5a7f6fc6ceda9ba3deb408f5ac08;p=timetracker.git diff --git a/WEB-INF/templates/time.tpl b/WEB-INF/templates/time.tpl index 8328ab41..25fc81c1 100644 --- a/WEB-INF/templates/time.tpl +++ b/WEB-INF/templates/time.tpl @@ -59,7 +59,7 @@ {if (($smarty.const.TYPE_DURATION == $user->record_type) || ($smarty.const.TYPE_ALL == $user->record_type))} {$i18n.label.duration}: - {$forms.timeRecordForm.duration.control} {$i18n.form.time.duration_format} + {$forms.timeRecordForm.duration.control} {if $user->decimal_mark == ','}{str_replace('.', ',', $i18n.form.time.duration_format)}{else}{$i18n.form.time.duration_format}{/if} {/if}