Cleaning up the action/manage blocks in older admin item list views (comments, tags & media)

--HG--
branch : dev
This commit is contained in:
Nathan Heskew
2010-07-26 10:07:33 -07:00
parent 699dc67381
commit be78652717
4 changed files with 2 additions and 7 deletions

View File

@@ -1,7 +1,8 @@
.breadCrumbs, .folderProperties {
.breadCrumbs {
float:left;
margin:-2em 0 0;
}
.folderProperties {
float:right;
margin:-5em 0 0;
}

View File

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

View File

@@ -48,5 +48,4 @@
<%}%>
</table>
</fieldset>
<div class="manage"><%: Html.ActionLink(T("Add a folder").ToString(), "Create", new { }, new { @class = "button primaryAction" })%></div>
<% } %>

View File

@@ -46,5 +46,4 @@
<% tagIndex++; } %>
</table>
</fieldset>
<div class="manage"><%: Html.ActionLink(T("Add a tag").ToString(), "Create", new { }, new { @class = "button primaryAction" })%></div>
<% } %>