Skip to content
This repository has been archived by the owner on Jun 24, 2021. It is now read-only.

Commit

Permalink
새게시물 페이지에서 게시물 삭제시 게시판 카운트가 제대로 되지 않는 오류 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
thisgun committed Jun 5, 2018
1 parent 001b5d9 commit 8deeb19
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion skin/new/basic/new.skin.php
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ function select_change()

<?php if ($is_admin) { ?>
<div class="sir_bw02 sir_bw">
<button type="submit" onclick="document.pressed=this.value" class="btn_b01 btn"><i class="fa fa-trash-o" aria-hidden="true"></i><span class="sound_only">선택삭제</span></button>
<button type="submit" onclick="document.pressed=this.title" title="선택삭제" class="btn_b01 btn"><i class="fa fa-trash-o" aria-hidden="true"></i><span class="sound_only">선택삭제</span></button>
</div>
<?php } ?>
</form>
Expand Down
2 changes: 1 addition & 1 deletion theme/basic/skin/new/basic/new.skin.php
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ function select_change()

<?php if ($is_admin) { ?>
<div class="sir_bw02 sir_bw">
<button type="submit" onclick="document.pressed=this.value" class="btn_b01 btn"><i class="fa fa-trash-o" aria-hidden="true"></i><span class="sound_only">선택삭제</span></button>
<button type="submit" onclick="document.pressed=this.title" title="선택삭제" class="btn_b01 btn"><i class="fa fa-trash-o" aria-hidden="true"></i><span class="sound_only">선택삭제</span></button>
</div>
<?php } ?>
</form>
Expand Down

0 comments on commit 8deeb19

Please sign in to comment.