mirror of
https://github.com/Dolibarr/dolibarr.git
synced 2025-02-20 13:46:52 +01:00
Merge pull request #24831 from altairisfr/noclose
NEW : TakePOS - add constant to force terminal selection
This commit is contained in:
commit
132d1dfd7e
|
|
@ -1089,7 +1089,11 @@ if (empty($conf->global->TAKEPOS_HIDE_HEAD_BAR)) {
|
|||
<div id="ModalTerminal" class="modal">
|
||||
<div class="modal-content">
|
||||
<div class="modal-header">
|
||||
<span class="close" href="#" onclick="document.getElementById('ModalTerminal').style.display = 'none';">×</span>
|
||||
<?php
|
||||
if (empty($conf->global->TAKEPOS_FORCE_TERMINAL_SELECT)) {
|
||||
?>
|
||||
<span class="close" href="#" onclick="document.getElementById('ModalTerminal').style.display = 'none';">×</span>
|
||||
<?php } ?>
|
||||
<h3><?php print $langs->trans("TerminalSelect"); ?></h3>
|
||||
</div>
|
||||
<div class="modal-body">
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user