* fix a bug : datepicker error when edit project.

This commit is contained in:
zhujinyong
2013-01-09 08:20:32 +00:00
parent 7f884f56e5
commit 6bb73aa24f

View File

@@ -13,6 +13,7 @@
<?php include '../../common/view/header.html.php';?>
<?php include '../../common/view/datepicker.html.php';?>
<?php include '../../common/view/kindeditor.html.php';?>
<?php js::import($jsRoot . 'misc/date.js');?>
<form method='post' target='hiddenwin' id='dataform'>
<table align='center' class='table-1 a-left'>
<caption><?php echo $lang->project->edit;?></caption>