Initial import
git-svn-id: http://locode01.ad.dom/svn/WEBMIP/trunk@2914 248e525c-4dfb-0310-94bc-949c084e9493
This commit is contained in:
@@ -0,0 +1,29 @@
|
||||
--application/shared_components/navigation/breadcrumbs
|
||||
prompt ...breadcrumbs
|
||||
--
|
||||
|
||||
begin
|
||||
|
||||
wwv_flow_api.create_menu (
|
||||
p_id=> 11077629635541529 + wwv_flow_api.g_id_offset,
|
||||
p_flow_id=> wwv_flow.g_flow_id,
|
||||
p_name=> ' Breadcrumb');
|
||||
|
||||
wwv_flow_api.create_menu_option (
|
||||
p_id=>11077908938541536 + wwv_flow_api.g_id_offset,
|
||||
p_menu_id=>11077629635541529 + wwv_flow_api.g_id_offset,
|
||||
p_parent_id=>0,
|
||||
p_option_sequence=>10,
|
||||
p_short_name=>'login',
|
||||
p_long_name=>'',
|
||||
p_link=>'f?p=155:1:&SESSION.',
|
||||
p_page_id=>1,
|
||||
p_also_current_for_pages=> '');
|
||||
|
||||
null;
|
||||
|
||||
end;
|
||||
/
|
||||
|
||||
prompt ...page templates for application: 155
|
||||
--
|
||||
Reference in New Issue
Block a user