FMHN#83630: Custom (pdf) menuopties kunnen toevoegen.

svn path=/Database/trunk/; revision=68837
This commit is contained in:
Maykel Geerdink
2025-04-23 08:55:37 +00:00
parent 9cc9fac674
commit 3787ff798e
2 changed files with 2 additions and 2 deletions

View File

@@ -4791,7 +4791,7 @@ FAC_LCL('lcl_menu_fac_anonymize', 'Anonimiseren', 'Anonymize')
FAC_LCL('lcl_menu_fac_refresh_accept', 'Ververs acceptatie-omgeving', 'Refresh test environment')
FAC_LCL('lcl_menu_fac_page', 'Pagina', 'Page')
FAC_LCL('lcl_menu_fac_file', 'Bestand', 'File')
FAC_LCL('lcl_menu_bad_value', 'Ongeldige waarde', 'Invalid value')
FAC_LCL('lcl_fe_menu_stdmeldinggroep', '', '')
FAC_LCL('lcl_fe_menu_srtdiscipline', '', '')

View File

@@ -236,7 +236,7 @@ DEFINE_SETTING('FAC', 0001, 'WEB_FACTAB', 'impAllowedExt'
DEFINE_SETTING('FAC', 0001, 'WEB_FACTAB', 'kto_srtdiscipline_key' , 'number' , '-1' , 'key van KTO (klanttevredenheidsonderzoek) vakgroeptype')
DEFINE_SETTING('FAC', 0001, 'WEB_FACTAB', 'logcenter_url' , 'string' , 'https://logcentre.facilitor.nl/?SSO=CUSTOMER', 'Logcenter url')
DEFINE_SETTING('FAC', 0001, 'WEB_FACTAB', 'menu_image_path' , 'string' , NULL , 'relative! path to folder storing menu pictures and files')
DEFINE_SETTING('FAC', 0001, 'WEB_FACTAB', 'menu_url_path' , 'string' , NULL , 'relative! path to folder storing menu files which are used as url')
DEFINE_SETTING('FAC', 0001, 'WEB_FACTAB', 'menu_image_url_path' , 'string' , NULL , 'relative! path to folder storing menu files which are used as url')
DEFINE_SETTING('FAC', 0001, 'WEB_PRSSYS', 'mobile_favorite_menu_items' , 'number' , '3' , 'This is how many of the favorite menuitems are shown on the mobile portal')
DEFINE_SETTING('FAC', 0001, 'WEB_PRSSYS', 'mobile_password_exp' , 'number' , '15' , 'time to enter the login code received on the mobile in minutes.')
DEFINE_SETTING('FAC', 0001, 'WEB_FACTAB', 'os_logon' , 'boolean' , 'false' , 'enable NT domain logon {true | false}')