mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-09 03:32:00 +09:00
fix #441 그룹 아이콘 등록 해제가 불가능한 문제점 고침
1363af7 (이전 google code svn 기준 r11778) 이후 삭제된 부분을 복원합니다.
This commit is contained in:
parent
9330bb443a
commit
ef86c454e9
1 changed files with 7 additions and 0 deletions
|
|
@ -92,6 +92,13 @@
|
|||
<h1>{$lang->group_image_mark} {$lang->cmd_setup}</h1>
|
||||
</div>
|
||||
<div class="x_modal-body">
|
||||
<div class="_useImageMark x_control-group" style="display:none">
|
||||
<p>{$lang->use_group_image_mark}</p>
|
||||
<label for="useImageMark" class="x_inline"><input id="useImageMark" type="radio" name="useImageMark" value="Y" />
|
||||
{$lang->use}</label>
|
||||
<label for="noImageMark" class="x_inline"><input id="noImageMark" type="radio" name="useImageMark" value="N" />
|
||||
{$lang->notuse}</label>
|
||||
</div>
|
||||
<block cond="$fileBoxList">
|
||||
<p>{$lang->usable_group_image_mark_list}</p>
|
||||
<div class="filebox_list">
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue