mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-06 18:21:39 +09:00
fix #1522 통합검색에서 대상 모듈이 선택되지 않았을 때 검색 제한
- 검색 대상 모듈이 지정되지 않았을 때 전체 모듈을 대상으로 검색하지 않도록 제한 함
This commit is contained in:
parent
91182cc1fa
commit
829c1c20dd
3 changed files with 12 additions and 1 deletions
|
|
@ -38,6 +38,7 @@
|
|||
<select class="modulelist_selected" size="8" multiple="multiple" style="display:block;vertical-align:top;margin:5px 0"></select>
|
||||
<a href="#" id="__module_srl_list_target_module_srl" class="x_btn moduleTrigger" data-multiple="true" style="margin:0 -5px 0 0;border-radius:2px 0 0 0px">{$lang->cmd_add}</a>
|
||||
<button type="button" class="x_btn modulelist_del" style="border-radius:0 2px 2px 0">{$lang->cmd_delete}</button>
|
||||
<p class="x_help-block"><strong>{$lang->about_target_module}</strong></p>
|
||||
<script>
|
||||
xe.registerApp(new xe.ModuleListManager('target_module_srl'));
|
||||
</script>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue