mirror of
https://github.com/OrchardCMS/Orchard.git
synced 2025-09-23 04:43:35 +08:00
Merge
--HG-- branch : dev
This commit is contained in:
@@ -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>
|
@@ -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>
|
@@ -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" />
|
||||
|
@@ -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;
|
||||
|
Reference in New Issue
Block a user