修改操作表单对其

This commit is contained in:
fen
2013-10-13 10:44:27 +08:00
parent e7692f1fc8
commit df79ef4a3c
7 changed files with 24 additions and 36 deletions
+2 -2
View File
@@ -45,7 +45,7 @@ $comments = Typecho_Widget::widget('Widget_Comments_Admin');
<div class="operate">
<input type="checkbox" class="typecho-table-select-all" />
<div class="btn-group btn-drop">
<button class="dropdown-toggle" type="button" href="">选中项 &nbsp;<i class="icon-caret-down"></i></button>
<button class="dropdown-toggle btn-s" type="button" href="">选中项 &nbsp;<i class="icon-caret-down"></i></button>
<ul class="dropdown-menu">
<li><a href="<?php $options->index('/action/comments-edit?do=approved'); ?>"><?php _e('通过'); ?></a></li>
<li><a href="<?php $options->index('/action/comments-edit?do=waiting'); ?>"><?php _e('待审核'); ?></a></li>
@@ -71,7 +71,7 @@ $comments = Typecho_Widget::widget('Widget_Comments_Admin');
<?php if(isset($request->cid)): ?>
<input type="hidden" value="<?php echo htmlspecialchars($request->get('cid')); ?>" name="cid" />
<?php endif; ?>
<button type="submit"><?php _e('筛选'); ?></button>
<button type="submit" class="btn-s"><?php _e('筛选'); ?></button>
</div>
</form>
</div>