블로그 카테고리/ 메뉴관리시 새창에서 수정하도록 변경

git-svn-id: http://xe-core.googlecode.com/svn/trunk@2188 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
zero 2007-08-05 05:02:03 +00:00
parent 75fe99c37b
commit e72fde1ccb
11 changed files with 152 additions and 107 deletions

View file

@ -40,5 +40,5 @@ function doMenuManagement(menu_id) {
var menu_srl = sel_obj.options[sel_obj.selectedIndex].value;
var url = current_url.setQuery('act','dispMenuAdminManagement').setQuery('menu_srl',menu_srl);
location.href = url;
winopen(url,'MenuManage','width=850,height=800,resizable=yes,scrollbars=yes,toolbars=no');
}