묻고답하기
page_full_width" class="col-xs-12" |cond="$__Context->page_full_width">
스케치북 게시판에서요 비밀글
2014.12.04 13:42
<!--@foreach($status_list AS $key=>$value)-->
<input cond="@!in_array('secret',$mi->wrt_opt)" type="radio" name="status" value="{$key}" id="{$key}" checked="checked"|cond="$oDocument->get('status')==$key || ($key=='PUBLIC' && !$document_srl)" />
<input cond="@in_array('secret',$mi->wrt_opt)" type="radio" name="status" value="{$key}" id="{$key}" checked="checked"|cond="$oDocument->get('status')==$key || ($key=='SECRET' && !$document_srl)" />
<label for="{$key}">{$value}</label>
<!--@end-->
관리자만 비밀글 일반글로 쓸수 있고
유저는 무조건 비밀글로 작성하게 하려면
여기 소스를 어떻게 바꿔줘야 할까요?