This commit is contained in:
Philippe Grand 2018-07-16 11:00:39 +02:00 committed by GitHub
parent 4f554ab52a
commit e913d854d0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -331,12 +331,12 @@ if ($object->fetch($id) >= 0)
if ($allowaddtarget)
{
print '<form class="oddeven" name="'.$modulename.'" action="'.$_SERVER['PHP_SELF'].'?action=add&id='.$object->id.'&module='.$modulename.'" method="POST" enctype="multipart/form-data">';
print '<form class="oddeven tagtr" name="'.$modulename.'" action="'.$_SERVER['PHP_SELF'].'?action=add&id='.$object->id.'&module='.$modulename.'" method="POST" enctype="multipart/form-data">';
print '<input type="hidden" name="token" value="'.$_SESSION['newtoken'].'">';
}
else
{
print '<div class="oddeven">';
print '<div class="oddeven tagtr">';
}
print '<div class="tagtd">';