|
|
@@ -35,7 +35,7 @@
|
|
|
</div>
|
|
|
<form id="goodsReviewPhotoForm" name="goodsReviewPhotoForm" action="#" th:action="@{'/goods/review/list'}">
|
|
|
<input type="hidden" name="pageNo" value ="1"/>
|
|
|
- <input type="hidden" name="pageSize" value ="20"/>
|
|
|
+ <input type="hidden" name="pageSize" value ="18"/>
|
|
|
<input type="hidden" name="photoYn" value ="Y"/>
|
|
|
<input type="hidden" name="goodsCd" th:value ="${params.goodsCd}"/>
|
|
|
</form>
|
|
|
@@ -48,7 +48,7 @@
|
|
|
var fnReviewPhotoGetList = function() {
|
|
|
|
|
|
// Initialize a pagination
|
|
|
- gagaPaging.init('goodsReviewPhotoForm', fnReviewPhotoGetListCallback, 'reviewPhtoPageNav', 20);
|
|
|
+ gagaPaging.init('goodsReviewPhotoForm', fnReviewPhotoGetListCallback, 'reviewPhtoPageNav', 18);
|
|
|
|
|
|
// Load data
|
|
|
gagaPaging.load(1);
|