Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
genotoul-bioinfo
ng6
Commits
4e3975b1
Commit
4e3975b1
authored
May 29, 2012
by
Jerome Mariette
Browse files
fixe feature request 1622 - Add navigation bar to project analysis
parent
f3eae045
Changes
1
Hide whitespace changes
Inline
Side-by-side
ui/nG6/pi1/class.tx_nG6_pi1.php
View file @
4e3975b1
...
...
@@ -187,7 +187,7 @@ class tx_nG6_pi1 extends tslib_pibase {
}
else
{
$project_analysis
[
$analysis_id
][
'superuser'
]
=
false
;
}
$project_analysis
[
$analysis_id
][
'href'
]
=
$this
->
pi_list_linkSingle
(
$analysis_values
[
'name'
],
$analysis_values
[
'id'
],
1
,
array
(
'analyze_id'
=>
$analysis_values
[
'id'
],
'project_id'
=>
$
projects
[
key
(
$
project
s
)][
'u
id'
]));
$project_analysis
[
$analysis_id
][
'href'
]
=
$this
->
pi_list_linkSingle
(
$analysis_values
[
'name'
],
$analysis_values
[
'id'
],
1
,
array
(
'analyze_id'
=>
$analysis_values
[
'id'
],
'project_id'
=>
$
this
->
piVars
[
'
project
_
id'
]));
}
$smarty
->
assign
(
'h_project_analysis'
,
tx_nG6_utils
::
trace_hierarchy
(
$project_analysis
));
$smarty
->
assign
(
'project_analysis'
,
$project_analysis
);
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment