Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
ng6
Manage
Activity
Members
Labels
Plan
Issues
50
Issue boards
Milestones
Wiki
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
genotoul-bioinfo
ng6
Commits
e8916e4f
Commit
e8916e4f
authored
11 years ago
by
Celine Noirot
Browse files
Options
Downloads
Patches
Plain Diff
Delete useless hidden variable
parent
58da589f
No related branches found
No related tags found
Loading
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
ui/nG6/pi1/class.tx_nG6_pi1.php
+0
-2
0 additions, 2 deletions
ui/nG6/pi1/class.tx_nG6_pi1.php
ui/nG6/pi1/install_view.tpl
+0
-1
0 additions, 1 deletion
ui/nG6/pi1/install_view.tpl
with
0 additions
and
3 deletions
ui/nG6/pi1/class.tx_nG6_pi1.php
+
0
−
2
View file @
e8916e4f
...
...
@@ -128,7 +128,6 @@ class tx_nG6_pi1 extends tslib_pibase {
*/
function
pi_project_view
()
{
$projects
=
array
();
if
(
!
$GLOBALS
[
'TSFE'
]
->
loginUser
)
{
$user_id
=
null
;
}
else
{
$user_id
=
$GLOBALS
[
'TSFE'
]
->
fe_user
->
user
[
'uid'
];
}
...
...
@@ -362,7 +361,6 @@ class tx_nG6_pi1 extends tslib_pibase {
$smarty
->
assign
(
'server_name'
,
$this
->
conf
[
"server_name"
]);
$smarty
->
assign
(
'server_url'
,
$this
->
conf
[
'server_url'
]);
$smarty
->
assign
(
'pid'
,
$this
->
conf
[
'userpidList'
]);
$smarty
->
assign
(
'current_id'
,
intval
(
$GLOBALS
[
'TSFE'
]
->
id
));
return
$smarty
->
fetch
(
'install_view.tpl'
);
}
/**
...
...
This diff is collapsed.
Click to expand it.
ui/nG6/pi1/install_view.tpl
+
0
−
1
View file @
e8916e4f
...
...
@@ -27,7 +27,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
<input
type=
"hidden"
id=
"server_name"
value=
"
{
$server_name
}
"
/>
<input
type=
"hidden"
id=
"server_url"
value=
"
{
$server_url
}
"
/>
<input
type=
"hidden"
id=
"pid"
value=
"
{
$pid
}
"
/>
<input
type=
"hidden"
id=
"id"
value=
"
{
$current_id
}
"
/>
<div
class=
"control-group"
>
<label
class=
"control-label"
>
Last name
</label>
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment