FSN#24154 cust.inc en custenv.inc zijn bij klanten die al op 5.2.2 zitten obsolete geworden

svn path=/Website/trunk/; revision=16294
This commit is contained in:
Jos Groot Lipman
2012-12-12 15:34:18 +00:00
parent e81b1ee531
commit b80df68a83
154 changed files with 0 additions and 6173 deletions

View File

@@ -1,57 +0,0 @@
<% /*
$Revision$
$Id$
*/ %>
<!-- #include file="../AAXX/default.inc" -->
<%
// This is THE place to define customer specific *overrules* for the standard Facilitor application texts.
// Handle with care!
customerId = "AASA";
custL["lcl_res_obj_lastminute"] = "Last minute. Let op: deze reservering is onder voorbehoud. Wanneer het niet haalbaar is zal Vermaat contact met u opnemen.";
custL["lcl_account"] = "Costcenter";
custL["lcl_account_res_bo"] = "Costcenter";
custL["lcl_facilitor_ie_title"] = "SABIC - Online servicedesk";
if ( Session("user_lang") == 'EN') {
custL["lcl_host"] = "Host";
custL["lcl_contact_FO"] = "Please contact the Servicedesk of AAFM.";
custL["lcl_res_fe_edit_option_only"] = "This reservation is final. Please contact the Servicedesk of AAFM for changes.";
custL["lcl_res_obj_lastminute"] = "Please note that this is a last minute reservation. Vermaat will contact you if any issues occur regarding your reservation";
custL["lcl_reserv_late"] = "Changes are not allowed anymore. Please contact the Servicedesk of AAFM.";
custL["lcl_cant_reserveinpast"] = "Cannot make reservation into the past. Please contact the Servicedesk of AAFM.";
custL["lcl_cancel_option"] = "Only options can be cancelled. Please contact the Servicedesk of AAFM.";
custL["lcl_RES_inf_kostenklant"] = "Cost centre";
custL["lcl_mld_inf_Kostenklant"] = "Cost centre";
}
// General settings
language_toggles = ["NL", "EN"];
// ALG
photo_kenmerk_key = 1000;
// PRS
prs_pers_string = " p.prs_perslid_naam"
+ "|| NVL2( p.prs_perslid_voorletters, ', ' || p.prs_perslid_voorletters, '')"
+ "|| NVL2( p.prs_perslid_tussenvoegsel, ' ' || p.prs_perslid_tussenvoegsel, '')"
+ "|| NVL2( p.prs_perslid_voornaam, ' (' || p.prs_perslid_voornaam || ')', '')";
prs_pers_string = prs_pers_string + ' || '
+ " CASE "
+ " WHEN p.prs_perslid_nr IS NULL"
+ " THEN ''"
+ " ELSE ' [' || p.prs_perslid_nr || ']'"
+ " END";
// RES
res_t1 = 7; // reservation day start (hour)
res_t2 = 20; // reservation day end (hour)
kosten_klant_default = 0; // kosten klant checkbox is unchecked (off) - res only
%>
<!-- #include file="custenv.inc" -->

View File

@@ -1,19 +0,0 @@
<% /*
$Revision$
$Id$
*/ %>
<%
// Contains Facilitor settings that differ across the various environments
// Included by cust.inc
custL["lcl_facilitor_header_prefix"] = "5i PREVIEW";
prs_werkplek_implicit = 1;
perfmon_threshold = 2000;
PerformInterval = 600; // time (seconds) between backgrounder refreshes
mld_close_mobile = 1;
//SGF:
auto_https = 0;
%>