diff --git a/module/testtask/view/cases.html.php b/module/testtask/view/cases.html.php
index 9e1912522e..67632db90a 100644
--- a/module/testtask/view/cases.html.php
+++ b/module/testtask/view/cases.html.php
@@ -27,9 +27,9 @@ var moduleID = '';
id", ' ', '', "class='export icon-green-big-export' title='{$lang->export}'");
common::printLink('testtask', 'linkcase', "taskID=$task->id", $lang->testtask->linkCase);
- echo html::a($this->session->testtaskList, ' ', '', "class='icon-green-big-goback' title='{$lang->goback}'");
+ common::printIcon('testcase', 'export', "productID=$productID&orderBy=$orderBy&taskID=$task->id", '', 'big');
+ common::printRPN($this->session->testtaskLisk, '');
?>