Skip to content

Commit

Permalink
Remove legacy code
Browse files Browse the repository at this point in the history
  • Loading branch information
alexdryden committed Jan 28, 2023
1 parent e839bcd commit 4d5529f
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions view/teams/delete/role-delete.phtml
Original file line number Diff line number Diff line change
Expand Up @@ -24,11 +24,6 @@ echo $this->pageTitle($translate('Delete role'));
foreach ($this->role_users as $user):
echo $user->getId();
endforeach; ?>

<ul class="list-group">
<li class="list-group-item"><?= $role->getName() ?></li>
</ul>

<form action="<?php $this->url('admin/teams/detail/delete', ['id'=>$this->params()->fromRoute('id')])?>" method="post">
<input class="btn btn-default" type="submit" name="confirm" value="Cancel" />
<input class="btn btn-danger" type="submit" name="confirm" value="Delete" />
Expand Down

0 comments on commit 4d5529f

Please sign in to comment.