* adjust the type of notify the story changed tasks.

This commit is contained in:
wangchunsheng
2010-03-30 03:09:02 +00:00
parent 773714091d
commit 39d41a3103
11 changed files with 38 additions and 26 deletions
+1 -1
View File
@@ -83,7 +83,7 @@
if($task->needConfirm)
{
echo "(<span class='warning'>{$lang->story->changed}</span> ";
echo html::a($this->createLink('task', 'confirmStoryChange', "taskID=$task->id"), $lang->story->confirm, 'hiddenwin');
echo html::a($this->createLink('task', 'confirmStoryChange', "taskID=$task->id"), $lang->confirm, 'hiddenwin');
echo ")";
}
?>