mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-05-08 19:42:15 +09:00
기본 정보를 제외한 추가 항목에 대해 회원 정보/비공개 기능 추가
git-svn-id: http://xe-core.googlecode.com/svn/sandbox@3695 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
354a48d7b0
commit
530b41c31b
16 changed files with 126 additions and 34 deletions
|
|
@ -149,6 +149,10 @@
|
|||
<th scope="row">
|
||||
{htmlspecialchars($val->column_title)}
|
||||
<!--@if($val->required=='Y')-->*<!--@end-->
|
||||
<div class="publicItem">
|
||||
<input type="checkbox" class="checkbox" name="open_{$val->column_name}" <!--@if($val->is_opened)-->checked="checked"<!--@end--> value="Y" id="open_{$val->column_name}" />
|
||||
<label for="open_{$val->column_name}">{$lang->public}</label>
|
||||
</div>
|
||||
</th>
|
||||
<td>
|
||||
<!-- 일반 text -->
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue