* Unify the styles of import and export buttons.

This commit is contained in:
liugang
2024-04-11 14:06:15 +08:00
parent b90bea512b
commit dfe3f02066
9 changed files with 45 additions and 39 deletions
+1 -1
View File
@@ -26,7 +26,7 @@ if($canExportBug) $exportItem = array
(
'icon' => 'export',
'class' => 'ghost',
'text' => $lang->bug->export,
'text' => $lang->export,
'data-toggle' => 'modal',
'url' => $this->createLink('bug', 'export', "productID={$productID}&browseType=&executionID={$execution->id}")
);