--HG--
branch : dev
This commit is contained in:
Renaud Paquay
2010-10-19 19:30:43 -07:00
4 changed files with 7 additions and 7 deletions

View File

@@ -14,8 +14,8 @@
</div>
<div class="related">@Display(Model.Related)
@Html.Link(T("Edit").Text, Url.BlogPostEdit((BlogPostPart)Model.ContentItem.Get(typeof(BlogPostPart)))) @T(" | ")
@Html.Link(T("Remove").Text, Url.Action("Remove", "Admin", new { area = "Contents", id = contentItem.Id, returnUrl }), new { itemprop = "RemoveUrl UnsafeUrl" })
<br />@Display(Model.Secondary)
@Html.Link(T("Remove").Text, Url.Action("Remove", "Admin", new { area = "Contents", id = contentItem.Id, returnUrl }), new { itemprop = "RemoveUrl UnsafeUrl" })@T(" | ")
@Display(Model.Secondary)
</div>
<div class="primary">@Display(Model.Content)</div>
</div>

View File

@@ -1,4 +1,4 @@
@using Orchard.Comments.Models;
@using Orchard.Comments.ViewModels;
@using Orchard.ContentManagement;
<span class="commentcount">@Display.CommentSummaryLinks(item: Model.ContentPart.ContentItem, count: Model.CommentCount, pendingCount: Model.PendingCount)</span>
<span class="commentcount">@Display.CommentSummaryLinks(item: Model.ContentPart.ContentItem, count: Model.CommentCount, pendingCount: Model.PendingCount)@T(" | ")</span>

View File

@@ -89,7 +89,7 @@
<Compile Include="ViewModels\WidgetsIndexViewModel.cs" />
</ItemGroup>
<ItemGroup>
<Content Include="Content\Admin\images\edit.gif" />
<Content Include="Content\Admin\images\edit.png" />
<Content Include="Content\Admin\images\moveup.gif" />
<Content Include="Content\Admin\images\movedown.gif" />
<Content Include="Module.txt" />

View File

@@ -756,7 +756,7 @@ table .button {
#main .contentItems li:hover .ibutton.blog { background-position:-120px 0; }
.contentItems .summary {
overflow:auto;
clear:both;
padding:1.2em .4em .5em;
}
.contentItems .properties {
@@ -786,9 +786,9 @@ table .button {
margin:0 .2em -.2em;
}
.contentItems .related {
float:right;
font-size:1.4em;
text-align:right;
font-size:1.4em;
}
.contentItems .commentcount {
line-height:2em;