From e42fa28ad725db9384b2f238da2a2d9fe6db2ce0 Mon Sep 17 00:00:00 2001 From: tianshujie98 Date: Thu, 15 Apr 2021 15:08:10 +0800 Subject: [PATCH] * Finish task #37531. --- module/caselib/view/browse.html.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/module/caselib/view/browse.html.php b/module/caselib/view/browse.html.php index 76b2b15bc8..cf3f8f97b7 100644 --- a/module/caselib/view/browse.html.php +++ b/module/caselib/view/browse.html.php @@ -57,8 +57,8 @@ js::set('flow', $config->global->flow);
- " . $lang->caselib->exportTemplet, '', "class='btn btn-link export iframe' data-width='40%'");?> - " . $lang->testcase->fileImport, '', "class='btn btn-link export iframe'");?> + " . $lang->caselib->exportTemplet, '', "class='btn btn-link export' data-width='40%'");?> + " . $lang->testcase->fileImport, '', "class='btn btn-link export'");?>
createLink('caselib', 'create'), " " . $lang->caselib->create, '', 'class="btn btn-secondary"');?>