* rename importlib to importfromlib.

This commit is contained in:
wangyidong
2017-03-17 13:15:47 +08:00
parent 9851ec8a11
commit cc5386b162
14 changed files with 91 additions and 93 deletions
+1 -1
View File
@@ -53,7 +53,7 @@
echo $case->title . ' ( ';
for($i = $case->version; $i >= 1; $i --)
{
echo html::a($this->createLink('testcase', 'view', "caseID=$case->id&version=$i"), "#$i", '_blank');
echo html::a($this->createLink('testcase', 'view', "caseID=$case->id&version=$i", '', true), "#$i", '', "class='iframe' data-width='95%'");
}
echo ')';
?>