From 1324eee4d35518d818a8e0a291a8ee61f390a0ad Mon Sep 17 00:00:00 2001 From: hardya Date: Tue, 11 Mar 2008 14:10:55 +0000 Subject: [PATCH] Use ErrorPage template for errors... git-svn-id: http://locode01.ad.dom/svn/WEBMIP/trunk@3943 248e525c-4dfb-0310-94bc-949c084e9493 --- Screens/f155_theme_101.sql | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Screens/f155_theme_101.sql b/Screens/f155_theme_101.sql index 664ace4..90412c4 100644 --- a/Screens/f155_theme_101.sql +++ b/Screens/f155_theme_101.sql @@ -1017,8 +1017,8 @@ c1:=c1||''||chr(10)|| ' {'||chr(10)|| ' vErrorStack = (vErrorStack ==null?"":vErrorStack)+vElement.innerHTML;'||chr(10)|| ' vOraErrorStack = vErrorStack.split("ORA-");'||chr(10)|| -' if (vOraErrorStack.length > 0) {'||chr(10)|| -' vElement.innerHTML = '''';'||chr(10)|| +' if (vOraErrorStack.length > 0) {'||chr(10)|| +' vElement.innerHTML = ''''; '||chr(10)|| ' for(var j=1; j < vOraErrorStack.length; j++) {'||chr(10)|| ' vOraError = vOraErrorStack[j];'||chr(10)|| ' vAjaxReques'; @@ -4283,7 +4283,7 @@ wwv_flow_api.create_theme ( p_theme_id => wwv_flow.g_flow_theme_id, p_theme_name=>'National Grid', p_default_page_template=>24734011047526756 + wwv_flow_api.g_id_offset, - p_error_template=>24734011047526756 + wwv_flow_api.g_id_offset, + p_error_template=>38911722486594102 + wwv_flow_api.g_id_offset, p_printer_friendly_template=>24735530196526758 + wwv_flow_api.g_id_offset, p_breadcrumb_display_point=>'REGION_POSITION_01', p_sidebar_display_point=>'REGION_POSITION_02',