mirror of
https://github.com/OrchardCMS/Orchard.git
synced 2025-10-15 19:54:57 +08:00
Renamed 'List Definition' to just 'List'.
This commit is contained in:

committed by
Sebastien Ros

parent
3b95c46f90
commit
aacae5451c
@@ -3,10 +3,10 @@
|
||||
Layout.Title = T("Manage Lists");
|
||||
}
|
||||
<div class="manage">
|
||||
@Html.ActionLink(T("New List Definition").ToString(), "Create", new { area = "Orchard.Lists" }, new { @class = "button primaryAction" })
|
||||
@Html.ActionLink(T("New List").ToString(), "Create", new { area = "Orchard.Lists" }, new { @class = "button primaryAction" })
|
||||
</div>
|
||||
@if (Model.Lists.Items.Count == 0) {
|
||||
<div class="message info">@T("There are no list definitions yet. <a href=\"{0}\">Create a List Definition<a/>.", Url.Action("Create", "Admin", new { id = "", area = "Orchard.Lists" }))</div>
|
||||
<div class="message info">@T("There are no lists yet. <a href=\"{0}\">Create a List<a/>.", Url.Action("Create", "Admin", new { id = "", area = "Orchard.Lists" }))</div>
|
||||
} else {
|
||||
using (Html.BeginFormAntiForgeryPost()) {
|
||||
<fieldset class="bulk-actions">
|
||||
|
Reference in New Issue
Block a user