hotel_commerce/cache/smarty/compile/3a/6b/be/3a6bbe198b272d9adf99740acf431c5644fc90a6_0.file.content.tpl.php
2023-06-26 13:09:26 +05:30

40 lines
1.4 KiB
PHP

<?php
/* Smarty version 3.1.39, created on 2023-06-22 13:37:38
from 'C:\xampp\htdocs\hotelcommerce\admin\themes\default\template\controllers\localization\content.tpl' */
/* @var Smarty_Internal_Template $_smarty_tpl */
if ($_smarty_tpl->_decodeProperties($_smarty_tpl, array (
'version' => '3.1.39',
'unifunc' => 'content_649432824e9256_69120041',
'has_nocache_code' => false,
'file_dependency' =>
array (
'3a6bbe198b272d9adf99740acf431c5644fc90a6' =>
array (
0 => 'C:\\xampp\\htdocs\\hotelcommerce\\admin\\themes\\default\\template\\controllers\\localization\\content.tpl',
1 => 1687433793,
2 => 'file',
),
),
'includes' =>
array (
),
),false)) {
function content_649432824e9256_69120041 (Smarty_Internal_Template $_smarty_tpl) {
if ((isset($_smarty_tpl->tpl_vars['localization_form']->value))) {
echo $_smarty_tpl->tpl_vars['localization_form']->value;
}
if ((isset($_smarty_tpl->tpl_vars['localization_options']->value))) {
echo $_smarty_tpl->tpl_vars['localization_options']->value;
}
echo '<script'; ?>
type="text/javascript">
$(document).ready(function() {
$('#PS_CURRENCY_DEFAULT').change(function(e) {
alert('Before changing default currency, we strongly recommend that you enable maintenance mode from Preferences > Maintenance page because any change in default currency requires manual adjustment of price of each room type.');
});
});
<?php echo '</script'; ?>
><?php }
}