* Adjust create project button in program-browse page.

This commit is contained in:
wangyidong
2023-06-20 09:00:58 +08:00
parent dbc23c196f
commit 26d487c895
2 changed files with 6 additions and 6 deletions
+6 -5
View File
@@ -69,17 +69,18 @@ toolbar
(
item(set
([
'text' => $lang->program->createProject,
'icon' => 'plus',
'class'=> 'btn secondary',
'url' => createLink('program', 'exportTable')
'text' => $lang->program->createProject,
'icon' => 'plus',
'class' => 'btn secondary',
'url' => $this->createLink('project', 'createGuide'),
'data-toggle' => 'modal',
])),
item(set
([
'text' => $lang->program->create,
'icon' => 'plus',
'class'=> 'btn primary',
'url' => createLink('program', 'create')
'url' => $this->createLink('program', 'create')
])),
);
-1
View File
@@ -259,7 +259,6 @@ foreach($productStructure as $programID => $program)
}
/* ZIN: layout. */
featureBar
(
set::current($browseType),