mirror of
https://github.com/OrchardCMS/Orchard.git
synced 2026-02-09 09:16:41 +08:00
Cleaning up the action/manage blocks in older admin item list views (comments, tags & media)
--HG-- branch : dev
This commit is contained in:
@@ -1,7 +1,8 @@
|
||||
.breadCrumbs, .folderProperties {
|
||||
.breadCrumbs {
|
||||
float:left;
|
||||
margin:-2em 0 0;
|
||||
}
|
||||
.folderProperties {
|
||||
float:right;
|
||||
margin:-5em 0 0;
|
||||
}
|
||||
@@ -94,8 +94,4 @@ Html.RegisterStyle("admin.css"); %>
|
||||
<%}%>
|
||||
</table>
|
||||
</fieldset>
|
||||
<div class="manage">
|
||||
<%: Html.ActionLink(T("Add media").ToString(), "Add", new { folderName = Model.FolderName, mediaPath = Model.MediaPath }, new { @class = "button primaryAction" })%>
|
||||
<%: Html.ActionLink(T("Add a folder").ToString(), "Create", new { Model.MediaPath }, new { @class = "button" })%>
|
||||
</div>
|
||||
<% } %>
|
||||
@@ -48,5 +48,4 @@
|
||||
<%}%>
|
||||
</table>
|
||||
</fieldset>
|
||||
<div class="manage"><%: Html.ActionLink(T("Add a folder").ToString(), "Create", new { }, new { @class = "button primaryAction" })%></div>
|
||||
<% } %>
|
||||
@@ -46,5 +46,4 @@
|
||||
<% tagIndex++; } %>
|
||||
</table>
|
||||
</fieldset>
|
||||
<div class="manage"><%: Html.ActionLink(T("Add a tag").ToString(), "Create", new { }, new { @class = "button primaryAction" })%></div>
|
||||
<% } %>
|
||||
Reference in New Issue
Block a user