mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-05-04 17:44:38 +09:00
issue 70 site search modified.
because site admin deleted git-svn-id: http://xe-core.googlecode.com/svn/branches/1.5.0@8873 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
02993757e3
commit
1975acc8ad
2 changed files with 2 additions and 1 deletions
|
|
@ -15,6 +15,7 @@
|
||||||
<action name="procAdminEnviromentGatheringAgreement" type="controller" standalone="true" />
|
<action name="procAdminEnviromentGatheringAgreement" type="controller" standalone="true" />
|
||||||
|
|
||||||
<action name="getAdminFTPList" type="model" standalone="true" />
|
<action name="getAdminFTPList" type="model" standalone="true" />
|
||||||
|
<action name="getSiteAllList" type="model" standalone="true" />
|
||||||
</actions>
|
</actions>
|
||||||
<menus>
|
<menus>
|
||||||
<menu name="adminConfiguration" type="all">
|
<menu name="adminConfiguration" type="all">
|
||||||
|
|
|
||||||
|
|
@ -184,7 +184,7 @@ $('a.findsite')
|
||||||
var params = new Array();
|
var params = new Array();
|
||||||
var response_tags = ['error', 'message', 'site_list'];
|
var response_tags = ['error', 'message', 'site_list'];
|
||||||
params['domain'] = searchKeyword;
|
params['domain'] = searchKeyword;
|
||||||
exec_xml('site','getSiteAllList',params, completeGetSiteAllList, response_tags);
|
exec_xml('admin','getSiteAllList',params, completeGetSiteAllList, response_tags);
|
||||||
});
|
});
|
||||||
|
|
||||||
$('div.suggestion')
|
$('div.suggestion')
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue