Update index.php
This commit is contained in:
parent
bb0b9dc128
commit
351f80c540
@ -865,12 +865,12 @@ if (empty($conf->global->TAKEPOS_HIDE_HEAD_BAR)) {
|
|||||||
</div>
|
</div>
|
||||||
|
|
||||||
<!-- Modal multicurrency box -->
|
<!-- Modal multicurrency box -->
|
||||||
<?php if (!empty($conf->multicurrency->enabled)){ ?>
|
<?php if (!empty($conf->multicurrency->enabled)) { ?>
|
||||||
<div id="ModalCurrency" class="modal">
|
<div id="ModalCurrency" class="modal">
|
||||||
<div class="modal-content">
|
<div class="modal-content">
|
||||||
<div class="modal-header">
|
<div class="modal-header">
|
||||||
<span class="close" href="#" onclick="document.getElementById('ModalCurrency').style.display = 'none';">×</span>
|
<span class="close" href="#" onclick="document.getElementById('ModalCurrency').style.display = 'none';">×</span>
|
||||||
<h3><?php print $langs->trans("SetMultiCurrencyCode");?></h3>
|
<h3><?php print $langs->trans("SetMultiCurrencyCode"); ?></h3>
|
||||||
</div>
|
</div>
|
||||||
<div class="modal-body">
|
<div class="modal-body">
|
||||||
<?php
|
<?php
|
||||||
@ -882,12 +882,11 @@ if (empty($conf->global->TAKEPOS_HIDE_HEAD_BAR)) {
|
|||||||
while ($obj = $db->fetch_object($resql))
|
while ($obj = $db->fetch_object($resql))
|
||||||
print '<button type="button" class="block" onclick="location.href=\'index.php?setcurrency='.$obj->code.'\'">'.$obj->code.'</button>';
|
print '<button type="button" class="block" onclick="location.href=\'index.php?setcurrency='.$obj->code.'\'">'.$obj->code.'</button>';
|
||||||
}
|
}
|
||||||
|
|
||||||
?>
|
?>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<?php ? ?>
|
<?php } ?>
|
||||||
|
|
||||||
<div class="row1<?php if (empty($conf->global->TAKEPOS_HIDE_HEAD_BAR)) print 'withhead'; ?>">
|
<div class="row1<?php if (empty($conf->global->TAKEPOS_HIDE_HEAD_BAR)) print 'withhead'; ?>">
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user