Skip to content

Commit e048754

Browse files
committed
remove remove button
1 parent 458ad83 commit e048754

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

webroot/admin/pi-mgmt.php

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -123,15 +123,6 @@
123123
" " . $pi_user->getLastname() . "</td>";
124124
echo "<td>" . $pi_group->getPIUID() . "</td>";
125125
echo "<td><a href='mailto:" . $pi_user->getMail() . "'>" . $pi_user->getMail() . "</a></td>";
126-
echo "<td>";
127-
echo
128-
"<form action='' method='POST'
129-
onsubmit='return confirm(\"Are you sure you want to remove " . $pi_group->getPIUID() . "?\")'>
130-
<input type='hidden' name='form_name' value='remGroup'>
131-
<input type='hidden' name='pi' value='" . $pi_group->getPIUID() . "'>
132-
<input type='submit' value='Remove'>
133-
</form>";
134-
echo "</td>";
135126
echo "</tr>";
136127
}
137128
?>

0 commit comments

Comments
 (0)