修改关键词位置

webht/payment
Jimmy Liow 2 years ago
parent 71fe63bf4a
commit 55e48c2340

@ -7,8 +7,8 @@
<h4>广告管理 <small><a href="<?php echo site_url('thirdparty/recommend/tips/add'); ?>">添加广告</a></small></h4>
<form id="searchForm" method="post" action="<?php echo site_url('thirdparty/recommend/index/search'); ?>" class="navbar-form navbar-left">
<div class="input-group">
<input type="text" class="form-control input-sm" name="keywords" id="keywords" value="" style="min-width:450px;">
<input type="hidden" name="byWhat" value="<?php if (!empty($lastKeyword)) {echo $lastKeyword;} ?>" id="byWhatInput" >
<input type="text" class="form-control input-sm" name="keywords" id="keywords" value="<?php if (!empty($lastKeyword)) {echo $lastKeyword;} ?>" style="min-width:450px;">
<input type="hidden" name="byWhat" id="byWhatInput" >
<span class="input-group-btn">
<button class="btn btn-default btn-sm" id="searchByTitleBtn" type="button">搜索标题</button>
<button class="btn btn-default btn-sm" id="searchByLabelBtn" type="button">搜索标签</button>

Loading…
Cancel
Save