Tweak UI for Display/Editor locations

--HG--
branch : dev
This commit is contained in:
Renaud Paquay 2010-07-20 19:38:32 -07:00
parent c09f167b9d
commit 829e7cdb3a
2 changed files with 4 additions and 4 deletions

View File

@ -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>

View File

@ -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>