Merge branch 'master' of https://github.com/easysoft/zentaopms
This commit is contained in:
@@ -23,7 +23,7 @@
|
||||
<?php foreach($todos as $id => $todo):?>
|
||||
<?php
|
||||
$appid = isset($_GET['entry']) ? "class='app-btn' data-id='{$this->get->entry}'" : '';
|
||||
$viewLink = $this->createLink('todo', 'view', "todoID={$todo->id}");
|
||||
$viewLink = $this->createLink('todo', 'view', "todoID={$todo->id}&from=my");
|
||||
?>
|
||||
<tr data-url='<?php echo empty($sso) ? $viewLink : $sso . $sign . 'referer=' . base64_encode($viewLink); ?>' <?php echo $appid?>>
|
||||
<td><?php echo $todo->date == '2030-01-01' ? $lang->todo->periods['future'] : $todo->date;?></td>
|
||||
|
||||
Reference in New Issue
Block a user