diff --git a/module/program/ui/browse.html.php b/module/program/ui/browse.html.php index 9d8d7eb881..aea3fe1a88 100644 --- a/module/program/ui/browse.html.php +++ b/module/program/ui/browse.html.php @@ -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') ])), ); diff --git a/module/program/ui/productview.html.php b/module/program/ui/productview.html.php index a9af695efc..1fc3ec12fd 100644 --- a/module/program/ui/productview.html.php +++ b/module/program/ui/productview.html.php @@ -259,7 +259,6 @@ foreach($productStructure as $programID => $program) } /* ZIN: layout. */ - featureBar ( set::current($browseType),