Subversion Repositories computer_asset_manager_v1

Rev

Rev 42 | Rev 45 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 42 Rev 43
Line 29... Line 29...
29
           where a.caption = 'Licenses' 
29
           where a.caption = 'Licenses' 
30
           ) 
30
           ) 
31
      as c );
31
      as c );
32
delete from menu where caption = 'Licenses';
32
delete from menu where caption = 'Licenses';
33
insert into menu( url, caption, parent_id) values ('/modules/license/', 'Licenses', null);
33
insert into menu( url, caption, parent_id) values ('/modules/license/', 'Licenses', null);
34
insert into menu( url,caption,parent_id) select '/modules/license/license_bulk_load.php','Bulk Load',menu_id from menu where caption = 'Licenses';
34
insert into menu( url,caption,parent_id) select '/modules/license/bulk_load.html','Bulk Load',menu_id from menu where caption = 'Licenses';
35
insert into menu( url,caption,parent_id) select '/modules/license/add_edit.php','Edit',menu_id from menu where caption = 'Licenses';
35
insert into menu( url,caption,parent_id) select '/modules/license/add_edit.html','Edit',menu_id from menu where caption = 'Licenses';
-
 
36
insert into menu( url,caption,parent_id) select '/modules/license/find.html','Find',menu_id from menu where caption = 'Licenses';
36
 
37
 
37
 
38
 
38
/* DO NOT RUN BELOW THIS LINE */
39
/* DO NOT RUN BELOW THIS LINE */
39
 
40
 
40
select 
41
select