* Adjust create project button in program-browse page.
This commit is contained in:
@@ -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')
|
||||
])),
|
||||
);
|
||||
|
||||
|
||||
@@ -259,7 +259,6 @@ foreach($productStructure as $programID => $program)
|
||||
}
|
||||
|
||||
/* ZIN: layout. */
|
||||
|
||||
featureBar
|
||||
(
|
||||
set::current($browseType),
|
||||
|
||||
Reference in New Issue
Block a user