관리자: 버튼스타일 및 메일테스트 스타일

This commit is contained in:
whitedot
2012-12-14 16:45:56 +09:00
parent 849d5bc8c8
commit 77e4ab58ed
18 changed files with 43 additions and 33 deletions

View File

@ -854,9 +854,9 @@ if (!preg_match("/([m|M])$/", $upload_max_filesize)) {
</fieldset>
<div class="btn_confirm">
<input type="submit" accesskey="s" value="확인">
<input type="button" value="목록" onclick="document.location.href='./board_list.php?<?=$qstr?>';">
<? if ($w == 'u') { ?><input type="button" value="게시판 복사" onclick="board_copy('<?=$bo_table?>');"><?}?>
<input type="submit" class="btn_submit" accesskey="s" value="확인">
<button onclick="document.location.href='./board_list.php?<?=$qstr?>';">목록</button>
<? if ($w == 'u') { ?><button onclick="board_copy('<?=$bo_table?>');">게시판복사</button><?}?>
</div>
</form>