Start Theme Repo
This commit is contained in:
4
views/pieces/submissions/fields/save-as-draft.twig
Normal file
4
views/pieces/submissions/fields/save-as-draft.twig
Normal file
@@ -0,0 +1,4 @@
|
||||
<div class="drafts-checkbox">
|
||||
<input type="checkbox" id="saveToDrafts" name="saveToDrafts" value="yes" {% if submission_save_as_draft_checkbox %}checked{% endif %}>
|
||||
<label for="saveToDrafts">{{ __( "Don't publish, save to", 'romhackplaza' ) }} <a href="/my-drafts/">{{ __( "My Drafts", 'romhackplaza') }}</a></label>
|
||||
</div>
|
||||
Reference in New Issue
Block a user