* Finish task #36489.

This commit is contained in:
Yagami
2021-03-12 09:58:32 +08:00
parent 8ad207c3ec
commit 0149dd2aee
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -50,7 +50,7 @@ foreach($projects as $project)
?>
</div>
<div class="col-footer">
<?php echo html::a(helper::createLink('project', 'browse'), '<i class="icon icon-cards-view muted"></i> ' . $lang->project->all, '', 'class="not-list-item"'); ?>
<?php echo html::a(helper::createLink('project', 'browse', 'programID=0&browseType=all'), '<i class="icon icon-cards-view muted"></i> ' . $lang->project->all, '', 'class="not-list-item"'); ?>
<a class='pull-right toggle-right-col not-list-item'><?php echo $lang->project->doneProjects?><i class='icon icon-angle-right'></i></a>
</div>
</div>
+1 -1
View File
@@ -39,7 +39,7 @@ class user extends control
*/
public function view($userID)
{
$this->locate($this->createLink('user', 'todo', "userID=$userID"));
$this->locate($this->createLink('user', 'todo', "userID=$userID&type=all"));
}
/**