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;