Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
legi
soft
gestex
Commits
a131cd69
Commit
a131cd69
authored
Jul 13, 2021
by
Estéban Ristich
Browse files
Add Recipe in form
parent
16220f38
Changes
1
Show whitespace changes
Inline
Side-by-side
intervention-edit.php
View file @
a131cd69
...
...
@@ -58,6 +58,21 @@ if ($mode == 'Ajouter') {
</select>
<span
class=
"option-right"
><a
href=
"team-edit.php"
>
<?php
echo
ICON_ADD_TEAM
?>
</a></span>
</td>
</tr>
<tr>
<th>
Recipe (facultatif)
<?php
echo
ICON_SEE_DOC
?>
</th>
<td>
<?php
if
(
$mode
==
'Modifier'
&&
$datasheet_count
>
0
)
{
?>
<ul>
<?php
foreach
(
$datasheet_fetch
as
$datasheet_current
)
{
?>
<li><a
href=
"
<?php
echo
$datasheet_path
.
'/'
.
$datasheet_current
[
'pathname'
]
?>
"
target=
"_top"
>
<?php
echo
$datasheet_current
[
'description'
]
?>
(
<?php
echo
$datasheet_current
[
'pathname'
]
?>
)
</a></li>
<?php
}
?>
</ul>
<?php
}
?>
<input
type=
"file"
name=
"notice"
value=
"
<?=
param_post_key
(
'notice'
,
$equipment_selected
)
?>
"
placeholder=
"Notice (facultatif)"
>
</td>
</tr>
<tr>
<th>
Date
</th>
...
...
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