관리자: 버튼스타일 보강

This commit is contained in:
whitedot
2012-12-14 16:56:35 +09:00
parent 77e4ab58ed
commit 6ef5febee2
5 changed files with 13 additions and 4 deletions

View File

@ -5,7 +5,7 @@ if (!defined("_GNUBOARD_")) exit;
</div>
<footer>
푸터
<p>Copyright &copy; 소유하신 도메인. All rights reserved.</p>
</footer>
<!-- <p>실행시간 : <?=get_microtime() - $begin_time;?> -->

View File

@ -138,7 +138,9 @@ if ($i==0)
$pagelist = get_paging($config[cf_write_pages], $page, $total_page, $_SERVER['PHP_SELF'].'?'.$qstr.'&amp;page=');
?>
<div class="btn_list"><input type="button" value="선택삭제" onclick="btn_check(this.form, 'delete')"></div>
<div class="btn_list">
<input type="button" value="선택삭제" onclick="btn_check(this.form, 'delete')">
</div>
<div class="pg">
<?=$pagelist?>

View File

@ -232,7 +232,7 @@ if ($i == 0)
?>
</table>
<div class="btn_confirm">
<div class="btn_list">
<input type="button" value="선택수정" onclick="btn_check(this.form, 'update')">
<input type="button" value="선택삭제" onclick="btn_check(this.form, 'delete')">
<? if ($is_admin == 'super') {?><a href="./member_form.php">회원추가</a><?}?>

View File

@ -131,7 +131,7 @@ if ($i == 0)
</table>
<?if ($is_admin == 'super'){ ?>
<div>
<div class="btn_list">
<input type="button" value="선택삭제" onclick="btn_check(this.form, 'delete')">
</div>
<?}?>