* Modify search page form stash.

This commit is contained in:
caoyanyi
2023-03-13 13:48:39 +08:00
parent 4b7ed1d718
commit abd13912cf
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -3,7 +3,7 @@
.table-footer .pager {margin: 0px; height: 30px; padding-top: 10px;}
.table-footer .pager .icon-play.icon-flip-horizontal:before {content:"\e314";}
.table-footer .pager .icon-play:before {content:"\e315";}
.modal.with-titlebar .modal-header {margin-bottom: 10px;}
.modal.with-titlebar .modal-header, .no-stash {margin-bottom: 10px;}
.modal.with-titlebar .modal-header .modal-title {display: block;}
.list {color: #333; background-color: #fff; border: solid #DDD 1px; border-radius: 3px;}
+1 -1
View File
@@ -19,7 +19,7 @@ adjustMenuWidth();
<div class='row'>
<div class='col-md-12'>
<form method='post' action='<?php echo inlink('index')?>' style='margin-bottom:10px;'>
<form method='post' action='<?php echo inlink('index')?>' class='no-stash'>
<div class='input-group col-md-8 col-md-offset-2'>
<span class='input-group-btn w-auto'><?php echo html::input('words', $words, "class='form-control'")?></span>
<span class='input-group-btn select'><?php echo html::select('type[]', $typeList, $type, "class='form-control chosen' multiple")?></span>