Revision 1068
Added by Matthias over 15 years ago
trunk/CHANGELOG | ||
---|---|---|
12 | 12 |
|
13 | 13 |
------------------------------------- 2.8.0 ------------------------------------- |
14 | 14 |
15-July 2009 Matthias Gallas |
15 |
# fixed display issue of jscalendar in news modul (Thanks to Aldus) |
|
15 | 16 |
! changed modules/admin.php to also make use of backend theme templates |
16 | 17 |
! changed in class_login.php mktime() to time() |
17 | 18 |
14-July 2009 Matthias Gallas |
trunk/wb/modules/news/modify_post.php | ||
---|---|---|
54 | 54 |
require_once(WB_PATH."/include/jscalendar/wb-setup.php"); |
55 | 55 |
?> |
56 | 56 |
<h2><?php echo $TEXT['ADD'].'/'.$TEXT['MODIFY'].' '.$TEXT['POST']; ?></h2> |
57 |
|
|
57 |
<div class="jsadmin jcalendar hide"></div> |
|
58 | 58 |
<form name="modify" action="<?php echo WB_URL; ?>/modules/news/save_post.php" method="post" style="margin: 0;"> |
59 | 59 |
|
60 | 60 |
<input type="hidden" name="section_id" value="<?php echo $section_id; ?>" /> |
Also available in: Unified diff
fixed display issue of jscalendar in news modul (Thanks to Aldus)