Skip to content
Snippets Groups Projects
Commit e29c761d authored by Hahn Axel (hahn)'s avatar Hahn Axel (hahn)
Browse files

project setup button next to "overview"

parent b318a2ec
No related branches found
No related tags found
1 merge request!62V2.0
...@@ -358,7 +358,7 @@ class projectgui extends project { ...@@ -358,7 +358,7 @@ class projectgui extends project {
'setup' => array('class' => $sPhase, 'setup' => array('class' => $sPhase,
'hint' => sprintf(t('setup-hint'), $sPhase, $sVersion), 'hint' => sprintf(t('setup-hint'), $sPhase, $sVersion),
'label' => t('setup'), 'label' => t('setup'),
'class' => 'btn-primary' 'class' => 'btn'
), ),
); );
/* /*
......
...@@ -89,12 +89,8 @@ if (!array_key_exists("prj", $aParams)) { ...@@ -89,12 +89,8 @@ if (!array_key_exists("prj", $aParams)) {
; ;
} }
$sOut = ' $sOut = ''
.'<h3>'.t('overview-label').' '.$oPrj->renderLink("setup").'</h3>'
<span style="float: right">
'
.$oPrj->renderLink("setup")
.'</span><h3>'.t('overview-label').'</h3>'
.$renderAdminLTE->getTabbedContent(['tabs'=>$aTabdata]) .$renderAdminLTE->getTabbedContent(['tabs'=>$aTabdata])
; ;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment