mirror of
https://github.com/OrchardCMS/Orchard.git
synced 2025-10-15 11:44:58 +08:00
Updating the content item edit's publishing controls.
- if the content item is not "Draftable" there is a single save button that saves and publishes - if the content item is "Draftable" there is still the save button, which saves a draft, and a publish now button for immediate publishing - if there's a part on the content item that handles scheduling (like Orchard.PublishLater) then the draft saved should be scheduled for publishing --HG-- branch : dev
This commit is contained in:
@@ -19,6 +19,6 @@
|
||||
@Display(Model.User)
|
||||
|
||||
<fieldset>
|
||||
<input class="button primaryAction" type="submit" value="@T("Save") " />
|
||||
<button class="primaryAction" type="submit">@T("Save")</button>
|
||||
</fieldset>
|
||||
}
|
||||
|
Reference in New Issue
Block a user