fix: pc附件搜索placeholder
This commit is contained in:
@@ -51,7 +51,7 @@ return [
|
|||||||
'视频' => 'Videos',
|
'视频' => 'Videos',
|
||||||
'支持型号' => 'Supported Models',
|
'支持型号' => 'Supported Models',
|
||||||
'支持系统' => 'Supported Systems',
|
'支持系统' => 'Supported Systems',
|
||||||
'搜索型号' => 'Search model',
|
'搜索名称' => 'Search model',
|
||||||
'查询无结果!' => 'No Result!',
|
'查询无结果!' => 'No Result!',
|
||||||
],
|
],
|
||||||
|
|
||||||
|
|||||||
@@ -15,7 +15,7 @@
|
|||||||
<form action="{:url('attachment/index')}" method="get">
|
<form action="{:url('attachment/index')}" method="get">
|
||||||
<div class="search_all">
|
<div class="search_all">
|
||||||
<input type="hidden" name="id" value="{$Request.get.id}" />
|
<input type="hidden" name="id" value="{$Request.get.id}" />
|
||||||
<input type="text" name="keyword" placeholder="{:lang_i18n('搜索型号')}" />
|
<input type="text" name="keyword" placeholder="{:lang_i18n('搜索名称')}" />
|
||||||
<button class="searchbtn" type="submit"><img src="__IMAGES__/search_blue.png" /></button>
|
<button class="searchbtn" type="submit"><img src="__IMAGES__/search_blue.png" /></button>
|
||||||
</div>
|
</div>
|
||||||
</form>
|
</form>
|
||||||
|
|||||||
@@ -14,7 +14,7 @@
|
|||||||
<!-- 搜索 -->
|
<!-- 搜索 -->
|
||||||
<form action="{:url('attachment/video')}" method="get">
|
<form action="{:url('attachment/video')}" method="get">
|
||||||
<div class="search_all">
|
<div class="search_all">
|
||||||
<input type="text" name="keyword" placeholder="{:lang_i18n('搜索型号')}" />
|
<input type="text" name="keyword" placeholder="{:lang_i18n('搜索名称')}" />
|
||||||
<button class="searchbtn" type="submit"><img src="__IMAGES__/search_blue.png" /></button>
|
<button class="searchbtn" type="submit"><img src="__IMAGES__/search_blue.png" /></button>
|
||||||
</div>
|
</div>
|
||||||
</form>
|
</form>
|
||||||
|
|||||||
Reference in New Issue
Block a user