ihm.php 30 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724
  1. <?php
  2. /* Copyright (C) 2001-2005 Rodolphe Quiedeville <rodolphe@quiedeville.org>
  3. * Copyright (C) 2004-2015 Laurent Destailleur <eldy@users.sourceforge.net>
  4. * Copyright (C) 2005-2017 Regis Houssin <regis.houssin@inodbox.com>
  5. * Copyright (C) 2016 Juanjo Menent <jmenent@2byte.es>
  6. * Copyright (C) 2018 Ferran Marcet <fmarcet@2byte.es>
  7. * Copyright (C) 2021 Alexandre Spangaro <aspangaro@open-dsi.fr>
  8. * Copyright (C) 2021 Anthony Berton <bertonanthony@gmail.com>
  9. * Copyright (C) 2023 Eric Seigne <eric.seigne@cap-rel.fr>
  10. *
  11. * This program is free software; you can redistribute it and/or modify
  12. * it under the terms of the GNU General Public License as published by
  13. * the Free Software Foundation; either version 3 of the License, or
  14. * (at your option) any later version.
  15. *
  16. * This program is distributed in the hope that it will be useful,
  17. * but WITHOUT ANY WARRANTY; without even the implied warranty of
  18. * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
  19. * GNU General Public License for more details.
  20. *
  21. * You should have received a copy of the GNU General Public License
  22. * along with this program. If not, see <https://www.gnu.org/licenses/>.
  23. */
  24. /**
  25. * \file htdocs/admin/ihm.php
  26. * \brief Page to setup GUI display options
  27. */
  28. // Load Dolibarr environment
  29. require '../main.inc.php';
  30. require_once DOL_DOCUMENT_ROOT.'/core/lib/usergroups.lib.php';
  31. require_once DOL_DOCUMENT_ROOT.'/core/lib/admin.lib.php';
  32. require_once DOL_DOCUMENT_ROOT.'/core/lib/images.lib.php';
  33. require_once DOL_DOCUMENT_ROOT.'/core/lib/files.lib.php';
  34. require_once DOL_DOCUMENT_ROOT.'/core/lib/functions2.lib.php';
  35. require_once DOL_DOCUMENT_ROOT.'/core/class/html.formother.class.php';
  36. require_once DOL_DOCUMENT_ROOT.'/core/class/html.formadmin.class.php';
  37. // Load translation files required by the page
  38. $langs->loadLangs(array('admin', 'languages', 'other', 'companies', 'products', 'members', 'projects', 'hrm', 'agenda'));
  39. if (!$user->admin) {
  40. accessforbidden();
  41. }
  42. $action = GETPOST('action', 'aZ09');
  43. $contextpage = GETPOST('contextpage', 'aZ') ?GETPOST('contextpage', 'aZ') : 'adminihm'; // To manage different context of search
  44. $mode = GETPOST('mode', 'aZ09') ? GETPOST('mode', 'aZ09') : 'other'; // 'template', 'dashboard', 'login', 'other'
  45. if (!defined("MAIN_MOTD")) {
  46. define("MAIN_MOTD", "");
  47. }
  48. /*
  49. * Action
  50. */
  51. $parameters = array();
  52. $reshook = $hookmanager->executeHooks('doActions', $parameters, $object, $action); // Note that $action and $object may have been modified by some hooks
  53. if ($reshook < 0) {
  54. setEventMessages($hookmanager->error, $hookmanager->errors, 'errors');
  55. }
  56. if (GETPOST('cancel', 'alpha')) {
  57. $action = '';
  58. }
  59. // Convert action set_XXX and del_XXX to set var (this is used when no javascript on for ajax_constantonoff)
  60. $regs = array();
  61. if (preg_match('/^(set|del)_([A-Z_]+)$/', $action, $regs)) {
  62. if ($regs[1] == 'set') {
  63. dolibarr_set_const($db, $regs[2], 1, 'chaine', 0, '', $conf->entity);
  64. } else {
  65. dolibarr_del_const($db, $regs[2], $conf->entity);
  66. }
  67. }
  68. if ($action == 'removebackgroundlogin' && !empty($conf->global->MAIN_LOGIN_BACKGROUND)) {
  69. dolibarr_set_const($db, "MAIN_IHM_PARAMS_REV", getDolGlobalInt('MAIN_IHM_PARAMS_REV') + 1, 'chaine', 0, '', $conf->entity);
  70. require_once DOL_DOCUMENT_ROOT.'/core/lib/files.lib.php';
  71. $logofile = $conf->mycompany->dir_output.'/logos/'.$conf->global->MAIN_LOGIN_BACKGROUND;
  72. dol_delete_file($logofile);
  73. dolibarr_del_const($db, "MAIN_LOGIN_BACKGROUND", $conf->entity);
  74. $mysoc->logo = '';
  75. /*$logosmallfile=$conf->mycompany->dir_output.'/logos/thumbs/'.$mysoc->logo_small;
  76. dol_delete_file($logosmallfile);
  77. dolibarr_del_const($db, "MAIN_INFO_SOCIETE_LOGO_SMALL",$conf->entity);
  78. $mysoc->logo_small='';
  79. $logominifile=$conf->mycompany->dir_output.'/logos/thumbs/'.$mysoc->logo_mini;
  80. dol_delete_file($logominifile);
  81. dolibarr_del_const($db, "MAIN_INFO_SOCIETE_LOGO_MINI",$conf->entity);
  82. $mysoc->logo_mini='';*/
  83. }
  84. if ($action == 'update') {
  85. $error = 0;
  86. if ($mode == 'template') {
  87. //dolibarr_del_const($db, "MAIN_THEME", 0); // To be sure we don't have this constant set for all entities
  88. dolibarr_set_const($db, "MAIN_THEME", GETPOST("main_theme", 'aZ09'), 'chaine', 0, '', $conf->entity);
  89. dolibarr_set_const($db, "MAIN_IHM_PARAMS_REV", getDolGlobalInt('MAIN_IHM_PARAMS_REV') + 1, 'chaine', 0, '', $conf->entity);
  90. if (GETPOSTISSET('THEME_DARKMODEENABLED')) {
  91. $val = GETPOST('THEME_DARKMODEENABLED');
  92. if (!$val) {
  93. dolibarr_del_const($db, "THEME_DARKMODEENABLED", $conf->entity);
  94. }
  95. if ($val) {
  96. dolibarr_set_const($db, "THEME_DARKMODEENABLED", $val, 'chaine', 0, '', $conf->entity);
  97. }
  98. }
  99. if (GETPOSTISSET('THEME_TOPMENU_DISABLE_IMAGE')) {
  100. $val=GETPOST('THEME_TOPMENU_DISABLE_IMAGE');
  101. if (!$val) {
  102. dolibarr_del_const($db, 'THEME_TOPMENU_DISABLE_IMAGE', $conf->entity);
  103. } else {
  104. dolibarr_set_const($db, 'THEME_TOPMENU_DISABLE_IMAGE', GETPOST('THEME_TOPMENU_DISABLE_IMAGE'), 'chaine', 0, '', $conf->entity);
  105. }
  106. }
  107. $val = (implode(',', (colorStringToArray(GETPOST('THEME_ELDY_BACKBODY'), array()))));
  108. if ($val == '') {
  109. dolibarr_del_const($db, 'THEME_ELDY_BACKBODY', $conf->entity);
  110. } else {
  111. dolibarr_set_const($db, 'THEME_ELDY_BACKBODY', $val, 'chaine', 0, '', $conf->entity);
  112. }
  113. $val = (implode(',', (colorStringToArray(GETPOST('THEME_ELDY_TOPMENU_BACK1'), array()))));
  114. if ($val == '') {
  115. dolibarr_del_const($db, 'THEME_ELDY_TOPMENU_BACK1', $conf->entity);
  116. } else {
  117. dolibarr_set_const($db, 'THEME_ELDY_TOPMENU_BACK1', $val, 'chaine', 0, '', $conf->entity);
  118. }
  119. $val = (implode(',', (colorStringToArray(GETPOST('THEME_ELDY_VERMENU_BACK1'), array()))));
  120. if ($val == '') {
  121. dolibarr_del_const($db, 'THEME_ELDY_VERMENU_BACK1', $conf->entity);
  122. } else {
  123. dolibarr_set_const($db, 'THEME_ELDY_VERMENU_BACK1', $val, 'chaine', 0, '', $conf->entity);
  124. }
  125. $val = (implode(',', (colorStringToArray(GETPOST('THEME_ELDY_TEXTTITLENOTAB'), array()))));
  126. if ($val == '') {
  127. dolibarr_del_const($db, 'THEME_ELDY_TEXTTITLENOTAB', $conf->entity);
  128. } else {
  129. dolibarr_set_const($db, 'THEME_ELDY_TEXTTITLENOTAB', $val, 'chaine', 0, '', $conf->entity);
  130. }
  131. $val = (implode(',', (colorStringToArray(GETPOST('THEME_ELDY_BACKTITLE1'), array()))));
  132. if ($val == '') {
  133. dolibarr_del_const($db, 'THEME_ELDY_BACKTITLE1', $conf->entity);
  134. } else {
  135. dolibarr_set_const($db, 'THEME_ELDY_BACKTITLE1', $val, 'chaine', 0, '', $conf->entity);
  136. }
  137. $val = (implode(',', (colorStringToArray(GETPOST('THEME_ELDY_TEXTTITLE'), array()))));
  138. if ($val == '') {
  139. dolibarr_del_const($db, 'THEME_ELDY_TEXTTITLE', $conf->entity);
  140. } else {
  141. dolibarr_set_const($db, 'THEME_ELDY_TEXTTITLE', $val, 'chaine', 0, '', $conf->entity);
  142. }
  143. $val = (implode(',', (colorStringToArray(GETPOST('THEME_ELDY_TEXTTITLELINK'), array()))));
  144. if ($val == '') {
  145. dolibarr_del_const($db, 'THEME_ELDY_TEXTTITLELINK', $conf->entity);
  146. } else {
  147. dolibarr_set_const($db, 'THEME_ELDY_TEXTTITLELINK', $val, 'chaine', 0, '', $conf->entity);
  148. }
  149. $val = (implode(',', (colorStringToArray(GETPOST('THEME_ELDY_LINEIMPAIR1'), array()))));
  150. if ($val == '') {
  151. dolibarr_del_const($db, 'THEME_ELDY_LINEIMPAIR1', $conf->entity);
  152. } else {
  153. dolibarr_set_const($db, 'THEME_ELDY_LINEIMPAIR1', $val, 'chaine', 0, '', $conf->entity);
  154. }
  155. $val = (implode(',', (colorStringToArray(GETPOST('THEME_ELDY_LINEIMPAIR1'), array()))));
  156. if ($val == '') {
  157. dolibarr_del_const($db, 'THEME_ELDY_LINEIMPAIR2', $conf->entity);
  158. } else {
  159. dolibarr_set_const($db, 'THEME_ELDY_LINEIMPAIR2', $val, 'chaine', 0, '', $conf->entity);
  160. }
  161. $val = (implode(',', (colorStringToArray(GETPOST('THEME_ELDY_LINEPAIR1'), array()))));
  162. if ($val == '') {
  163. dolibarr_del_const($db, 'THEME_ELDY_LINEPAIR1', $conf->entity);
  164. } else {
  165. dolibarr_set_const($db, 'THEME_ELDY_LINEPAIR1', $val, 'chaine', 0, '', $conf->entity);
  166. }
  167. $val = (implode(',', (colorStringToArray(GETPOST('THEME_ELDY_LINEPAIR1'), array()))));
  168. if ($val == '') {
  169. dolibarr_del_const($db, 'THEME_ELDY_LINEPAIR2', $conf->entity);
  170. } else {
  171. dolibarr_set_const($db, 'THEME_ELDY_LINEPAIR2', $val, 'chaine', 0, '', $conf->entity);
  172. }
  173. $val = (implode(',', (colorStringToArray(GETPOST('THEME_ELDY_TEXTLINK'), array()))));
  174. if ($val == '') {
  175. dolibarr_del_const($db, 'THEME_ELDY_TEXTLINK', $conf->entity);
  176. } else {
  177. dolibarr_set_const($db, 'THEME_ELDY_TEXTLINK', $val, 'chaine', 0, '', $conf->entity);
  178. }
  179. $val = (implode(',', (colorStringToArray(GETPOST('THEME_ELDY_USE_HOVER'), array()))));
  180. if ($val == '') {
  181. dolibarr_del_const($db, 'THEME_ELDY_USE_HOVER', $conf->entity);
  182. } else {
  183. dolibarr_set_const($db, "THEME_ELDY_USE_HOVER", $val, 'chaine', 0, '', $conf->entity);
  184. }
  185. $val = (implode(',', (colorStringToArray(GETPOST('THEME_ELDY_USE_CHECKED'), array()))));
  186. if ($val == '') {
  187. dolibarr_del_const($db, 'THEME_ELDY_USE_CHECKED', $conf->entity);
  188. } else {
  189. dolibarr_set_const($db, "THEME_ELDY_USE_CHECKED", $val, 'chaine', 0, '', $conf->entity);
  190. }
  191. $val=(implode(',', (colorStringToArray(GETPOST('THEME_ELDY_BTNACTION'), array()))));
  192. if ($val == '') {
  193. dolibarr_del_const($db, 'THEME_ELDY_BTNACTION', $conf->entity);
  194. } else {
  195. dolibarr_set_const($db, 'THEME_ELDY_BTNACTION', $val, 'chaine', 0, '', $conf->entity);
  196. }
  197. $val=(implode(',', (colorStringToArray(GETPOST('THEME_ELDY_TEXTBTNACTION'), array()))));
  198. if ($val == '') {
  199. dolibarr_del_const($db, 'THEME_ELDY_TEXTBTNACTION', $conf->entity);
  200. } else {
  201. dolibarr_set_const($db, 'THEME_ELDY_TEXTBTNACTION', $val, 'chaine', 0, '', $conf->entity);
  202. }
  203. }
  204. if ($mode == 'dashboard') {
  205. dolibarr_set_const($db, "MAIN_MOTD", dol_htmlcleanlastbr(GETPOST("main_motd", 'restricthtml')), 'chaine', 0, '', $conf->entity);
  206. }
  207. if ($mode == 'other') {
  208. dolibarr_set_const($db, "MAIN_LANG_DEFAULT", GETPOST("MAIN_LANG_DEFAULT", 'aZ09'), 'chaine', 0, '', $conf->entity);
  209. dolibarr_set_const($db, "MAIN_IHM_PARAMS_REV", getDolGlobalInt('MAIN_IHM_PARAMS_REV') + 1, 'chaine', 0, '', $conf->entity);
  210. dolibarr_set_const($db, "MAIN_SIZE_LISTE_LIMIT", GETPOST("main_size_liste_limit", 'int'), 'chaine', 0, '', $conf->entity);
  211. dolibarr_set_const($db, "MAIN_SIZE_SHORTLIST_LIMIT", GETPOST("main_size_shortliste_limit", 'int'), 'chaine', 0, '', $conf->entity);
  212. dolibarr_set_const($db, "MAIN_CHECKBOX_LEFT_COLUMN", GETPOST("MAIN_CHECKBOX_LEFT_COLUMN", 'int'), 'chaine', 0, '', $conf->entity);
  213. //dolibarr_set_const($db, "MAIN_DISABLE_JAVASCRIPT", GETPOST("MAIN_DISABLE_JAVASCRIPT", 'aZ09'), 'chaine', 0, '', $conf->entity);
  214. //dolibarr_set_const($db, "MAIN_BUTTON_HIDE_UNAUTHORIZED", GETPOST("MAIN_BUTTON_HIDE_UNAUTHORIZED", 'aZ09'), 'chaine', 0, '', $conf->entity);
  215. //dolibarr_set_const($db, "MAIN_MENU_HIDE_UNAUTHORIZED", GETPOST("MAIN_MENU_HIDE_UNAUTHORIZED", 'aZ09'), 'chaine', 0, '', $conf->entity);
  216. dolibarr_set_const($db, "MAIN_START_WEEK", GETPOST("MAIN_START_WEEK", 'int'), 'chaine', 0, '', $conf->entity);
  217. dolibarr_set_const($db, "MAIN_DEFAULT_WORKING_DAYS", GETPOST("MAIN_DEFAULT_WORKING_DAYS", 'alphanohtml'), 'chaine', 0, '', $conf->entity);
  218. dolibarr_set_const($db, "MAIN_DEFAULT_WORKING_HOURS", GETPOST("MAIN_DEFAULT_WORKING_HOURS", 'alphanohtml'), 'chaine', 0, '', $conf->entity);
  219. dolibarr_set_const($db, "MAIN_BUGTRACK_ENABLELINK", GETPOST("MAIN_BUGTRACK_ENABLELINK", 'alpha'), 'chaine', 0, '', $conf->entity);
  220. dolibarr_set_const($db, "MAIN_FIRSTNAME_NAME_POSITION", GETPOST("MAIN_FIRSTNAME_NAME_POSITION", 'aZ09'), 'chaine', 0, '', $conf->entity);
  221. }
  222. if ($mode == 'login') {
  223. dolibarr_set_const($db, "MAIN_HOME", dol_htmlcleanlastbr(GETPOST("main_home", 'restricthtml')), 'chaine', 0, '', $conf->entity);
  224. //dolibarr_set_const($db, "MAIN_HELP_DISABLELINK", GETPOST("MAIN_HELP_DISABLELINK", 'aZ09'), 'chaine', 0, '', 0); // Param for all entities
  225. $varforimage = 'imagebackground';
  226. $dirforimage = $conf->mycompany->dir_output . '/logos/';
  227. if ($_FILES[$varforimage]["tmp_name"]) {
  228. $reg = array();
  229. if (preg_match('/([^\\/:]+)$/i', $_FILES[$varforimage]["name"], $reg)) {
  230. $original_file = $reg[1];
  231. $isimage = image_format_supported($original_file);
  232. if ($isimage >= 0) {
  233. dol_syslog("Move file " . $_FILES[$varforimage]["tmp_name"] . " to " . $dirforimage . $original_file);
  234. if (!is_dir($dirforimage)) {
  235. dol_mkdir($dirforimage);
  236. }
  237. $result = dol_move_uploaded_file($_FILES[$varforimage]["tmp_name"], $dirforimage . $original_file, 1, 0, $_FILES[$varforimage]['error']);
  238. if ($result > 0) {
  239. dolibarr_set_const($db, "MAIN_LOGIN_BACKGROUND", $original_file, 'chaine', 0, '', $conf->entity);
  240. } elseif (preg_match('/^ErrorFileIsInfectedWithAVirus/', $result)) {
  241. $error++;
  242. $langs->load("errors");
  243. $tmparray = explode(':', $result);
  244. setEventMessages($langs->trans('ErrorFileIsInfectedWithAVirus', $tmparray[1]), null, 'errors');
  245. } else {
  246. $error++;
  247. setEventMessages($langs->trans("ErrorFailedToSaveFile"), null, 'errors');
  248. }
  249. } else {
  250. $error++;
  251. $langs->load("errors");
  252. setEventMessages($langs->trans("ErrorBadImageFormat"), null, 'errors');
  253. }
  254. }
  255. }
  256. }
  257. if ($mode == 'css') {
  258. //file_put_contents(DOL_DATA_ROOT.'/admin/customcss.css', $data);
  259. //dol_chmod(DOL_DATA_ROOT.'/admin/customcss.css');
  260. dolibarr_set_const($db, "MAIN_IHM_CUSTOM_CSS", GETPOST('MAIN_IHM_CUSTOM_CSS', 'restricthtml'), 'chaine', 0, '', $conf->entity);
  261. }
  262. $_SESSION["mainmenu"] = ""; // The menu manager may have changed
  263. if (GETPOST('dol_resetcache')) {
  264. dolibarr_set_const($db, "MAIN_IHM_PARAMS_REV", ((int) $conf->global->MAIN_IHM_PARAMS_REV) + 1, 'chaine', 0, '', $conf->entity);
  265. }
  266. header("Location: ".$_SERVER["PHP_SELF"]."?mainmenu=home&leftmenu=setup&mode=".$mode.(GETPOSTISSET('page_y') ? '&page_y='.GETPOST('page_y', 'int') : ''));
  267. exit;
  268. }
  269. /*
  270. * View
  271. */
  272. $wikihelp = 'EN:First_setup|FR:Premiers_param&eacute;trages|ES:Primeras_configuraciones';
  273. llxHeader('', $langs->trans("Setup"), $wikihelp, '', 0, 0,
  274. array(
  275. '/includes/ace/src/ace.js',
  276. '/includes/ace/src/ext-statusbar.js',
  277. '/includes/ace/src/ext-language_tools.js',
  278. ), array());
  279. $form = new Form($db);
  280. $formother = new FormOther($db);
  281. $formadmin = new FormAdmin($db);
  282. print load_fiche_titre($langs->trans("GUISetup"), '', 'title_setup');
  283. print '<span class="opacitymedium">'.$langs->trans("DisplayDesc")."</span><br>\n";
  284. print "<br>\n";
  285. //WYSIWYG Editor
  286. require_once DOL_DOCUMENT_ROOT.'/core/class/doleditor.class.php';
  287. print '<form enctype="multipart/form-data" method="POST" action="'.$_SERVER["PHP_SELF"].'">';
  288. print '<input type="hidden" name="token" value="'.newToken().'">';
  289. print '<input type="hidden" name="action" value="update">';
  290. print '<input type="hidden" name="page_y" value="">';
  291. print '<input type="hidden" id="mode" name="mode" value="'.dol_escape_htmltag($mode).'">';
  292. print '<input type="hidden" name="dol_resetcache" value="1">';
  293. $head = ihm_prepare_head();
  294. print dol_get_fiche_head($head, $mode, '', -1, '');
  295. print '<br>';
  296. clearstatcache();
  297. if ($mode == 'other') {
  298. print '<div class="div-table-responsive-no-min">';
  299. print '<table summary="edit" class="noborder centpercent editmode tableforfield">';
  300. print '<tr class="liste_titre"><td class="titlefieldmiddle">';
  301. print $langs->trans("Language");
  302. print '</td><td class="titlefieldmiddle">';
  303. print '</td></tr>';
  304. // Default language
  305. print '<tr class="oddeven"><td>'.$langs->trans("DefaultLanguage").'</td><td>';
  306. print img_picto('', 'language', 'class="pictofixedwidth"');
  307. print $formadmin->select_language($conf->global->MAIN_LANG_DEFAULT, 'MAIN_LANG_DEFAULT', 1, null, '', 0, 0, 'minwidth300', 2);
  308. //print '<input class="button button-save smallpaddingimp" type="submit" name="submit" value="'.$langs->trans("Save").'">';
  309. print '</td>';
  310. print '</tr>';
  311. // Multilingual GUI
  312. print '<tr class="oddeven"><td>' . $langs->trans("EnableMultilangInterface") . '</td><td>';
  313. print ajax_constantonoff("MAIN_MULTILANGS", array(), $conf->entity, 0, 0, 1, 0, 0, 0, '', 'language');
  314. print '</td>';
  315. print '</tr>';
  316. print '</table>' . "\n";
  317. print '</div>';
  318. print '<div class="center">';
  319. print '<input class="button button-save reposition" type="submit" name="submit" value="' . $langs->trans("Save") . '">';
  320. print '<input class="button button-cancel reposition" type="submit" name="cancel" value="' . $langs->trans("Cancel") . '">';
  321. print '</div>';
  322. print '<br>';
  323. print '<br>';
  324. // Other
  325. print '<div class="div-table-responsive-no-min">';
  326. print '<table summary="otherparameters" class="noborder centpercent editmode tableforfield">';
  327. print '<tr class="liste_titre"><td class="titlefieldmiddle">';
  328. print $langs->trans("Miscellaneous");
  329. print '</td>';
  330. print '<td class="titlefieldmiddle"></td>';
  331. print '</tr>';
  332. // Show Quick Add link
  333. print '<tr class="oddeven"><td>' . $langs->trans("ShowQuickAddLink") . '</td><td>';
  334. print ajax_constantonoff("MAIN_USE_TOP_MENU_QUICKADD_DROPDOWN", array(), $conf->entity, 0, 0, 1, 0, 0, 0, '', 'other');
  335. print '</td>';
  336. print '</tr>';
  337. // Hide wiki link on login page
  338. $pictohelp = '<span class="fa fa-question-circle"></span>';
  339. print '<tr class="oddeven"><td>' . str_replace('{picto}', $pictohelp, $langs->trans("DisableLinkToHelp", '{picto}')) . '</td><td>';
  340. print ajax_constantonoff("MAIN_HELP_DISABLELINK", array(), $conf->entity, 0, 0, 1, 0, 0, 0, '', 'other');
  341. //print $form->selectyesno('MAIN_HELP_DISABLELINK', isset($conf->global->MAIN_HELP_DISABLELINK) ? $conf->global->MAIN_HELP_DISABLELINK : 0, 1);
  342. print '</td>';
  343. print '</tr>';
  344. // Max size of lists
  345. print '<tr class="oddeven"><td>' . $langs->trans("DefaultMaxSizeList") . '</td><td><input class="flat" name="main_size_liste_limit" size="4" value="' . $conf->global->MAIN_SIZE_LISTE_LIMIT . '"></td>';
  346. print '</tr>';
  347. // Max size of short lists on customer card
  348. print '<tr class="oddeven"><td>' . $langs->trans("DefaultMaxSizeShortList") . '</td><td><input class="flat" name="main_size_shortliste_limit" size="4" value="' . $conf->global->MAIN_SIZE_SHORTLIST_LIMIT . '"></td>';
  349. print '</tr>';
  350. // Max size of lists
  351. print '<tr class="oddeven"><td>' . $langs->trans("MAIN_CHECKBOX_LEFT_COLUMN") . '</td><td>';
  352. print ajax_constantonoff("MAIN_CHECKBOX_LEFT_COLUMN", array(), $conf->entity, 0, 0, 1, 0, 0, 0, '', 'other');
  353. print '</td>';
  354. print '</tr>';
  355. // show input border
  356. /*
  357. print '<tr><td>'.$langs->trans("showInputBorder").'</td><td>';
  358. print $form->selectyesno('main_showInputBorder',isset($conf->global->THEME_ELDY_SHOW_BORDER_INPUT)?$conf->global->THEME_ELDY_SHOW_BORDER_INPUT:0,1);
  359. print '</td>';
  360. print '</tr>';
  361. */
  362. // First day for weeks
  363. print '<tr class="oddeven"><td>' . $langs->trans("WeekStartOnDay") . '</td><td>';
  364. print $formother->select_dayofweek((isset($conf->global->MAIN_START_WEEK) ? $conf->global->MAIN_START_WEEK : '1'), 'MAIN_START_WEEK', 0);
  365. print '</td>';
  366. print '</tr>';
  367. // DefaultWorkingDays
  368. print '<tr class="oddeven"><td>' . $langs->trans("DefaultWorkingDays") . '</td><td>';
  369. print '<input type="text" name="MAIN_DEFAULT_WORKING_DAYS" size="5" value="' . (isset($conf->global->MAIN_DEFAULT_WORKING_DAYS) ? $conf->global->MAIN_DEFAULT_WORKING_DAYS : '1-5') . '">';
  370. print '</td>';
  371. print '</tr>';
  372. // DefaultWorkingHours
  373. print '<tr class="oddeven"><td>' . $langs->trans("DefaultWorkingHours") . '</td><td>';
  374. print '<input type="text" name="MAIN_DEFAULT_WORKING_HOURS" size="5" value="' . (isset($conf->global->MAIN_DEFAULT_WORKING_HOURS) ? $conf->global->MAIN_DEFAULT_WORKING_HOURS : '9-18') . '">';
  375. print '</td>';
  376. print '</tr>';
  377. // Firstname/Name
  378. print '<tr class="oddeven"><td>' . $langs->trans("FirstnameNamePosition") . '</td><td>';
  379. $array = array(0 => $langs->trans("Firstname") . ' ' . $langs->trans("Lastname"), 1 => $langs->trans("Lastname") . ' ' . $langs->trans("Firstname"));
  380. print $form->selectarray('MAIN_FIRSTNAME_NAME_POSITION', $array, (isset($conf->global->MAIN_FIRSTNAME_NAME_POSITION) ? $conf->global->MAIN_FIRSTNAME_NAME_POSITION : 0));
  381. print '</td>';
  382. print '</tr>';
  383. // Hide unauthorized menus
  384. print '<tr class="oddeven"><td>' . $langs->trans("HideUnauthorizedMenu") . '</td><td>';
  385. //print $form->selectyesno('MAIN_MENU_HIDE_UNAUTHORIZED', isset($conf->global->MAIN_MENU_HIDE_UNAUTHORIZED) ? $conf->global->MAIN_MENU_HIDE_UNAUTHORIZED : 0, 1);
  386. print ajax_constantonoff("MAIN_MENU_HIDE_UNAUTHORIZED", array(), $conf->entity, 0, 0, 1, 0, 0, 0, '', 'other');
  387. print '</td>';
  388. print '</tr>';
  389. // Hide unauthorized button
  390. print '<tr class="oddeven"><td>' . $langs->trans("ButtonHideUnauthorized") . '</td><td>';
  391. //print $form->selectyesno('MAIN_BUTTON_HIDE_UNAUTHORIZED', isset($conf->global->MAIN_BUTTON_HIDE_UNAUTHORIZED) ? $conf->global->MAIN_BUTTON_HIDE_UNAUTHORIZED : 0, 1);
  392. print ajax_constantonoff("MAIN_BUTTON_HIDE_UNAUTHORIZED", array(), $conf->entity, 0, 0, 1, 0, 0, 0, '', 'other');
  393. print '</td>';
  394. print '</tr>';
  395. // Hide version link
  396. /*
  397. print '<tr><td>'.$langs->trans("HideVersionLink").'</td><td>';
  398. print $form->selectyesno('MAIN_HIDE_VERSION',$conf->global->MAIN_HIDE_VERSION,1);
  399. print '</td>';
  400. print '</tr>';
  401. */
  402. // Show bugtrack link
  403. print '<tr class="oddeven"><td>';
  404. print $form->textwithpicto($langs->trans("ShowBugTrackLink", $langs->transnoentitiesnoconv("FindBug")), $langs->trans("ShowBugTrackLinkDesc"));
  405. print '</td><td>';
  406. print '<input type="text" name="MAIN_BUGTRACK_ENABLELINK" value="' . (empty($conf->global->MAIN_BUGTRACK_ENABLELINK) ? '' : $conf->global->MAIN_BUGTRACK_ENABLELINK) . '">';
  407. print '</td>';
  408. print '</tr>';
  409. // Disable javascript and ajax
  410. print '<tr class="oddeven"><td>' . $form->textwithpicto($langs->trans("DisableJavascript"), $langs->trans("DisableJavascriptNote")) . '</td><td>';
  411. print ajax_constantonoff("MAIN_DISABLE_JAVASCRIPT", array(), $conf->entity, 0, 0, 1, 0, 0, 0, '', 'other');
  412. print '</td>';
  413. print '</tr>';
  414. print '</table>' . "\n";
  415. print '</div>';
  416. }
  417. if ($mode == 'template') {
  418. // Themes and themes options
  419. showSkins(null, 1);
  420. }
  421. if ($mode == 'dashboard') {
  422. print '<div class="div-table-responsive-no-min">';
  423. print '<table summary="blockdashboard" class="noborder centpercent editmode tableforfield">';
  424. // Message of the day on home page
  425. $substitutionarray = getCommonSubstitutionArray($langs, 0, array('object', 'objectamount'));
  426. complete_substitutions_array($substitutionarray, $langs);
  427. print '<tr class="oddeven width25p"><td>';
  428. $texthelp = $langs->trans("FollowingConstantsWillBeSubstituted") . '<br>';
  429. foreach ($substitutionarray as $key => $val) {
  430. $texthelp .= $key . '<br>';
  431. }
  432. print $form->textwithpicto($langs->trans("MessageOfDay"), $texthelp, 1, 'help', '', 0, 2, 'tooltipmessageofday');
  433. print '</td><td>';
  434. $doleditor = new DolEditor('main_motd', (isset($conf->global->MAIN_MOTD) ? $conf->global->MAIN_MOTD : ''), '', 142, 'dolibarr_notes', 'In', false, true, true, ROWS_4, '90%');
  435. $doleditor->Create();
  436. print '</td></tr>' . "\n";
  437. /* no more need for this option. It is now a widget already controlled by end user
  438. print '<tr class="oddeven"><td>' . $langs->trans('BoxstatsDisableGlobal') . '</td><td>';
  439. print ajax_constantonoff("MAIN_DISABLE_GLOBAL_BOXSTATS", array(), $conf->entity, 0, 0, 1, 0);
  440. print '</td>';
  441. print '</tr>';
  442. */
  443. print '</table>';
  444. print '</div>';
  445. print '<br>';
  446. print '<div class="div-table-responsive-no-min">';
  447. print '<table summary="blockdashboard" class="noborder centpercent editmode tableforfield">';
  448. print '<tr class="liste_titre"><td class="titlefieldmiddle">';
  449. print $langs->trans("DashboardDisableBlocks");
  450. print '</td><td class="titlefieldmiddle">';
  451. print '</td></tr>';
  452. print '<tr class="oddeven"><td>' . $langs->trans('DashboardDisableGlobal') . '</td><td>';
  453. print ajax_constantonoff("MAIN_DISABLE_GLOBAL_WORKBOARD", array(), $conf->entity, 0, 0, 1, 0, 0, 0, '_red', 'dashboard');
  454. print '</td>';
  455. print '</tr>';
  456. if (empty($conf->global->MAIN_DISABLE_GLOBAL_WORKBOARD)) {
  457. // Block meteo
  458. print '<tr class="oddeven"><td>' . $langs->trans('MAIN_DISABLE_METEO') . '</td><td>';
  459. print ajax_constantonoff("MAIN_DISABLE_METEO", array(), $conf->entity, 0, 0, 1, 0, 0, 0, '_red', 'dashboard');
  460. print '</td>';
  461. print '</tr>';
  462. // Block agenda
  463. print '<tr class="oddeven"><td>' . $langs->trans('DashboardDisableBlockAgenda') . '</td><td>';
  464. print ajax_constantonoff("MAIN_DISABLE_BLOCK_AGENDA", array(), $conf->entity, 0, 0, 1, 0, 0, 0, '_red', 'dashboard');
  465. print '</td>';
  466. print '</tr>';
  467. // Block agenda
  468. print '<tr class="oddeven"><td>' . $langs->trans('DashboardDisableBlockProject') . '</td><td>';
  469. print ajax_constantonoff("MAIN_DISABLE_BLOCK_PROJECT", array(), $conf->entity, 0, 0, 1, 0, 0, 0, '_red', 'dashboard');
  470. print '</td>';
  471. print '</tr>';
  472. // Block customer
  473. print '<tr class="oddeven"><td>' . $langs->trans('DashboardDisableBlockCustomer') . '</td><td>';
  474. print ajax_constantonoff("MAIN_DISABLE_BLOCK_CUSTOMER", array(), $conf->entity, 0, 0, 1, 0, 0, 0, '_red', 'dashboard');
  475. print '</td>';
  476. print '</tr>';
  477. // Block supplier
  478. print '<tr class="oddeven"><td>' . $langs->trans('DashboardDisableBlockSupplier') . '</td><td>';
  479. print ajax_constantonoff("MAIN_DISABLE_BLOCK_SUPPLIER", array(), $conf->entity, 0, 0, 1, 0, 0, 0, '_red', 'dashboard');
  480. print '</td>';
  481. print '</tr>';
  482. // Block contract
  483. print '<tr class="oddeven"><td>' . $langs->trans('DashboardDisableBlockContract') . '</td><td>';
  484. print ajax_constantonoff("MAIN_DISABLE_BLOCK_CONTRACT", array(), $conf->entity, 0, 0, 1, 0, 0, 0, '_red', 'dashboard');
  485. print '</td>';
  486. print '</tr>';
  487. // Block ticket
  488. print '<tr class="oddeven"><td>' . $langs->trans('DashboardDisableBlockTicket') . '</td><td>';
  489. print ajax_constantonoff("MAIN_DISABLE_BLOCK_TICKET", array(), $conf->entity, 0, 0, 1, 0, 0, 0, '_red', 'dashboard');
  490. print '</td>';
  491. print '</tr>';
  492. // Block bank
  493. print '<tr class="oddeven"><td>' . $langs->trans('DashboardDisableBlockBank') . '</td><td>';
  494. print ajax_constantonoff("MAIN_DISABLE_BLOCK_BANK", array(), $conf->entity, 0, 0, 1, 0, 0, 0, '_red', 'dashboard');
  495. print '</td>';
  496. print '</tr>';
  497. // Block adherent
  498. print '<tr class="oddeven"><td>' . $langs->trans('DashboardDisableBlockAdherent') . '</td><td>';
  499. print ajax_constantonoff("MAIN_DISABLE_BLOCK_ADHERENT", array(), $conf->entity, 0, 0, 1, 0, 0, 0, '_red', 'dashboard');
  500. print '</td>';
  501. print '</tr>';
  502. // Block expense report
  503. print '<tr class="oddeven"><td>' . $langs->trans('DashboardDisableBlockExpenseReport') . '</td><td>';
  504. print ajax_constantonoff("MAIN_DISABLE_BLOCK_EXPENSEREPORT", array(), $conf->entity, 0, 0, 1, 0, 0, 0, '_red', 'dashboard');
  505. print '</td>';
  506. print '</tr>';
  507. // Block holiday
  508. print '<tr class="oddeven"><td>' . $langs->trans('DashboardDisableBlockHoliday') . '</td><td>';
  509. print ajax_constantonoff("MAIN_DISABLE_BLOCK_HOLIDAY", array(), $conf->entity, 0, 0, 1, 0, 0, 0, '_red', 'dashboard');
  510. print '</td>';
  511. print '</tr>';
  512. }
  513. print '</table>' . "\n";
  514. print '</div>';
  515. }
  516. if ($mode == 'login') {
  517. // Other
  518. print '<div class="div-table-responsive-no-min">';
  519. print '<table summary="edit" class="noborder centpercent editmode tableforfield">';
  520. print '<tr class="liste_titre"><td class="titlefieldmax45">';
  521. print $langs->trans("Parameter");
  522. print '</td><td>';
  523. print $langs->trans("Value");
  524. print '</td></tr>';
  525. // Hide helpcenter link on login page
  526. print '<tr class="oddeven"><td>' . $langs->trans("DisableLinkToHelpCenter") . '</td><td>';
  527. print ajax_constantonoff("MAIN_HELPCENTER_DISABLELINK", array(), $conf->entity, 0, 0, 0, 0, 0, 0, '', 'login');
  528. print '</td>';
  529. print '</tr>';
  530. // Message on login page
  531. $substitutionarray = getCommonSubstitutionArray($langs, 0, array('object', 'objectamount', 'user'));
  532. complete_substitutions_array($substitutionarray, $langs);
  533. print '<tr class="oddeven"><td>';
  534. $texthelp = $langs->trans("FollowingConstantsWillBeSubstituted") . '<br>';
  535. foreach ($substitutionarray as $key => $val) {
  536. $texthelp .= $key . '<br>';
  537. }
  538. print $form->textwithpicto($langs->trans("MessageLogin"), $texthelp, 1, 'help', '', 0, 2, 'tooltipmessagelogin');
  539. print '</td><td>';
  540. $doleditor = new DolEditor('main_home', (isset($conf->global->MAIN_HOME) ? $conf->global->MAIN_HOME : ''), '', 142, 'dolibarr_notes', 'In', false, true, true, ROWS_4, '90%');
  541. $doleditor->Create();
  542. print '</td></tr>' . "\n";
  543. // Background
  544. print '<tr class="oddeven"><td><label for="imagebackground">' . $langs->trans("BackgroundImageLogin") . ' (png,jpg)</label></td><td>';
  545. print '<div class="centpercent inline-block">';
  546. $disabled = '';
  547. if (!empty($conf->global->ADD_UNSPLASH_LOGIN_BACKGROUND)) {
  548. $disabled = ' disabled="disabled"';
  549. }
  550. $maxfilesizearray = getMaxFileSizeArray();
  551. $maxmin = $maxfilesizearray['maxmin'];
  552. if ($maxmin > 0) {
  553. print '<input type="hidden" name="MAX_FILE_SIZE" value="'.($maxmin * 1024).'">'; // MAX_FILE_SIZE must precede the field type=file
  554. }
  555. print '<input type="file" class="flat maxwidthinputfileonsmartphone" name="imagebackground" id="imagebackground"' . $disabled . '>';
  556. if ($disabled) {
  557. print '(' . $langs->trans("DisabledByOptionADD_UNSPLASH_LOGIN_BACKGROUND") . ') ';
  558. }
  559. if (!empty($conf->global->MAIN_LOGIN_BACKGROUND)) {
  560. print '<a class="reposition" href="' . $_SERVER["PHP_SELF"] . '?action=removebackgroundlogin&token='.newToken().'&mode=login">' . img_delete($langs->trans("Delete")) . '</a>';
  561. if (file_exists($conf->mycompany->dir_output . '/logos/' . $conf->global->MAIN_LOGIN_BACKGROUND)) {
  562. print ' &nbsp; ';
  563. print '<img class="paddingleft valignmiddle" width="100" src="' . DOL_URL_ROOT . '/viewimage.php?modulepart=mycompany&amp;file=' . urlencode('logos/' . $conf->global->MAIN_LOGIN_BACKGROUND) . '">';
  564. }
  565. } else {
  566. print '<img class="paddingleft valignmiddle" width="100" src="' . DOL_URL_ROOT . '/public/theme/common/nophoto.png">';
  567. }
  568. print '</div>';
  569. print '</td></tr>';
  570. print '</table>' . "\n";
  571. print '</div>';
  572. }
  573. if ($mode == 'css') {
  574. print '<div class="div-table-responsive-no-min">';
  575. print '<table summary="edit" class="noborder centpercent editmode tableforfield">';
  576. print '<tr class="liste_titre">';
  577. print '<td colspan="2">';
  578. //$customcssValue = file_get_contents(DOL_DATA_ROOT.'/admin/customcss.css');
  579. $customcssValue = getDolGlobalString('MAIN_IHM_CUSTOM_CSS');
  580. $doleditor = new DolEditor('MAIN_IHM_CUSTOM_CSS', $customcssValue, '80%', 400, 'Basic', 'In', true, false, 'ace', 10, '90%');
  581. $doleditor->Create(0, '', true, 'css', 'css');
  582. print '</td></tr>'."\n";
  583. print '</table>'."\n";
  584. print '</div>';
  585. }
  586. print '<div class="center">';
  587. print '<input class="button button-save reposition buttonforacesave" type="submit" name="submit" value="' . $langs->trans("Save") . '">';
  588. print '<input class="button button-cancel reposition" type="submit" name="cancel" value="' . $langs->trans("Cancel") . '">';
  589. print '</div>';
  590. print '</form>';
  591. // End of page
  592. llxFooter();
  593. $db->close();