Skip to content
GitLab
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
e8916e4f
Commit
e8916e4f
authored
Dec 09, 2013
by
Celine Noirot
Browse files
Delete useless hidden variable
parent
58da589f
Changes
2
Hide whitespace changes
Inline
Side-by-side
ui/nG6/pi1/class.tx_nG6_pi1.php
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'
);
}
/**
...
...
ui/nG6/pi1/install_view.tpl
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>
...
...
Write
Preview
Supports
Markdown
0%
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!
Cancel
Please
register
or
sign in
to comment