묻고답하기
[꼭]사용자 권한관리 설정에서 그룹리스트가 많을 경우 보이게 하는 방법좀 알려주세요
2012.07.05 17:16
게시판의 관리기능에서
권한관리>권한설정에 들어가면
접근권한, 목록권한, 열람권한....
이런식으로 사용자 그룹별로 설정이 가능한데요.
제가 사용자그룹을 많이 설정해놨습니다만
설정하기위한 화면의 리스트에는 한줄밖에 보이질 않습니다.
화면에 보여주는 문구만 수정하면 될 것 같은데 어느파일의 어디를 수정해야 하는지
알려주시면 감사하겠습니다.
소스에 보니 아래의 문구가 있는데 참조가 될까 해서 적어 봅니다.
<select name="access_default" class="grant_default">
<option value="0" selected="selected">모든 사용자</option>
<option value="-1" >로그인 사용자</option>
<option value="-2" >가입한 사용자</option>
<option value="" >선택 그룹 사용자</option>
</select>
<div id="zone_access" style="display:none">
<input type="checkbox" class="checkbox" name="access" value="1022652" id="grant_access_1022652" /><label for="grant_access_1022652">서버관리</label>
<input type="checkbox" class="checkbox" name="access" value="1" id="grant_access_1" /><label for="grant_access_1">관리그룹</label>
<input type="checkbox" class="checkbox" name="access" value="2" id="grant_access_2" /><label for="grant_access_2">준회원</label>
<input type="checkbox" class="checkbox" name="access" value="3" id="grant_access_3" /><label for="grant_access_3">정회원</label>
<input type="checkbox" class="checkbox" name="access" value="1020323" id="grant_access_1020323" />특별회원1</label>
..........
</div>