diff --git a/parent/center.manager/src/main/webapp/WEB-INF/views/articles/articles_list.html b/parent/center.manager/src/main/webapp/WEB-INF/views/articles/articles_list.html index c82ee61..b61be35 100644 --- a/parent/center.manager/src/main/webapp/WEB-INF/views/articles/articles_list.html +++ b/parent/center.manager/src/main/webapp/WEB-INF/views/articles/articles_list.html @@ -163,7 +163,7 @@ function edit(){ } function add(){ - popWindow("添加图文内容", APP.PATH + controllerRequestMappint + "0/toEdit",850,800); + fullWindow("添加图文内容", APP.PATH + controllerRequestMappint + "0/toEdit",850,800); } function del(){ @@ -200,7 +200,7 @@ function initData(){ showToggle: true, detailView: false, onDblClickRow:function(row,ev){ - popWindow("修改图文信息", APP.PATH + controllerRequestMappint + row.id+"/toEdit?id="+row.id,850,800); + fullWindow("修改图文信息", APP.PATH + controllerRequestMappint + row.id+"/toEdit?id="+row.id,850,800); }, columns:[{ field: 'perent', diff --git a/parent/center.manager/src/main/webapp/WEB-INF/views/categories/categonies_list.html b/parent/center.manager/src/main/webapp/WEB-INF/views/categories/categonies_list.html index d7355d4..f36cfdb 100644 --- a/parent/center.manager/src/main/webapp/WEB-INF/views/categories/categonies_list.html +++ b/parent/center.manager/src/main/webapp/WEB-INF/views/categories/categonies_list.html @@ -43,11 +43,11 @@ function search(){ var controllerRequestMappint = "/contentCategories/"; function add(id,level,cgName) { - popWindow("新增栏目", APP.PATH + controllerRequestMappint + "0/toEdit?perId="+id+"&perCgName="+cgName+"&level="+level,800,800); + fullWindow("新增栏目", APP.PATH + controllerRequestMappint + "0/toEdit?perId="+id+"&perCgName="+cgName+"&level="+level,800,800); } function edit(id){ - popWindow("修改栏目", APP.PATH + controllerRequestMappint + id + "/toEdit",800,800); + fullWindow("修改栏目", APP.PATH + controllerRequestMappint + id + "/toEdit",800,800); } function del(id){ diff --git a/parent/center.manager/src/main/webapp/WEB-INF/views/content/org_operate.html b/parent/center.manager/src/main/webapp/WEB-INF/views/content/org_operate.html index f2bd951..9a24786 100644 --- a/parent/center.manager/src/main/webapp/WEB-INF/views/content/org_operate.html +++ b/parent/center.manager/src/main/webapp/WEB-INF/views/content/org_operate.html @@ -1,7 +1,7 @@ #override("body")