- Anlegen von Projekttasks

- Infoterminal und Infoscreen an neue News angepasst
This commit is contained in:
Andreas Österreicher
2011-08-11 13:22:08 +00:00
parent 6fb63bd1ab
commit c8c8d95ba9
10 changed files with 170 additions and 175 deletions
+1 -1
View File
@@ -83,7 +83,7 @@ function drawEntry($item, $sprache)
DrawLink(APP_ROOT.'cms/content.php?content_id='.$content->content_id,'content',$content->titel, $content->content_id);
echo '
<table class="tabcontent" id="Content'.$content->content_id.'" style="display: '.($content->menu_open?'visible':'none').'">';
<table class="menue" id="Content'.$content->content_id.'" style="display: '.($content->menu_open?'visible':'none').'">';
$content->getChilds($content->content_id);
foreach($content->result as $row)