mirror of
https://github.com/lkddi/nexusphp.git
synced 2026-04-14 12:30:49 +08:00
adjust
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user