* finish task #5152.

This commit is contained in:
wangyidong
2018-12-12 16:39:34 +08:00
parent 8208a1ea42
commit 87209adcb7
8 changed files with 139 additions and 20 deletions
+7
View File
@@ -10,7 +10,11 @@
* @link http://www.zentao.net
*/
?>
<?php if($this->app->viewType == 'xhtml'):?>
<?php include '../../common/view/header.lite.html.php';?>
<?php else:?>
<?php include '../../common/view/header.html.php';?>
<?php endif;?>
<?php include '../../common/view/datepicker.html.php';?>
<?php include '../../common/view/kindeditor.html.php';?>
<?php js::set('noTodo', $lang->todo->noTodo);?>
@@ -144,5 +148,8 @@
var nowTime = '<?php echo $time?>';
var today = '<?php echo date('Y-m-d')?>';
var start = '<?php echo key($times)?>';
<?php if($this->app->viewType == 'xhtml'):?>
$('body').addClass('body-modal');
<?php endif;?>
</script>
<?php include './footer.html.php';?>