diff options
Diffstat (limited to 'views')
-rw-r--r-- | views/editor.php | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/views/editor.php b/views/editor.php index 5ab9442..be45a07 100644 --- a/views/editor.php +++ b/views/editor.php @@ -90,6 +90,10 @@ <a href="/docs/post-status" class="small hidden" target="_blank" id="published-status-warning">read this first!</a> </td> </tr> + <tr> + <td>Publish:</td> + <td><input type="text" class="form-field-small" id="post-publish-date" value="now" placeholder="YYYY-MM-DD hh:mm:ss"></td> + </tr> </table> |