묻고답하기

 

너비를 수정하고 싶어서 https://www.xpressengine.com/qna/20939477 이 글을 보고

 

111.jpg

 

여기까지 수정하는 건 성공했습니다만 이메일 주소, 닉네임, 비밀번호 찾기 답변, 홈페이지 칸의 소스를 찾을 수가 없습니다

혹시 몰라서 html/modules/member/skins/default/signup_form.html에 있는 저 부근 소스를 첨부하겠습니다

 

<div class="control-group">
            <label for="{$identifierForm->name}" class="control-label"><em style="color:red">*</em> {$identifierForm->title}</label>
            <div class="controls">
                <input type="text"|cond="$identifierForm->name!='email_address'" type="email"|cond="$identifierForm->name=='email_address'" name="{$identifierForm->name}" id="{$identifierForm->name}" value="{$identifierForm->value}"
                style="width:100px"/>
            </div>
        </div>
        <div class="control-group">
            <label for="password" class="control-label"><em style="color:red">*</em> {$lang->password}</label>
            <div class="controls">
                <input type="password" name="password" id="password" value="" style="width:100px"required />
                <p class="help-inline">{$lang->about_password_strength[$member_config->password_strength]}</p>
            </div>
        </div>
        <div class="control-group">
            <label for="password2" class="control-label"><em style="color:red">*</em> {$lang->password3}</label>
            <div class="controls">
                <input type="password" name="password2" id="password2" value="" style="width:100px"required />
            </div>
        </div>
        <div class="control-group" loop="$formTags=>$formTag" cond="$formTag->name != 'signature'">
            <label for="{$formTag->name}" class="control-label">{$formTag->title}</label>
            <div class="controls">{$formTag->inputTag}</div>
        </div>
        <div class="control-group">
            <div class="control-label">{$lang->allow_mailing}</div>
            <div class="controls" style="padding-top:5px">
                <label for="mailingYes"><input type="radio" name="allow_mailing" id="mailingYes" value="Y" checked="checked"|cond="$member_info->allow_mailing == 'Y'" /> {$lang->cmd_yes}</label>
                <label for="mailingNo"><input type="radio" name="allow_mailing" id="mailingNo" value="N" checked="checked"|cond="$member_info->allow_mailing != 'Y'" /> {$lang->cmd_no}</label>
            </div>
        </div>
        <div class="control-group">
            <div class="control-label">{$lang->allow_message}</div>
            <div class="controls" style="padding-top:5px">
                <label for="allow_{$key}" loop="$lang->allow_message_type=>$key,$val"><input type="radio" name="allow_message" value="{$key}" checked="checked"|cond="$member_info->allow_message == $key || (!$member_info && $key == 'Y')" id="allow_{$key}" /> {$val} </label>
            </div>
        </div>
        <div class="btnArea" style="border-top:1px solid #ccc;padding-top:10px">
            <input type="submit" value="{$lang->cmd_registration}" class="btn btn-inverse pull-right" />
            <a href="{getUrl('act','','member_srl','')}" class="btn pull-left">{$lang->cmd_cancel}</a>
        </div>

 

답변 부탁드립니다

 

그리고 로그인창 가로가 

%EC%9D%B4%EB%AF%B8%EC%A7%80%205.jpg

길어서 이렇게 잘려서 나옵니다만 게시판 길이가 아닌 로그인폼 가로 길이를 조절할 수 있을까요

만약 가능하다면 경로와 방법을 알려 주시면 감사하겠습니다

 

 

 

태그 연관 글
  1. [2018/06/15] 묻고답하기 가변형 반응형 홈페이지 수정 문의 드립니다 by 김리
  2. [2018/06/08] 웹마스터 팁 도메인 변경 또는 설치 폴더 변경시 이미지 주소변경하기 by 해피정닷컴
  3. [2018/01/02] 묻고답하기 페이지(위젯) 무제한 생성 안되는 문제, 도움 주십시요. by 지나김 *1
  4. [2017/12/08] 묻고답하기 DIV 안에 DIV 넣기 질문 by 초보의도전 *4
글쓴이 제목 최종 글
XE 공지 글 쓰기,삭제 운영방식 변경 공지 [16] 2019.03.05 by 남기남
추억팔이 레이아웃 글씨생상 변경 [4] file 2015.04.23 by DoorWeb
착한동구 레이아웃 몸통 늘리기 좀 도와주세요 file  
에키1 서버 이전으로 인한 에러  
jake 총게시물 합산 ~ 아무리 찾아도 없네요..ㅜ.ㅜ 수식좀 봐주세요.  
초옹무 메인메뉴 가운데 정렬 문으 드립니다. [2] 2015.07.13 by 초옹무
더블엠씨 스케치북 게시판(웹진형 카드디자인)의 목록의 글자를 키우고 싶습니다. 5시간째 방황중입니다 .ㅜㅜ [9] file 2015.07.31 by 더블엠씨
별별 active 넣는법좀 부탁드려요  
thdwjdtjr 메뉴바를 길게하고자 합니다 [1] file 2015.11.25 by DoorWeb
키스미베이베 메뉴 만들기좀 도와주세요 [2] file 2015.11.26 by 키스미베이베
리인 write_form에서 분류 셀렉트 부분을 라디오 버튼으로 바꿀 순 없을까요? [1] 2015.12.26 by 카이네드
mofatz 홈페이지 속도 저하 및 관리자 로그인 안되는 현상(수정) [4] file 2016.01.12 by mofatz
94blossom 검색부분을 가운데로 하고싶은데요 어떻게 하는 건가요? [1] file 2016.08.02 by 라자루스
NoAngel 회원가입 폼과 로그인창 가로 길이 변경이요 [5] 2016.08.07 by NoAngel
baby9999 setTemplateFile를 이용해 페이지 이동시 에러 file  
djdisodo "첨부파일을 외부로!" 애드온 질문합니다 [1] 2016.12.11 by 기진곰
xyxyxy 회원이 글 삭제하면 삭제하지 않고 글을 다른 게시판으로 보내기 팁이 적용이 안되어서요 ㅠ [2] 2017.01.10 by xyxyxy
파도. 스케치북 최근게시물 상단 탭 오른쪽 여백 없애기 file  
xe_마니 1픽셀 가로줄 div태그 먹히지 않는 이유  
쇼퍼 php 5.16 php 5.2 이상으로 업데이트하기  
다탱 이거 도대체 왜이러는걸까요.. 방명록 스킨 댓글 수정 시 나타나는 창에 이상한 태그들이 자동으로 나타나요 file