숨겨진 관리자 설정의 설명을 보이도록 변경함 (#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:
COMI 2018-08-19 08:51:42 +09:00 committed by Min-Soo Kim
parent fe53a99332
commit a32721b6e1
9 changed files with 25 additions and 51 deletions

View file

@ -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>