쇼핑몰관리자: #214 쿠폰관리 마크업 페이징 관련 위치 조정
This commit is contained in:
@ -70,9 +70,10 @@ $qstr1 = 'mb_name='.$_GET['mb_name'];
|
||||
?>
|
||||
</tbody>
|
||||
</table>
|
||||
<div><?php echo get_paging(G4_IS_MOBILE ? $config['cf_mobile_pages'] : $config['cf_write_pages'], $page, $total_page, '?'.$qstr1.'&page='); ?></div>
|
||||
</form>
|
||||
|
||||
<?php echo get_paging(G4_IS_MOBILE ? $config['cf_mobile_pages'] : $config['cf_write_pages'], $page, $total_page, '?'.$qstr1.'&page='); ?>
|
||||
|
||||
<div class="btn_confirm">
|
||||
<button type="button" onclick="window.close();">닫기</button>
|
||||
</div>
|
||||
|
||||
@ -95,9 +95,10 @@ $qstr1 = 'sch_target='.$_GET['sch_target'].'&sch_word='.$_GET['sch_word'];
|
||||
?>
|
||||
</tbody>
|
||||
</table>
|
||||
<div><?php echo get_paging(G4_IS_MOBILE ? $config['cf_mobile_pages'] : $config['cf_write_pages'], $page, $total_page, '?'.$qstr1.'&page='); ?></div>
|
||||
</form>
|
||||
|
||||
<?php echo get_paging(G4_IS_MOBILE ? $config['cf_mobile_pages'] : $config['cf_write_pages'], $page, $total_page, '?'.$qstr1.'&page='); ?>
|
||||
|
||||
<div class="btn_confirm">
|
||||
<button type="button" onclick="window.close();">닫기</button>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user