* Yavsc.sln:
* Web.csproj: * Edit.aspx: * MyClass.cs: * Restore.aspx: * SalesCatalog.csproj: * RemoveUserQuery.aspx: * RemoveRoleQuery.aspx: * AssemblyInfo.cs: * fortune.csproj: a test plugin * App.master: The site name as suffix in titles * AddRole.aspx: Form action fixed * CreateBackup.aspx:
This commit is contained in:
parent
1606fd0871
commit
886bb31882
13 changed files with 112 additions and 10 deletions
|
|
@ -2,7 +2,7 @@
|
|||
<asp:Content ContentPlaceHolderID="MainContent" ID="MainContentContent" runat="server">
|
||||
|
||||
<%= Html.ValidationSummary() %>
|
||||
<% using(Html.BeginForm("DoAddRole"))
|
||||
<% using(Html.BeginForm("DoAddRole","Admin"))
|
||||
{ %>
|
||||
Nom du rôle :
|
||||
<%= Html.TextBox( "RoleName" ) %>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue