Revision 1068
Added by Matthias over 15 years ago
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)