하단의 게시판 추가 버튼 삭제

This commit is contained in:
gnuboard
2013-05-13 16:58:56 +09:00
parent 351d5ef1d8
commit 243c53fbb2

View File

@ -167,7 +167,6 @@ $colspan = 15;
<input type="submit" name="act_button" value="선택수정" onclick="document.pressed=this.value">
<?php if ($is_admin == 'super') { ?>
<input type="submit" name="act_button" value="선택삭제" onclick="document.pressed=this.value">
<a href="./board_form.php">게시판추가</a>
<?php } ?>
</div>