thay doi filter va Viet hoa

This commit is contained in:
2020-12-29 14:28:08 +07:00
parent c9d0c24218
commit cb6c8fba32
12 changed files with 72 additions and 51 deletions

View File

@@ -89,20 +89,24 @@
<input type="text" class="form-control datepicker" value="{$t|date_format:"H:i d/m/Y"}" name="To">
</div>
<div class="form-group">
<label class="control-label">Name</label>
<label class="control-label">ID</label>
<input type="text" class="form-control" value="{Yii::$app->request->get("id")}" name="IDSearch">
</div>
<div class="form-group">
<label class="control-label">Tên</label>
<input type="text" class="form-control" value="{Yii::$app->request->get("name")}" name="NameSearch">
</div>
<div class="form-group">
<label class="control-label">Type</label>
<label class="control-label">Loại</label>
<select class="form-control" name="TypeSearch">
<option value="all">All</option>
<option value="all">Tất cả</option>
{html_options options=$typeArray selected=Yii::$app->request->get("type")}
</select>
</div>
<div class="form-group">
<label class="control-label">Gender</label>
<label class="control-label">Giới tính</label>
<select class="form-control" name="GenderSearch">
<option value="all">All</option>
<option value="all">Tất cả</option>
{html_options options=$genderArray selected=Yii::$app->request->get("gender")}
</select>
</div>