mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-08 11:11:39 +09:00
숨겨진 관리자 설정의 설명을 보이도록 변경함 (#1072)
@wincomi * Update skin_config.html * Update module_setup.html * Update page_info.html * Update config.html * Update document_config.html * Update module_grants.html * Update skinsetting.html * Update category_list.html * Update module_grant_setup.html
This commit is contained in:
parent
fe53a99332
commit
a32721b6e1
9 changed files with 25 additions and 51 deletions
|
|
@ -120,8 +120,7 @@
|
|||
<input type="text" class="rx-spectrum" name="{$val->name}" id="{$val->name}" value="{$val->value}" />
|
||||
<p id="categoy_color_help" hidden style="margin:8px 0 0 0">{$lang->about_category_color}</p>
|
||||
</div>
|
||||
<a href="#about_{$val->name}" data-toggle class="x_icon-question-sign" cond="$val->description" style="vertical-align:top;margin-top:5px"|cond="$val->type == 'textarea'">{$lang->help}</a>
|
||||
<p class="x_help-block" id="about_{$val->name}" hidden cond="$val->description">{nl2br(trim($val->description))}</p>
|
||||
<p class="x_help-block" cond="$val->description">{nl2br(trim($val->description))}</p>
|
||||
</div>
|
||||
</div>
|
||||
</block>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue