修正表格

This commit is contained in:
joyqi
2013-10-17 20:39:55 +08:00
parent 8c1c32c2e5
commit 46c6f0e269
7 changed files with 7 additions and 6 deletions
+1
View File
@@ -789,6 +789,7 @@ a.operate-reply {
.typecho-list-table-title {
margin: 1em 0;
color: #999;
text-align: center;
}
.typecho-list-table {
+1 -1
View File
@@ -169,7 +169,7 @@ $comments = Typecho_Widget::widget('Widget_Comments_Admin');
<?php endwhile; ?>
<?php else: ?>
<tr>
<h6 class="typecho-list-table-title"><?php _e('没有评论') ?></h6>
<td colspan="4"><h6 class="typecho-list-table-title"><?php _e('没有评论') ?></h6></td>
</tr>
<?php endif; ?>
</tbody>
+1 -1
View File
@@ -78,7 +78,7 @@ $stat = Typecho_Widget::widget('Widget_Stat');
<?php endwhile; ?>
<?php else: ?>
<tr>
<td colspan="8"><h6 class="typecho-list-table-title"><?php _e('没有任何附件'); ?></h6></td>
<td colspan="6"><h6 class="typecho-list-table-title"><?php _e('没有任何附件'); ?></h6></td>
</tr>
<?php endif; ?>
</tbody>
+1 -1
View File
@@ -73,7 +73,7 @@ include 'menu.php';
<?php endwhile; ?>
<?php else: ?>
<tr>
<td colspan="6"><h6 class="typecho-list-table-title"><?php _e('没有任何分类'); ?></h6></td>
<td colspan="5"><h6 class="typecho-list-table-title"><?php _e('没有任何分类'); ?></h6></td>
</tr>
<?php endif; ?>
</tbody>
+1 -1
View File
@@ -92,7 +92,7 @@ $stat = Typecho_Widget::widget('Widget_Stat');
<?php endwhile; ?>
<?php else: ?>
<tr>
<td colspan="8"><h6 class="typecho-list-table-title"><?php _e('没有任何页面'); ?></h6></td>
<td colspan="6"><h6 class="typecho-list-table-title"><?php _e('没有任何页面'); ?></h6></td>
</tr>
<?php endif; ?>
</tbody>
+1 -1
View File
@@ -109,7 +109,7 @@ $stat = Typecho_Widget::widget('Widget_Stat');
<?php endwhile; ?>
<?php else: ?>
<tr>
<td colspan="8"><h6 class="typecho-list-table-title"><?php _e('没有任何文章'); ?></h6></td>
<td colspan="6"><h6 class="typecho-list-table-title"><?php _e('没有任何文章'); ?></h6></td>
</tr>
<?php endif; ?>
</tbody>
+1 -1
View File
@@ -118,7 +118,7 @@ include 'menu.php';
<?php endwhile; ?>
<?php else: ?>
<tr>
<td colspan="5"><?php _e('没有安装插件'); ?></td>
<td colspan="5"><h6 class="typecho-list-table-title"><?php _e('没有安装插件'); ?></h6></td>
</tr>
<?php endif; ?>
</tbody>