mirror of
https://github.com/OrchardCMS/Orchard.git
synced 2025-04-05 21:01:35 +08:00
Tweak UI for Display/Editor locations
--HG-- branch : dev
This commit is contained in:
parent
c09f167b9d
commit
829e7cdb3a
@ -2,11 +2,11 @@
|
||||
<fieldset >
|
||||
<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.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.ValidationMessageFor(m => m.Position)%>
|
||||
</fieldset>
|
||||
|
@ -2,11 +2,11 @@
|
||||
<fieldset >
|
||||
<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.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.ValidationMessageFor(m => m.Position)%>
|
||||
</fieldset>
|
||||
|
Loading…
Reference in New Issue
Block a user