mirror of
https://github.com/typecho/typecho.git
synced 2025-03-22 10:59:41 +01:00
clear even class
This commit is contained in:
parent
4e0fd7a415
commit
e5184c4316
@ -152,7 +152,7 @@ $comments = Typecho_Widget::widget('Widget_Comments_Admin');
|
||||
</tr>
|
||||
<?php endwhile; ?>
|
||||
<?php else: ?>
|
||||
<tr class="even">
|
||||
<tr>
|
||||
<h6 class="typecho-list-table-title"><?php _e('没有评论') ?></h6>
|
||||
</tr>
|
||||
<?php endif; ?>
|
||||
|
@ -83,7 +83,7 @@ $stat = Typecho_Widget::widget('Widget_Stat');
|
||||
</tr>
|
||||
<?php endwhile; ?>
|
||||
<?php else: ?>
|
||||
<tr class="even">
|
||||
<tr>
|
||||
<td colspan="8"><h6 class="typecho-list-table-title"><?php _e('没有任何附件'); ?></h6></td>
|
||||
</tr>
|
||||
<?php endif; ?>
|
||||
|
@ -76,7 +76,7 @@ include 'menu.php';
|
||||
</tr>
|
||||
<?php endwhile; ?>
|
||||
<?php else: ?>
|
||||
<tr class="even">
|
||||
<tr>
|
||||
<td colspan="6"><h6 class="typecho-list-table-title"><?php _e('没有任何分类'); ?></h6></td>
|
||||
</tr>
|
||||
<?php endif; ?>
|
||||
|
@ -91,7 +91,7 @@ $stat = Typecho_Widget::widget('Widget_Stat');
|
||||
</tr>
|
||||
<?php endwhile; ?>
|
||||
<?php else: ?>
|
||||
<tr class="even">
|
||||
<tr>
|
||||
<td colspan="8"><h6 class="typecho-list-table-title"><?php _e('没有任何页面'); ?></h6></td>
|
||||
</tr>
|
||||
<?php endif; ?>
|
||||
|
@ -109,7 +109,7 @@ $stat = Typecho_Widget::widget('Widget_Stat');
|
||||
</tr>
|
||||
<?php endwhile; ?>
|
||||
<?php else: ?>
|
||||
<tr class="even">
|
||||
<tr>
|
||||
<td colspan="8"><h6 class="typecho-list-table-title"><?php _e('没有任何文章'); ?></h6></td>
|
||||
</tr>
|
||||
<?php endif; ?>
|
||||
|
@ -120,7 +120,7 @@ include 'menu.php';
|
||||
</tr>
|
||||
<?php endwhile; ?>
|
||||
<?php else: ?>
|
||||
<tr class="even">
|
||||
<tr>
|
||||
<td colspan="5"><?php _e('没有安装插件'); ?></td>
|
||||
</tr>
|
||||
<?php endif; ?>
|
||||
|
Loading…
x
Reference in New Issue
Block a user