From 4eb2067aaa7fa57dcc5b799ace60bfb65adfbd87 Mon Sep 17 00:00:00 2001 From: tianshujie Date: Fri, 7 Jul 2023 13:34:01 +0800 Subject: [PATCH] * Adjust the button style. --- module/program/ui/project.html.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/module/program/ui/project.html.php b/module/program/ui/project.html.php index ad8c6a4692..b51940f06e 100644 --- a/module/program/ui/project.html.php +++ b/module/program/ui/project.html.php @@ -52,7 +52,7 @@ foreach($projectStats as $project) } $summary = $browseType == 'all' ? sprintf($lang->project->allSummary, count($projectStats), $waitCount, $doingCount, $suspendedCount, $closedCount) : sprintf($lang->project->summary, count($projectStats)); -$footToolbar = common::hasPriv('project', 'batchEdit') ? array('items' => array(array('text' => $lang->edit, 'class' => 'btn batch-btn size-sm primary', 'data-url' => $this->createLink('project', 'batchEdit', "from=pgmproject&programID={$programID}")))) : null; +$footToolbar = common::hasPriv('project', 'batchEdit') ? array('items' => array(array('text' => $lang->edit, 'class' => 'btn batch-btn size-sm secondary', 'data-url' => $this->createLink('project', 'batchEdit', "from=pgmproject&programID={$programID}")))) : null; dtable (