From d47b7efdcb9fb1a1228cda26f8913ec983ebea74 Mon Sep 17 00:00:00 2001 From: tianshujie98 Date: Tue, 3 Aug 2021 09:08:27 +0800 Subject: [PATCH] * Finish task #40857. --- module/project/view/browsebycard.html.php | 4 +--- module/project/view/browsebylist.html.php | 4 +--- 2 files changed, 2 insertions(+), 6 deletions(-) diff --git a/module/project/view/browsebycard.html.php b/module/project/view/browsebycard.html.php index c08af01622..0a4d575a9c 100644 --- a/module/project/view/browsebycard.html.php +++ b/module/project/view/browsebycard.html.php @@ -73,10 +73,8 @@ " . $lang->export, '', "class='btn btn-link export'")?> config->maxVersion)):?> ' . $lang->project->create, '', 'class="btn btn-primary" data-toggle="modal" data-target="#guideDialog"');?> - config->systemMode == 'new'):?> - ' . $lang->project->create, '', 'class="btn btn-primary"');?> - ' . $lang->execution->create, '', 'class="btn btn-primary"');?> + ' . $lang->project->create, '', 'class="btn btn-primary"');?> diff --git a/module/project/view/browsebylist.html.php b/module/project/view/browsebylist.html.php index aff507d339..99021c948c 100644 --- a/module/project/view/browsebylist.html.php +++ b/module/project/view/browsebylist.html.php @@ -40,10 +40,8 @@ " . $lang->export, '', "class='btn btn-link export'")?> config->maxVersion)):?> ' . $lang->project->create, '', 'class="btn btn-primary" data-toggle="modal" data-target="#guideDialog"');?> - config->systemMode == 'new'):?> - ' . $lang->project->create, '', 'class="btn btn-primary"');?> - ' . $lang->execution->create, '', 'class="btn btn-primary"');?> + ' . $lang->project->create, '', 'class="btn btn-primary"');?>