mirror of
https://github.com/OrchardCMS/Orchard.git
synced 2026-01-18 19:51:45 +08:00
Tweak UI for Display/Editor locations
--HG-- branch : dev
This commit is contained in:
@@ -2,11 +2,11 @@
|
|||||||
<fieldset >
|
<fieldset >
|
||||||
<legend><%:T("Display location") %></legend>
|
<legend><%:T("Display location") %></legend>
|
||||||
|
|
||||||
<label for="<%:Html.FieldIdFor(m => m.Zone) %>"><%:T("Zone name") %></label>
|
<label for="<%:Html.FieldIdFor(m => m.Zone) %>"><%:T("Zone name (e.g. body, primary)") %></label>
|
||||||
<%:Html.EditorFor(m=>m.Zone) %>
|
<%:Html.EditorFor(m=>m.Zone) %>
|
||||||
<%:Html.ValidationMessageFor(m => m.Zone)%>
|
<%:Html.ValidationMessageFor(m => m.Zone)%>
|
||||||
|
|
||||||
<label for="<%:Html.FieldIdFor(m => m.Position) %>"><%:T("Location in zone (e.g. 1, 1.0, 2.5.1)") %></label>
|
<label for="<%:Html.FieldIdFor(m => m.Position) %>"><%:T("Position in zone (e.g. 1, 1.0, 2.5.1)") %></label>
|
||||||
<%:Html.EditorFor(m=>m.Position) %>
|
<%:Html.EditorFor(m=>m.Position) %>
|
||||||
<%:Html.ValidationMessageFor(m => m.Position)%>
|
<%:Html.ValidationMessageFor(m => m.Position)%>
|
||||||
</fieldset>
|
</fieldset>
|
||||||
|
|||||||
@@ -2,11 +2,11 @@
|
|||||||
<fieldset >
|
<fieldset >
|
||||||
<legend><%:T("Editor Location") %></legend>
|
<legend><%:T("Editor Location") %></legend>
|
||||||
|
|
||||||
<label for="<%:Html.FieldIdFor(m => m.Zone) %>"><%:T("Zone name") %></label>
|
<label for="<%:Html.FieldIdFor(m => m.Zone) %>"><%:T("Zone name (e.g. body, primary)")%></label>
|
||||||
<%:Html.EditorFor(m=>m.Zone) %>
|
<%:Html.EditorFor(m=>m.Zone) %>
|
||||||
<%:Html.ValidationMessageFor(m => m.Zone)%>
|
<%:Html.ValidationMessageFor(m => m.Zone)%>
|
||||||
|
|
||||||
<label for="<%:Html.FieldIdFor(m => m.Position) %>"><%:T("Location in zone (e.g. 1, 1.0, 2.5.1)") %></label>
|
<label for="<%:Html.FieldIdFor(m => m.Position) %>"><%:T("Position in zone (e.g. 1, 1.0, 2.5.1)") %></label>
|
||||||
<%:Html.EditorFor(m=>m.Position) %>
|
<%:Html.EditorFor(m=>m.Position) %>
|
||||||
<%:Html.ValidationMessageFor(m => m.Position)%>
|
<%:Html.ValidationMessageFor(m => m.Position)%>
|
||||||
</fieldset>
|
</fieldset>
|
||||||
|
|||||||
Reference in New Issue
Block a user