mirror of
https://github.com/OrchardCMS/Orchard.git
synced 2025-10-15 03:25:23 +08:00
@@ -3,7 +3,7 @@
|
|||||||
|
|
||||||
<h1>@Html.TitleForPage(T("Manage Media Folders").ToString())</h1>
|
<h1>@Html.TitleForPage(T("Manage Media Folders").ToString())</h1>
|
||||||
@Html.ValidationSummary()
|
@Html.ValidationSummary()
|
||||||
|
@using (Html.BeginFormAntiForgeryPost()) {
|
||||||
<fieldset class="bulk-actions">
|
<fieldset class="bulk-actions">
|
||||||
<label for="publishActions">@T("Actions:")</label>
|
<label for="publishActions">@T("Actions:")</label>
|
||||||
<select id="Select1" name="publishActions">
|
<select id="Select1" name="publishActions">
|
||||||
@@ -50,3 +50,4 @@
|
|||||||
}
|
}
|
||||||
</table>
|
</table>
|
||||||
</fieldset>
|
</fieldset>
|
||||||
|
}
|
Reference in New Issue
Block a user