쇼핑몰관리자: 쇼핑몰관리 주문내역 주문개별내역 주문통합내역 표준화 및 스타일
This commit is contained in:
@ -94,7 +94,7 @@ if ($search) // 검색렬일 때만 처음 버튼을 보여줌
|
||||
<form name="frmorderlist">
|
||||
<input type="hidden" name="doc" value="<?=$doc ?>">
|
||||
<input type="hidden" name="sort1" value="<?=$sort1 ?>">
|
||||
<input type="hidden" name="page" value="<?=$page ?>">
|
||||
<input type="hidden" name="page" value="<?=$page ?>">
|
||||
<input type="hidden" name="save_search" value="<?=$search?>">
|
||||
<fieldset>
|
||||
<legend>주문상태별 검색</legend>
|
||||
@ -113,7 +113,7 @@ if ($search) // 검색렬일 때만 처음 버튼을 보여줌
|
||||
<li><a href="<?=$_SERVER['PHP_SELF'].'?sort1='.$sort1.'&sort2='.$sort2.'&sel_field=ct_status&search='.urlencode("품절")?>">품절</a></li>
|
||||
</ul>
|
||||
|
||||
<select name="sel_field">
|
||||
<select name="sel_field" title="검색대상">
|
||||
<option value="od_id" <?=get_selected($sel_field, 'od_id')?>>주문번호</option>
|
||||
<option value="od_name" <?=get_selected($sel_field, 'od_name')?>>주문자</option>
|
||||
<option value="mb_id" <?=get_selected($sel_field, 'mb_id')?>>회원 ID</option>
|
||||
@ -122,7 +122,7 @@ if ($search) // 검색렬일 때만 처음 버튼을 보여줌
|
||||
<option value="c.ca_id" <?=get_selected($sel_field, 'c.ca_id')?>>분류코드</option>
|
||||
<option value="ct_status" <?=get_selected($sel_field, 'ct_status')?>>상태</option>
|
||||
</select>
|
||||
<input type="text" name="search" value="<?=$search ?>" required class="required frm_input" autocomplete="off">
|
||||
<input type="text" name="search" value="<?=$search ?>" title="검색어" required class="required frm_input" autocomplete="off">
|
||||
<input type="submit" value="검색" class="btn_submit">
|
||||
</fieldset>
|
||||
</form>
|
||||
|
||||
Reference in New Issue
Block a user