little improvments
* style.css: no max width for panels, it's too abstract for a notion * RemovePost.aspx: Adds a Title and fixes the action call * Contact.aspx: cleans the code from totem * LocalizedText.resx: * LocalizedText.fr.resx: * LocalizedText.Designer.cs: * LocalizedText.fr.Designer.cs: Localizes a "bill removal"
This commit is contained in:
parent
089a7b3827
commit
441a0fed32
9 changed files with 45 additions and 16 deletions
|
|
@ -1,9 +1,9 @@
|
|||
<%@ Page Title="" Language="C#" Inherits="System.Web.Mvc.ViewPage<BlogEntry>" MasterPageFile="~/Models/App.master" %>
|
||||
<%@ Page Title="Bill_removal" Language="C#" Inherits="System.Web.Mvc.ViewPage<BlogEntry>" MasterPageFile="~/Models/App.master" %>
|
||||
|
||||
<asp:Content ContentPlaceHolderID="MainContent" ID="MainContentContent" runat="server">
|
||||
|
||||
<%= Html.ValidationSummary() %>
|
||||
<% using (Html.BeginForm("RemovePost","Blogs",new {id=Model.Id})) { %>
|
||||
<% using (Html.BeginForm("RemovePost","Blogs",new {postid=Model.Id})) { %>
|
||||
|
||||
<%= Html.LabelFor(model => model.Title) %> :
|
||||
<%= Html.TextBox( "Title" ) %>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue