FSN#38916 FACFAC Superuser alle tabellen kunnen bekijken: menuoptie via lcl

svn path=/Database/trunk/; revision=32265
This commit is contained in:
Jos Groot Lipman
2017-01-09 10:13:52 +00:00
parent e77def636d
commit 3538c2b33a
3 changed files with 3 additions and 2 deletions

View File

@@ -3040,7 +3040,7 @@ DEF_MENUENTRY(2, 99080, 'lcl_menu_fac_verify_data' , '', 'FAC', 'appl/fac/fa
DEF_MENUENTRY(2, 99090, 'lcl_menu_fac_email_setting' , '', 'FAC', 'appl/mgt/fac_email_setting.asp', 0, 0, 'WEB_FACTAB');
DEF_MENUENTRY(2, 99100, 'lcl_menu_fac_custnotificaties' , '', 'FAC', 'appl/mgt/fac_srtnotificatie.asp?cust=1', 0, 0, 'WEB_FACTAB');
DEF_MENUENTRY(2, 99110, 'lcl_menu_fac_idp' , '', 'FAC', 'appl/mgt/fac_idp.asp', 0, 0, 'WEB_FACFAC');
DEF_MENUENTRY(2, 99120, 'View any table' , '', 'FAC', 'appl/mgt/user_tables.asp', 0, 0, 'WEB_FACFAC');
DEF_MENUENTRY(2, 99120, 'lcl_menu_fac_anytable' , '', 'FAC', 'appl/mgt/user_tables.asp', 0, 0, 'WEB_FACFAC');

View File

@@ -5435,6 +5435,7 @@ FAC_LCL('lcl_terms_filename', 'Algemene voorwaarden 1.0.txt', 'Terms and conditi
FAC_LCL('lcl_terms_title', 'U moet de Algemene voorwaarden accepteren om verder te gaan', 'You must accept the Terms and conditions to continue', 'Sie m<>ssen die Gesch<63>ftsbedingungen akzeptieren, um weiter zu gehen', 'Vous devez accepter les Termes et conditions pour continuer')
FAC_LCL('lcl_terms_accept', 'Ik ga akkoord met de', 'I accept the', 'Ich bin einverstanden mit der', 'Je suis d&apos;accord avec le')
FAC_LCL('lcl_terms_volgende', 'Volgende', 'Continue', 'Weiter', 'Continuer')
FAC_LCL('lcl_menu_fac_anytable', 'Elke tabel bekijken', 'View any table', '@@', '@@')
FAC_LCL('lcl_noti_BESACP', 'Uw bestelaanvraag ##KEY## is geaccepteerd', 'Your Order ##KEY## is accepted', 'Ihre Bestellung ##KEY## ist akzeptiert', '@@')

View File

@@ -320,7 +320,7 @@ UPDATE fac_menu
WHERE fac_menu_alturl = 'appl/mgt/fac_srtnotificatie.asp?cust=1';
/////////////////////////////////////////////////////////////////////////////////////////// FSN#38916
DEF_MENUENTRY(2, 99120, 'View any table' , '', 'FAC', 'appl/mgt/user_tables.asp', 0, 0, 'WEB_FACFAC');
DEF_MENUENTRY(2, 99120, 'lcl_menu_fac_anytable', '', 'FAC', 'appl/mgt/user_tables.asp', 0, 0, 'WEB_FACFAC');
///////////////////////////////////////////////////////////////////////////////////////////
///////////////////////////////////////////////////////////////////////////////////////////