묻고답하기

구매 옵션쪽을 수정하고 싶은데 어디쪽을 봐야할까요 ??


3개로 늘리고싶어서 .. 


from_insert_option.html 에서 구매옵션틀이 나오는건 알겠는데 


이걸 어디서 사용하였는지 어디쪽에서 끌어오는지를 파악을 못하겠네요 .. 



 이것은 


form_insert_item_extra.html 에서 본것이고 ..


어디쪽을 건딜여야 할지 ..흠 

<div class="x_modal-header">

<h1>{$lang->title_item_extra}</h1>

</div>

<div class="x_modal-body x_form-horizontal">

<input type="hidden" name="extra_srl" value="{$formInfo->extra_srl}" />

<section class="section">

<div class="x_control-group">

<label class="x_control-label" for="column_name">{$lang->column_name}</label>

<div class="x_controls">

<input type="text" id="column_name" name="column_name" value="{$formInfo->column_name}" />

<a href="#column_name_help" class="x_icon-question-sign" data-toggle>{$lang->help}</a>

<p id="column_name_help" class="x_help-block" hidden>{$lang->about_column_name}</p>

</div>

</div>

<div class="x_control-group">

<label class="x_control-label" for="column_title">{$lang->column_title}</label>

<div class="x_controls">

<input type="text" id="column_title" name="column_title" value="{$formInfo->column_title}" />

<a href="#column_title_help" class="x_icon-question-sign" data-toggle>{$lang->help}</a>

<p id="column_title_help" class="x_help-block" hidden>{$lang->about_column_title}</p>

</div>

</div>

<div class="x_control-group">

<label class="x_control-label" for="column_type">{$lang->column_type}</label>

<div class="x_controls">

{@unset($lang->column_type_list['kr_zip'])}

<select class="typeSelect" style="width:290px" name="column_type">

<option loop="$lang->column_type_list=>$key,$type_info" value="{$key}" selected="selected"|cond="$formInfo->column_type == $key" >{$lang->column_type_list[$key]}</option>

</select>

</div>

<div class="x_controls">

<p class="q multiExample">{$lang->about_multi_type}</p>

<p class="a multiExample"><textarea rows="5" cols="42" id="multiSelect" name="default_value"><!--@if($default_value)-->{implode('<enter>', $default_value)}<!--@end--></textarea></p>

<script type="text/javascript">

var $ = jQuery;

var typeSelect = $('.typeSelect');

var multiOption = $('.typeSelect>option[value=checkbox], .typeSelect>option[value=radio], .typeSelect>option[value=selectM], .typeSelect>option[value=select]');

var multiExample = $('.multiExample');

{@$default_value_types = array('checkbox', 'radio', 'select')}

<!--@if(!in_array($formInfo->column_type, $default_value_types))-->

multiExample.hide();

<!--@end-->

typeSelect.change(function(){

if(multiOption.is(':selected')){

multiExample.slideDown(200);

} else {

multiExample.slideUp(200);

}

});

</script>

</div>

</div>

<div class="x_control-group">

<label class="x_control-label" for="desc">{$lang->description}</label>

<div class="x_controls">

<textarea rows="5" cols="42" id="desc" name="description">{$formInfo->description}</textarea>

</div>

</div>

<div class="x_control-group">

<label class="x_control-label" for="required">{$lang->mandatory}</label>

<div class="x_controls">

<label for="radio_required" class="x_inline">

<input type="radio" id="radio_required" name="required" checked="checked"|cond="$formInfo->required=='Y'" value="Y" /> 

{$lang->cmd_required}

</label>

<label for="radio_option" class="x_inline">

<input type="radio" id="radio_option" name="required" checked="checked"|cond="$formInfo->required=='N'" value="N" />

{$lang->cmd_optional}

</label>

<a href="#required_help" class="x_icon-question-sign" data-toggle>{$lang->help}</a>

<p id="required_help" class="x_help-block" hidden>{$lang->about_mandatory}</p>

</div>

</div>

</section>

</div>

<div class="x_modal-footer">

<button type="submit" class="x_btn x_btn-inverse" name="mode" <!--@if($formInfo)-->value="update"<!--@else-->value="insert"<!--@end--> >{$lang->cmd_save}</button>

</div>


글쓴이 제목 최종 글
XE 공지 글 쓰기,삭제 운영방식 변경 공지 [16] 2019.03.05 by 남기남
pelican 게시판 글 읽었을 때 좌우 여백 줄이는 방법? [4] file 2014.06.08 by pelican
때린데 또때려 session 오류관련 session 테이블 삭제 하기 file  
sidsid 동영상 퍼오기 [2] 2014.06.07 by mAKEkr
상큼하게 스케치북 회원화면에 작성글, 작성 댓글 숫자 나타내게 하는 방법은?? file  
qqwqqw1212 댓글을 달아야 본문 내용 읽기 [2] 2014.06.07 by qqwqqw1212
아나까떼 XE를 외부프로그램 컨테이너에서 접근하고싶습니다 [2] 2014.06.07 by 아나까떼
puppy99 이거 복원해야하는건가요? 제발 알려주세요 급해요 ㅠㅠㅠㅠ [2] file 2014.06.07 by puppy99
putty 위젯 활용 질문이요 (최신글을 1개만 불러오는 방법) [2] 2014.06.07 by putty
김삿갓계곡펜션6 게시판 관리자 로긴이 안되는데 도와주세요! [1] 2014.06.07 by JS0913
가을풍경 101 오류(net::ERR_CONNECTION_RESET): 연결이 재설정되었습니다. [1] file 2014.06.07 by Luatic™
신비의불 여백 테두리가 생깁니다. [2] file 2014.06.07 by 신비의불
Bitsnut {$lang->skip_to_content} 의 역할이 뭐죠? [2] 2014.06.07 by Bitsnut
푸주간 관리자 로그인시 "존재하지 않는 아이디".... [3] 2014.06.07 by 퍼니엑스이
Bitsnut 1.7.5.1 버전에서 회원정보 동기화가 안되는 문제 [2] 2014.06.07 by Bitsnut
junjang 홈페이지 어드민 로그인이 안대요 [2] 2014.06.07 by Double'U'
88번타자 카테고리별 관리자들에게 SMS전송을 하고 싶습니다. [3] 2014.06.07 by Double'U'
너마늘위해 여기 왜 밑줄들이 가는걸까요 ... [7] file 2014.06.07 by 너마늘위해
네니요 형님들 글 작성시 자동 댓글 기능을 어떻게해야할까요? [3] 2014.06.07 by GG
수정원 출석부...최근게시물에 안떠요 [1] 2014.06.07 by 소시덕분에힘받아요
너마늘위해 이메일 강제변경 문의 [2] 2014.06.07 by 너마늘위해
xe초보자 resend_auth_mail.html 해결하신분 계신가요? [2] 2014.06.07 by HSJI
SSMIN 회원가입이 안되는 문제. [5] 2014.06.07 by SSMIN
도로로1 특정회원 닉네임노출 [1] 2014.06.07 by JS0913
이런이런88 도와주세요! 슬라이딩 배너가 웹사이트와 모바일에서 사이즈가 틀리게 나와요! file  
junjang 쉬운설치 오류 [1] 2014.06.06 by Luatic™
이민주986 XE 메뉴 문제 [1] file 2014.06.06 by sejin7940
Jacobox xe 설치 후 경로 변경 관련하어 질문합니다 [3] 2014.06.06 by 키스투엑스이
han211 DB에서 xe_menu 에 '비우기'를 눌러버렸습니다. [1] 2014.06.06 by 키스투엑스이
청소년출입가능지역의족장 모바일 버전 관련 질문(중요) [2] file 2014.06.06 by 키스투엑스이
늘푸른나무2 XE1.7.5.1에서 게시글 첨부파일이 잘 올라가나요? [2] 2014.06.06 by 늘푸른나무2