From 6957051c3b9ef07215e0873cb31a41751d586c1a Mon Sep 17 00:00:00 2001 From: Andreas Oesterreicher Date: Wed, 19 Jul 2017 15:28:15 +0200 Subject: [PATCH] =?UTF-8?q?Infoscreen=20umbenannt=20auf=20Informationsbild?= =?UTF-8?q?schirm=20da=20es=20sich=20um=20einen=20gesch=C3=BCtzten=20Begri?= =?UTF-8?q?ff=20handelt?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGELOG.md | 3 +++ ...oscreen.php => informationsbildschirm.php} | 24 +++++++++---------- 2 files changed, 15 insertions(+), 12 deletions(-) rename cis/infoterminal/{infoscreen.php => informationsbildschirm.php} (92%) diff --git a/CHANGELOG.md b/CHANGELOG.md index dc04db97e..d359ea3de 100755 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -15,6 +15,9 @@ ### CHANGED - **[CORE]** Berechtigungsprüfung wurde angepasst damit deaktiverte Benutzer keine Berechtigungen mehr haben +### Updateinfo +- **[CORE]** Infoscreen wurde umbenannt (informationsbildschirm.php) + ## [3.2] ### Added diff --git a/cis/infoterminal/infoscreen.php b/cis/infoterminal/informationsbildschirm.php similarity index 92% rename from cis/infoterminal/infoscreen.php rename to cis/infoterminal/informationsbildschirm.php index b776510ea..bd3abbe50 100644 --- a/cis/infoterminal/infoscreen.php +++ b/cis/infoterminal/informationsbildschirm.php @@ -47,7 +47,7 @@ $aktuellerContentIdx=0; //Cookie erhaelt zusaetzlich die IP im Namen damit bei der Preview keine Konflikte entstehen $cookie = 'infoscreenContent'.str_replace('-','',str_replace('.','',$ip)); -//zuletzt angezeigte Seite des Terminals ermitteln +//zuletzt angezeigte Seite des Terminals ermitteln if(isset($_COOKIE[$cookie])) { $lastinfoscreencontent = $_COOKIE[$cookie]; @@ -57,7 +57,7 @@ else $lastinfoscreencontent = -1; $aktuellerContentIdx = 0; } - + if($infoscreen->getInfoscreen($ip)) { $infoscreen_id = $infoscreen->infoscreen_id; @@ -72,14 +72,14 @@ if($infoscreen->getInfoscreen($ip)) { $aktuellerContentIdx=$i+1; } - + } } if($aktuellerContentIdx>$i) $aktuellerContentIdx=0; if(isset($refreshzeiten[$aktuellerContentIdx]) && $refreshzeiten[$aktuellerContentIdx]!='') - $refreshzeit = $refreshzeiten[$aktuellerContentIdx]; + $refreshzeit = $refreshzeiten[$aktuellerContentIdx]; if(isset($infoscreen_content) && isset($infoscreen_content[$aktuellerContentIdx])) { @@ -105,7 +105,7 @@ function initialize() { startit() } - + function scrollwindow() { if (document.all) @@ -134,12 +134,12 @@ function scrollwindow() window.scroll(0,currentpos) } } - + function startit() { setInterval("scrollwindow()",40) } - + window.onload=initialize '; $scroll= "