문서 모듈의 아이콘을 스킨으로 설정할 수 있도록 개선

https://github.com/xpressengine/xe-core/pull/2172
This commit is contained in:
BJRambo 2017-11-28 17:48:38 +09:00
parent 1a81fd43f3
commit 75ea89e203
13 changed files with 85 additions and 7 deletions

View file

@ -19,6 +19,28 @@
</div>
</div>
</div>
<div class="x_control-group">
<label class="x_control-label" for="icons">{$lang->cmd_pc_icon_setting}</label>
<div class="x_controls">
<select name="icons" id="icons">
<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>
</div>
</div>
<div class="x_control-group">
<label class="x_control-label" for="micons">{$lang->cmd_mobile_icon_setting}</label>
<div class="x_controls">
<select name="micons" id="micons">
<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>
</div>
</div>
<div class="btnArea x_clearfix">
<span class="x_pull-right" style="margin-left:10px;"><input class="btn" type="button" value="{$lang->cmd_delete_all_thumbnail}" onclick="doDeleteAllThumbnail()"/></span>

Binary file not shown.

After

Width:  |  Height:  |  Size: 183 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 127 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 134 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 126 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 120 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 128 B