issue #56 好多改进

This commit is contained in:
fen
2013-11-06 13:02:04 +08:00
parent 18f4ef3641
commit 1870eee501
4 changed files with 8 additions and 6 deletions

View File

@@ -58,7 +58,7 @@ Typecho_Widget::widget('Widget_Contents_Post_Edit')->to($post);
</p>
</div>
<div class="col-mb-12 col-tb-3" role="complementary">
<section class="typecho-post-option">
<section class="typecho-post-option" role="application">
<label for="date" class="typecho-label"><?php _e('发布日期'); ?></label>
<p><input class="typecho-date w-100" type="text" name="date" id="date" value="<?php $post->have() ? $post->date('Y-m-d H:i') : ''; ?>" /></p>
</section>