mirror of
https://github.com/OrchardCMS/Orchard.git
synced 2026-02-09 09:16:41 +08:00
Merge
--HG-- branch : dev
This commit is contained in:
@@ -51,8 +51,8 @@ using (Html.BeginForm("Create", "Comment", new { area = "Orchard.Comments" }, Fo
|
|||||||
<fieldset class="what">
|
<fieldset class="what">
|
||||||
<ol>
|
<ol>
|
||||||
<li>
|
<li>
|
||||||
<label for="CommentText">@T("Comment")</label>
|
<label for="comment-text">@T("Comment")</label>
|
||||||
<textarea id="comment-text" rows="10" cols="30" name="comment-text"></textarea>
|
<textarea id="comment-text" rows="10" cols="30" name="CommentText"></textarea>
|
||||||
</li>
|
</li>
|
||||||
<li>
|
<li>
|
||||||
<input type="submit" class="button" value="@T("Submit Comment")" />
|
<input type="submit" class="button" value="@T("Submit Comment")" />
|
||||||
|
|||||||
@@ -20,7 +20,7 @@ namespace Orchard.Packaging {
|
|||||||
public Localizer T { get; set; }
|
public Localizer T { get; set; }
|
||||||
|
|
||||||
public void Install(Feature feature) {
|
public void Install(Feature feature) {
|
||||||
_packagingSourceManager.AddSource(new PackagingSource { Id = Guid.NewGuid(), FeedTitle = "Orchard Module Gallery", FeedUrl = "http://orchardproject.net/gallery/feed" });
|
_packagingSourceManager.AddSource(new PackagingSource { Id = Guid.NewGuid(), FeedTitle = "Orchard Module Gallery", FeedUrl = "http://orchardproject.net/gallery08/feed" });
|
||||||
}
|
}
|
||||||
|
|
||||||
public void Enable(Feature feature) {
|
public void Enable(Feature feature) {
|
||||||
|
|||||||
Reference in New Issue
Block a user