쇼핑몰관리자: #214 쿠폰관리 마크업 페이징 관련 위치 조정

This commit is contained in:
whitedot
2013-06-04 18:36:22 +09:00
parent a82ca071c8
commit 9bea6cf610
2 changed files with 4 additions and 2 deletions

View File

@ -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.'&amp;page='); ?></div>
</form>
<?php echo get_paging(G4_IS_MOBILE ? $config['cf_mobile_pages'] : $config['cf_write_pages'], $page, $total_page, '?'.$qstr1.'&amp;page='); ?>
<div class="btn_confirm">
<button type="button" onclick="window.close();">닫기</button>
</div>

View File

@ -95,9 +95,10 @@ $qstr1 = 'sch_target='.$_GET['sch_target'].'&amp;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.'&amp;page='); ?></div>
</form>
<?php echo get_paging(G4_IS_MOBILE ? $config['cf_mobile_pages'] : $config['cf_write_pages'], $page, $total_page, '?'.$qstr1.'&amp;page='); ?>
<div class="btn_confirm">
<button type="button" onclick="window.close();">닫기</button>
</div>