Index: trunk/CHANGELOG
===================================================================
--- trunk/CHANGELOG	(revision 1067)
+++ trunk/CHANGELOG	(revision 1068)
@@ -12,6 +12,7 @@
 
 ------------------------------------- 2.8.0 -------------------------------------
 15-July 2009 Matthias Gallas
+#	fixed display issue of jscalendar in news modul (Thanks to Aldus)
 !	changed modules/admin.php to also make use of backend theme templates
 !	changed in class_login.php mktime() to time()
 14-July 2009 Matthias Gallas
Index: trunk/wb/modules/news/modify_post.php
===================================================================
--- trunk/wb/modules/news/modify_post.php	(revision 1067)
+++ trunk/wb/modules/news/modify_post.php	(revision 1068)
@@ -54,7 +54,7 @@
 require_once(WB_PATH."/include/jscalendar/wb-setup.php");
 ?>
 <h2><?php echo $TEXT['ADD'].'/'.$TEXT['MODIFY'].' '.$TEXT['POST']; ?></h2>
-
+<div class="jsadmin jcalendar hide"></div> 
 <form name="modify" action="<?php echo WB_URL; ?>/modules/news/save_post.php" method="post" style="margin: 0;">
 
 <input type="hidden" name="section_id" value="<?php echo $section_id; ?>" />
