From c8f6bd0b9060b768251d88868e1ab6858b145bdb Mon Sep 17 00:00:00 2001 From: hardya Date: Fri, 14 Mar 2008 15:06:19 +0000 Subject: [PATCH] Added T_AND_C_URL as a substition string for NG Ts and Cs location git-svn-id: http://locode01.ad.dom/svn/WEBMIP/trunk@4007 248e525c-4dfb-0310-94bc-949c084e9493 --- Screens/f155_theme_101.sql | 24 +++++++++++------------- 1 file changed, 11 insertions(+), 13 deletions(-) diff --git a/Screens/f155_theme_101.sql b/Screens/f155_theme_101.sql index 8771668..4ffc6ea 100644 --- a/Screens/f155_theme_101.sql +++ b/Screens/f155_theme_101.sql @@ -180,15 +180,15 @@ c1:=c1||'#FORM_OPEN#'||chr(10)|| '
'||chr(10)|| ''||chr(10)|| ''||chr(10)|| '
'||chr(10)|| @@ -203,15 +203,15 @@ c2:=c2||'
'||chr(10)|| ''||chr(10)|| ' '||chr(10)|| '
'||chr(10)|| -' '||chr(10)|| +' '||chr(10)|| '
'||chr(10)|| ' '||chr(10)|| '
'||chr(10)|| ' '||chr(10)|| @@ -282,7 +282,6 @@ wwv_flow_api.create_template( p_breadcrumb_def_reg_pos => 'REGION_POSITION_01', p_theme_id => wwv_flow.g_flow_theme_id, p_theme_class_id => 3, - p_translate_this_template => 'N', p_template_comment => ''); end; @@ -1073,7 +1072,7 @@ c2:=c2||'
'||chr(10)|| ' Help | '||chr(10)|| ''; -c2:=c2||' Terms & conditions'||chr(10)|| +c2:=c2||' Terms & conditions'||chr(10)|| ''||chr(10)|| ' | Privacy policy'||chr(10)|| ' | #APP_VERSION#'||chr(10)|| @@ -3992,7 +3991,7 @@ wwv_flow_api.create_popup_lov_template ( '', p_page_body_attr=>'onload="first_field()" style="background-color:#FFFFFF;margin:0;"', p_before_field_text=>'
', - p_page_heading_text=>'', + p_page_heading_text=>'Use some wildcardy search thingy', p_page_footer_text =>'', p_filter_width =>'20', p_filter_max_width =>'100', @@ -4019,7 +4018,6 @@ wwv_flow_api.create_popup_lov_template ( p_before_result_set=>'
', p_theme_id => wwv_flow.g_flow_theme_id, p_theme_class_id => 1, - p_translate_this_template => 'N', p_after_result_set =>'
'); end; null;