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:
Nathan Heskew
2010-11-04 13:20:46 -07:00
parent 93ea6aae64
commit a63014715f
14 changed files with 129 additions and 79 deletions

View File

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