修改导航菜单

This commit is contained in:
fen
2013-10-15 14:16:27 +08:00
parent 7b1324364a
commit 846ff1c477
2 changed files with 28 additions and 21 deletions
+2 -2
View File
@@ -64,7 +64,7 @@ Typecho_Widget::widget('Widget_Contents_Post_Edit')->to($post);
</section>
<section class="typecho-post-option category-option">
<label class="typecho-label"><?php _e('所属分类'); ?></label>
<label class="typecho-label"><?php _e('分类'); ?></label>
<?php Typecho_Widget::widget('Widget_Metas_Category_List')->to($category); ?>
<ul>
<?php
@@ -82,7 +82,7 @@ Typecho_Widget::widget('Widget_Contents_Post_Edit')->to($post);
</section>
<section class="typecho-post-option">
<label for="tags" class="typecho-label"><?php _e('标签'); ?></label>
<label for="token-input-tags" class="typecho-label"><?php _e('标签'); ?></label>
<p><input id="tags" name="tags" type="text" value="<?php $post->tags(',', false); ?>" class="w-100 text" /></p>
</section>