We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 458ad83 commit e048754Copy full SHA for e048754
webroot/admin/pi-mgmt.php
@@ -123,15 +123,6 @@
123
" " . $pi_user->getLastname() . "</td>";
124
echo "<td>" . $pi_group->getPIUID() . "</td>";
125
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>";
135
echo "</tr>";
136
}
137
?>
0 commit comments