게시판 (basic)스킨에서...댓글 폼 일부 변경하려면???

게시판 (basic)스킨에서...댓글 폼 일부 변경하려면???

QA

게시판 (basic)스킨에서...댓글 폼 일부 변경하려면???

본문

아래는 basic스킨의 댓글 폼인데요...

한줄에 한칸씩 사용하고 있어서... 맨 아래 그림처럼 한줄로 표현해보고 싶은데


어디를 수정해야하는건지???

521b6421111a6934b66d650a7daf4b79_1508015573_921.png
 

이 질문에 댓글 쓰기 :

답변 1

446cdb65d5929268ed72ea255b731e9d_1508026495_9501.png
 

theme/basic/skin/board/basic/view_comment.skin.php 


<?php if ($is_guest) { ?>
<tr>
    <th scope="row"><label for="wr_name">이름<strong class="sound_only"> 필수</strong></label></th>
    <td><input type="text" name="wr_name" value="<?php echo get_cookie("ck_sns_name"); ?>" id="wr_name" required class="frm_input required" size="5" maxLength="20"></td>
</tr>
<tr>
    <th scope="row"><label for="wr_password">비밀번호<strong class="sound_only"> 필수</strong></label></th>
    <td><input type="password" name="wr_password" id="wr_password" required class="frm_input required" size="10" maxLength="20"></td>
</tr>
<?php } ?>
<tr>
    <th scope="row"><label for="wr_secret">비밀글사용</label></th>
    <td><input type="checkbox" name="wr_secret" value="secret" id="wr_secret"></td>
</tr>


<?php if ($is_guest) { ?>
<tr>
    <td><label for="wr_name">이름<strong class="sound_only"> 필수</strong></label>
    <input type="text" name="wr_name" value="<?php echo get_cookie("ck_sns_name"); ?>" id="wr_name" required class="frm_input required" size="5" maxLength="20"></td>


    <td><label for="wr_password">비밀번호<strong class="sound_only"> 필수</strong></label>
    <input type="password" name="wr_password" id="wr_password" required class="frm_input required" size="10" maxLength="20">
<?php } ?>
    <label for="wr_secret">비밀글사용</label>
    <input type="checkbox" name="wr_secret" value="secret" id="wr_secret"></td>
</tr>
로 수정 

답변을 작성하시기 전에 로그인 해주세요.
전체 534
QA 내용 검색

회원로그인

(주)에스아이알소프트 / 대표:홍석명 / (06211) 서울특별시 강남구 역삼동 707-34 한신인터밸리24 서관 1402호 / E-Mail: admin@sir.kr
사업자등록번호: 217-81-36347 / 통신판매업신고번호:2014-서울강남-02098호 / 개인정보보호책임자:김민섭(minsup@sir.kr)
© SIRSOFT