added camp leader view, camp list with kids

This commit is contained in:
Ricsi
2017-06-25 12:10:49 +02:00
parent b85da38e8a
commit 63bdbf9888
23 changed files with 643 additions and 9 deletions

View File

@@ -50,6 +50,8 @@
{$log->get_log_user()->get_uk_name()}
{elseif $log->get_log_category()->get_logc_type() == 3}
{$log->get_log_user()->get_cu_email()}
{elseif $log->get_log_category()->get_logc_type() == 4}
{$log->get_log_user()->get_ucl_name()}
{/if}
</td>
<td>{$log->get_log_category()->get_logc_title()}</td>