This commit is contained in:
xiaomlove
2022-10-22 22:23:54 +08:00
parent 12302a9056
commit 15dc2af406
2 changed files with 3 additions and 5 deletions

View File

@@ -2655,12 +2655,10 @@ else {
<div style="display: flex;align-items: center">
<div style="display: flex;flex-direction: column">
<div>
<span style="display: inline-block;width:45px"><?php echo nexus_trans('search.search_keyword')?>: </span>
<span><input type="text" name="search" style="width: 100px;height: 12px" value="<?php echo $_GET['search'] ?? '' ?>"/></span>
<span><input type="text" name="search" style="width: 80px;height: 12px" value="<?php echo $_GET['search'] ?? '' ?>" placeholder="<?php echo nexus_trans('search.search_keyword')?>"/></span>
</div>
<div>
<span style="display: inline-block;width:45px"><?php echo nexus_trans('search.search_area')?>: </span>
<span><?php echo build_search_area($_GET['search_area'] ?? '', ['style' => 'width: 108px'])?></span>
<span><?php echo build_search_area($_GET['search_area'] ?? '', ['style' => 'width: 88px'])?></span>
</div>
</div>
<div><input type="submit" value="<?php echo nexus_trans('search.global_search')?>" style="width: 39px;white-space: break-spaces;padding: 0" /></div>