removing neoclassic skin

This commit is contained in:
Fernando Ontiveros
2025-04-13 15:23:31 +00:00
parent eaa750ef1d
commit 8e09008402
1791 changed files with 8973 additions and 14885 deletions

View File

@@ -39,13 +39,13 @@ $(window).load(function () {
//In case the form is in review
if (filePost.indexOf('Supervisor') >= 0){
action = 'cases_SaveDataSupervisor?UID=' + dyn_uid;
url += '/sys' + workspace + '/en/neoclassic/cases/' + action;
url += '/sys' + workspace + '/en/lurana/cases/' + action;
} else if(filePost.indexOf('Email') >= 0){ //In case the form is sent as Email response
action = filePost;
url += '/sys' + workspace + '/en/neoclassic/services/' + action;
url += '/sys' + workspace + '/en/lurana/services/' + action;
} else { //In case the form is in web entry
action = prj_uid + '/' + filePost;
url += '/sys' + workspace + '/en/neoclassic/' + action;
url += '/sys' + workspace + '/en/lurana/' + action;
}
method = 'POST';
} else if (app_uid){ //In case the form is in running cases
@@ -56,7 +56,7 @@ $(window).load(function () {
}
url = location.protocol + '//' + location.host;
url += '/sys' + workspace + '/en/neoclassic/cases/' + action;
url += '/sys' + workspace + '/en/lurana/cases/' + action;
method = 'POST';
}
return {