@@ -44,7 +44,7 @@ |
||
| 44 | 44 | } |
| 45 | 45 | |
| 46 | 46 | // Load translation files required by the page |
| 47 | -$langs->loadLangs(array("companies", "admin", "users", "other","withdrawals")); |
|
| 47 | +$langs->loadLangs(array("companies", "admin", "users", "other", "withdrawals")); |
|
| 48 | 48 | |
| 49 | 49 | // Load variable for pagination |
| 50 | 50 | $limit = GETPOSTINT('limit') ? GETPOSTINT('limit') : $conf->liste_limit; |
@@ -43,7 +43,7 @@ |
||
| 43 | 43 | $contextpage = GETPOST('contextpage', 'aZ') ? GETPOST('contextpage', 'aZ') : 'targetcard'; // To manage different context of search |
| 44 | 44 | $backtopage = GETPOST('backtopage', 'alpha'); |
| 45 | 45 | $backtopageforcancel = GETPOST('backtopageforcancel', 'alpha'); |
| 46 | -$lineid = GETPOSTINT('lineid'); |
|
| 46 | +$lineid = GETPOSTINT('lineid'); |
|
| 47 | 47 | |
| 48 | 48 | // Initialize technical objects |
| 49 | 49 | $object = new Target($db); |
@@ -47,7 +47,7 @@ |
||
| 47 | 47 | $contextpage = GETPOST('contextpage', 'aZ') ? GETPOST('contextpage', 'aZ') : 'conferenceorboothattendeecard'; // To manage different context of search |
| 48 | 48 | $backtopage = GETPOST('backtopage', 'alpha'); |
| 49 | 49 | $backtopageforcancel = GETPOST('backtopageforcancel', 'alpha'); |
| 50 | -$lineid = GETPOSTINT('lineid'); |
|
| 50 | +$lineid = GETPOSTINT('lineid'); |
|
| 51 | 51 | $mode = GETPOST('mode', 'alpha'); |
| 52 | 52 | |
| 53 | 53 | $conf_or_booth_id = GETPOSTINT('conforboothid'); |
@@ -1,7 +1,7 @@ |
||
| 1 | 1 | <?php |
| 2 | 2 | |
| 3 | 3 | // File generated to link to the master file - DO NOT MODIFY - It is just an include |
| 4 | -if (! defined('USEDOLIBARRSERVER') && ! defined('USEDOLIBARREDITOR')) { |
|
| 5 | - if (! defined('USEEXTERNALSERVER')) define('USEEXTERNALSERVER', 1); |
|
| 4 | +if (!defined('USEDOLIBARRSERVER') && !defined('USEDOLIBARREDITOR')) { |
|
| 5 | + if (!defined('USEEXTERNALSERVER')) define('USEEXTERNALSERVER', 1); |
|
| 6 | 6 | require_once '/home/ldestailleur/git/dolibarr_dev/htdocs/master.inc.php'; |
| 7 | 7 | } |
@@ -1,7 +1,7 @@ |
||
| 1 | 1 | <?php |
| 2 | 2 | |
| 3 | 3 | // File generated to link to the master file - DO NOT MODIFY - It is just an include |
| 4 | -if (! defined('USEDOLIBARRSERVER') && ! defined('USEDOLIBARREDITOR')) { |
|
| 5 | - if (! defined('USEEXTERNALSERVER')) define('USEEXTERNALSERVER', 1); |
|
| 4 | +if (!defined('USEDOLIBARRSERVER') && !defined('USEDOLIBARREDITOR')) { |
|
| 5 | + if (!defined('USEEXTERNALSERVER')) define('USEEXTERNALSERVER', 1); |
|
| 6 | 6 | require_once '/var/www/html/dolibarr_dev/htdocs/master.inc.php'; |
| 7 | 7 | } |
@@ -1,7 +1,7 @@ |
||
| 1 | 1 | <?php |
| 2 | 2 | |
| 3 | 3 | // File generated to link to the master file - DO NOT MODIFY - It is just an include |
| 4 | -if (! defined('USEDOLIBARRSERVER') && ! defined('USEDOLIBARREDITOR')) { |
|
| 5 | - if (! defined('USEEXTERNALSERVER')) define('USEEXTERNALSERVER', 1); |
|
| 4 | +if (!defined('USEDOLIBARRSERVER') && !defined('USEDOLIBARREDITOR')) { |
|
| 5 | + if (!defined('USEEXTERNALSERVER')) define('USEEXTERNALSERVER', 1); |
|
| 6 | 6 | require_once '/home/ldestailleur/git/dolibarr_dev/htdocs/master.inc.php'; |
| 7 | 7 | } |
@@ -1,7 +1,7 @@ |
||
| 1 | 1 | <?php |
| 2 | 2 | |
| 3 | 3 | // File generated to link to the master file - DO NOT MODIFY - It is just an include |
| 4 | -if (! defined('USEDOLIBARRSERVER') && ! defined('USEDOLIBARREDITOR')) { |
|
| 5 | - if (! defined('USEEXTERNALSERVER')) define('USEEXTERNALSERVER', 1); |
|
| 4 | +if (!defined('USEDOLIBARRSERVER') && !defined('USEDOLIBARREDITOR')) { |
|
| 5 | + if (!defined('USEEXTERNALSERVER')) define('USEEXTERNALSERVER', 1); |
|
| 6 | 6 | require_once '/home/ldestailleur/git/dolibarr_dev/htdocs/master.inc.php'; |
| 7 | 7 | } |
@@ -18,7 +18,7 @@ |
||
| 18 | 18 | if (getDolGlobalString('THEME_DARKMODEENABLED')) { |
| 19 | 19 | print "/* For dark mode */\n"; |
| 20 | 20 | if (getDolGlobalInt('THEME_DARKMODEENABLED') != 2) { |
| 21 | - print "@media (prefers-color-scheme: dark) {"; // To test, click on the 3 dots menu, then Other options then Display then emulate prefer-color-schemes |
|
| 21 | + print "@media (prefers-color-scheme: dark) {"; // To test, click on the 3 dots menu, then Other options then Display then emulate prefer-color-schemes |
|
| 22 | 22 | } else { |
| 23 | 23 | print "@media not print {"; |
| 24 | 24 | } |
@@ -18,7 +18,7 @@ |
||
| 18 | 18 | if (getDolGlobalString('THEME_DARKMODEENABLED')) { |
| 19 | 19 | print "/* For dark mode */\n"; |
| 20 | 20 | if (getDolGlobalInt('THEME_DARKMODEENABLED') != 2) { |
| 21 | - print "@media (prefers-color-scheme: dark) {"; // To test, click on the 3 dots menu, then Other options then Display then emulate prefer-color-schemes |
|
| 21 | + print "@media (prefers-color-scheme: dark) {"; // To test, click on the 3 dots menu, then Other options then Display then emulate prefer-color-schemes |
|
| 22 | 22 | } else { |
| 23 | 23 | print "@media not print {"; |
| 24 | 24 | } |