update for ticket #532, as Vikas wants the label for the url changed too, altered the substitution string name also so that it reads SITEMAP_URL rather than HELP_URL
git-svn-id: http://locode01.ad.dom/svn/WEBMIP/trunk@6147 248e525c-4dfb-0310-94bc-949c084e9493
This commit is contained in:
@@ -13,7 +13,7 @@ prompt APPLICATION 155 - webmip
|
||||
-- Application Export:
|
||||
-- Application: 155
|
||||
-- Name: webmip
|
||||
-- Date and Time: 15:38 Wednesday August 6, 2008
|
||||
-- Date and Time: 16:59 Wednesday August 6, 2008
|
||||
-- Exported By: PRIESTJ
|
||||
-- Flashback: 0
|
||||
-- Export Type: Application Export
|
||||
@@ -145,7 +145,7 @@ wwv_flow_api.create_flow(
|
||||
p_default_region_template=> 71121389039453369 + wwv_flow_api.g_id_offset,
|
||||
p_error_template => 85292499999520701 + wwv_flow_api.g_id_offset,
|
||||
p_page_protection_enabled_y_n=> 'N',
|
||||
p_checksum_salt_last_reset => '20080806152504',
|
||||
p_checksum_salt_last_reset => '20080806165846',
|
||||
p_home_link => 'f?p=&APP_ID.:101',
|
||||
p_flow_language => 'en-gb',
|
||||
p_flow_language_derived_from=> 'FLOW_PRIMARY_LANGUAGE',
|
||||
@@ -155,7 +155,7 @@ wwv_flow_api.create_flow(
|
||||
p_login_url => '',
|
||||
p_logout_url => 'wwv_flow_custom_auth_std.logout?p_this_flow=&FLOW_ID.&p_next_flow_page_sess=&FLOW_ID.:500',
|
||||
p_application_tab_set=> 1,
|
||||
p_logo_image => 'TEXT:TEXT:TEXT:TEXT:TEXT:TEXT:TEXT:TEXT:TEXT:TEXT:TEXT:TEXT:TEXT:TEXT:TEXT:TEXT:TEXT:',
|
||||
p_logo_image => 'TEXT:TEXT:TEXT:TEXT:TEXT:TEXT:TEXT:TEXT:TEXT:TEXT:TEXT:TEXT:TEXT:TEXT:TEXT:TEXT:TEXT:TEXT:',
|
||||
p_logo_image_attributes => 'style="font-family:Arial; color:#004C66; font-size:18px; white-space:nowrap; font-weight:bold;"',
|
||||
p_public_url_prefix => '',
|
||||
p_public_user => 'APEX_PUBLIC_USER',
|
||||
@@ -191,10 +191,10 @@ wwv_flow_api.create_flow(
|
||||
p_substitution_value_02 => 'http://www.nationalgrid.com/uk/metering/mip/tc.htm',
|
||||
p_substitution_string_03 => 'PRIVACY_URL',
|
||||
p_substitution_value_03 => 'http://www.nationalgrid.com/corporate/legal/privacy.htm',
|
||||
p_substitution_string_04 => 'HELP_URL',
|
||||
p_substitution_string_04 => 'SITEMAP_URL',
|
||||
p_substitution_value_04 => 'http://www.nationalgrid.com/uk/sitemap.htm',
|
||||
p_last_updated_by => 'PRIESTJ',
|
||||
p_last_upd_yyyymmddhh24miss=> '20080806152504',
|
||||
p_last_upd_yyyymmddhh24miss=> '20080806165846',
|
||||
p_required_roles=> wwv_flow_utilities.string_to_table2(''));
|
||||
|
||||
|
||||
@@ -47040,7 +47040,7 @@ c2:=c2||'<div id="rowFooter"><!-- bottom strip of info -->'||chr(10)||
|
||||
' <div id="navFooter">'||chr(10)||
|
||||
' ';
|
||||
|
||||
c2:=c2||' <a href="&HELP_URL.">Help</a> | '||chr(10)||
|
||||
c2:=c2||' <a href="&SITEMAP_URL.">Site map</a> | '||chr(10)||
|
||||
' <a href="&T_AND_C_URL." target="blank">Terms & conditions</a>'||chr(10)||
|
||||
' | <a href="&PRIVACY_URL.">Privacy policy</a>'||chr(10)||
|
||||
' </div>'||chr(10)||
|
||||
@@ -47397,10 +47397,10 @@ c2:=c2||'<div id="rowFooter"><!-- bottom strip of info -->'||chr(10)||
|
||||
' '||chr(10)||
|
||||
' <div class="hskpcol2">'||chr(10)||
|
||||
' <div id="navFooter">'||chr(10)||
|
||||
' <a href="&HELP_URL.">Help</a> | '||chr(10)||
|
||||
' ';
|
||||
' <a href="&SITEMAP_URL.">Site map</a';
|
||||
|
||||
c2:=c2||' <a href="&T_AND_C_URL." target="blank">Terms & conditions</a>'||chr(10)||
|
||||
c2:=c2||'> | '||chr(10)||
|
||||
' <a href="&T_AND_C_URL." target="blank">Terms & conditions</a>'||chr(10)||
|
||||
''||chr(10)||
|
||||
' | <a href="&PRIVACY_URL.">Privacy policy</a>'||chr(10)||
|
||||
' </div>'||chr(10)||
|
||||
|
||||
Reference in New Issue
Block a user