Merge from booking branch
This commit is contained in:
parent
25906d0227
commit
9a2652739b
266 changed files with 12833 additions and 2337 deletions
|
|
@ -6,7 +6,10 @@
|
|||
<table>
|
||||
<% foreach (string u in (string[])ViewData["admins"]) { %>
|
||||
<tr><td>
|
||||
<%= u %> </td><td><%= Html.ActionLink("Remove","RemoveFromRole",new { username = u, rolename="Admin", returnUrl = Request.Url.PathAndQuery })%>
|
||||
<%= u %> </td><td>
|
||||
<%= Html.ActionLink("Remove","RemoveFromRole",
|
||||
new { username = u, rolename="Admin", returnUrl = Request.Url.PathAndQuery })%>
|
||||
|
||||
</td></tr>
|
||||
|
||||
<% } %>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue