* merge task create for kanban.

This commit is contained in:
wangyidong
2015-09-11 08:55:52 +08:00
parent ace8ade51f
commit 8c0cd5821f
2 changed files with 9 additions and 1 deletions

View File

@@ -100,6 +100,14 @@ class task extends control
$this->sendmail($taskID, $actionID);
}
/* If link from no head then reload*/
if(isonlybody())
{
$response['locate'] = 'reload';
$response['target'] = 'parent';
$this->send($response);
}
/* Locate the browser. */
if($this->post->after == 'continueAdding')
{

View File

@@ -58,7 +58,7 @@ if(file_exists('install.php') or file_exists('upgrade.php'))
<html><head><meta charset='utf-8'>
<style>table{width:700px; margin-top:50px; border:1px solid gray; font-size:14px; padding:5px}</style>
</head><body>
<table align='center'><tr><td>安全期间,请删除{$wwwDir}目录下的install.php和upgrade.php文件。<br />
<table align='center'><tr><td>安全起见,请删除{$wwwDir}目录下的install.php和upgrade.php文件。<br />
Please remove install.php and upgrade.php under $wwwDir dir for security reason.</td></tr></table>
</body></html>
EOT;