* Code for story of add draft status.

This commit is contained in:
xieqiyu
2022-08-12 16:00:00 +08:00
parent d7de15ae41
commit 17773dee90
44 changed files with 495 additions and 204 deletions
+2 -1
View File
@@ -131,7 +131,8 @@
<tfoot>
<tr>
<td colspan="<?php echo count($visibleFields) + 3?>" class="text-center form-actions">
<?php echo html::submitButton($lang->save);?>
<?php echo html::commonButton($lang->story->saveDraft, "id='saveDraftButton'", 'btn btn-secondary btn-wide');?>
<?php echo html::commonButton($lang->save, "id='saveButton'", 'btn btn-primary btn-wide');?>
<?php echo html::backButton();?>
</td>
</tr>