From 883eab4cfcf9db09eeb6ea067aebc5926543a16f Mon Sep 17 00:00:00 2001 From: Ricsi Date: Fri, 16 Dec 2016 22:25:47 +0100 Subject: [PATCH] tr_type display --- template/templates/presence_list.tpl | 3 ++- template/templates/training_list.tpl | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/template/templates/presence_list.tpl b/template/templates/presence_list.tpl index 4d2c90a..19a16c3 100644 --- a/template/templates/presence_list.tpl +++ b/template/templates/presence_list.tpl @@ -21,7 +21,8 @@ {$months[$training_array[$training@index]->get_tr_date()|substr:5:2]} {$training->get_tr_date_day()}. {$days[$training->get_tr_date_day_of_week()]} - {$training->get_tr_date_time()} + {$training->get_tr_date_time()} + ({$training->get_tr_type_name_by_id()}) {/foreach} diff --git a/template/templates/training_list.tpl b/template/templates/training_list.tpl index 766cbb0..48298fe 100755 --- a/template/templates/training_list.tpl +++ b/template/templates/training_list.tpl @@ -23,7 +23,8 @@ {$months[$training_array[$training@index]->get_tr_date()|substr:5:2]} {$training->get_tr_date_day()}. {$days[$training->get_tr_date_day_of_week()]} - {$training->get_tr_date_time()} + {$training->get_tr_date_time()} + ({$training->get_tr_type_name_by_id()}) {/foreach}