From 4a89c213ddcbdedfb4e762b60c7c69d8eb720ae0 Mon Sep 17 00:00:00 2001 From: Cris Date: Tue, 10 Jul 2018 10:32:37 +0200 Subject: [PATCH] Added feature to create report description . added feature to add content_id with a button in vilesci statistics When content_id is set, a link is created to that content_id to add the description of concerned report. --- config/global.config-default.inc.php | 3 ++ vilesci/stammdaten/statistik_details.php | 53 +++++++++++++++++++++++- 2 files changed, 55 insertions(+), 1 deletion(-) diff --git a/config/global.config-default.inc.php b/config/global.config-default.inc.php index 73ca346bb..dca284e7c 100644 --- a/config/global.config-default.inc.php +++ b/config/global.config-default.inc.php @@ -227,4 +227,7 @@ define('VILESCI_STUNDENSATZ_VORRUECKUNG', ''); // Wenn true, werden die Content-Aufrufe des CIS in der tbl_webservicelog mitgeloggt. Zuvor manuell einen neuen Webservicetyp "content" anlegen! define('LOG_CONTENT', false); +// ContentID of default content-template for reports. New contents will be childs of this. +define('REPORT_CONTENT_TEMPLATE', ''); + ?> diff --git a/vilesci/stammdaten/statistik_details.php b/vilesci/stammdaten/statistik_details.php index bf3c3d6f6..ca17935e4 100644 --- a/vilesci/stammdaten/statistik_details.php +++ b/vilesci/stammdaten/statistik_details.php @@ -46,6 +46,50 @@ if(!$rechte->isBerechtigt('basis/statistik', null, 'suid')) Statistik - Details + + @@ -146,7 +190,14 @@ EOT; ContentID - + + content_id)): ?> + +  ContentID content_id?> bearbeiten + + + + URL