mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-05-01 08:12:17 +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
|
|
@ -24,8 +24,7 @@
|
|||
<option value="">{$lang->notuse}</option>
|
||||
<option loop="$pcIconSkinList => $key, $val" value="{$val->title}" selected="selected"|cond="$config->icons == $val->title">{$val->title}</option>
|
||||
</select>
|
||||
<a href="#icons_help" class="x_icon-question-sign" data-toggle>{$lang->help}</a>
|
||||
<p id="icons_help" class="x_help-block" hidden>{$lang->about_cmd_pc_icon_setting}</p>
|
||||
<p id="icons_help" class="x_help-block">{$lang->about_cmd_pc_icon_setting}</p>
|
||||
</div>
|
||||
</div>
|
||||
<div class="x_control-group">
|
||||
|
|
@ -35,8 +34,7 @@
|
|||
<option value="">{$lang->notuse}</option>
|
||||
<option loop="$pcIconSkinList => $key, $val" value="{$val->title}" selected="selected"|cond="$config->micons == $val->title">{$val->title}</option>
|
||||
</select>
|
||||
<a href="#micons_help" class="x_icon-question-sign" data-toggle>{$lang->help}</a>
|
||||
<p id="micons_help" class="x_help-block" hidden>{$lang->about_cmd_mobile_icon_setting}</p>
|
||||
<p id="micons_help" class="x_help-block">{$lang->about_cmd_mobile_icon_setting}</p>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue