X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=WEB-INF%2Ftemplates%2Ftime.tpl;h=049979cacb5b0114fef632adcbf4e2393401098f;hb=11f9bb4aceb54d0965f5eb2a5329acc6400428e2;hp=e531d2b6e2184cfb34faa869182580e92106f613;hpb=181d072f27ced2ed2e350dc66ee6aaeafce9f4bf;p=timetracker.git diff --git a/WEB-INF/templates/time.tpl b/WEB-INF/templates/time.tpl index e531d2b6..049979ca 100644 --- a/WEB-INF/templates/time.tpl +++ b/WEB-INF/templates/time.tpl @@ -104,6 +104,9 @@ {if $user->isPluginEnabled('cl')} {$i18n.label.client} {/if} + {if $show_cf_1} + {$custom_fields->fields[0]['label']|escape} + {/if} {if ($smarty.const.MODE_PROJECTS == $user->tracking_mode || $smarty.const.MODE_PROJECTS_AND_TASKS == $user->tracking_mode)} {$i18n.label.project} {/if} @@ -127,6 +130,9 @@ {if $user->isPluginEnabled('cl')} {$record.client|escape} {/if} + {if $show_cf_1} + {$record.cf_1|escape} + {/if} {if ($smarty.const.MODE_PROJECTS == $user->tracking_mode || $smarty.const.MODE_PROJECTS_AND_TASKS == $user->tracking_mode)} {$record.project|escape} {/if}