diff --git a/views/eurecap/tmpl/default.php b/views/eurecap/tmpl/default.php index 1ea895cb0675210c6811369ca154dedebd295eb9..f5afc6d0a50bc774130eb873f2d49ba9f708e77b 100644 --- a/views/eurecap/tmpl/default.php +++ b/views/eurecap/tmpl/default.php @@ -47,7 +47,7 @@ $myCurrencyDisplay = CurrencyDisplay::getInstance(); $vendorId = vRequest::getInt('virtuemart_vendor_id',1); echo ShopFunctions::renderVendorList($vendorId,false); } ?><br> - <label><input type="checkbox" <?php if ($this->include_taxed_orders) { ?>checked <?php } ?> name="include_taxed_orders" value="true" style="vertical-align: top; position: relative; bottom: 1px;"> <?php echo vmText::_('VMEXT_EU_RECAP_INCLUDE_TAXED'); ?></label> + <label><input type="checkbox" <?php if ($this->include_taxed_orders) { ?>checked <?php } ?> name="include_taxed_orders" value="true" style="vertical-align: top; position: relative; bottom: 1px;" onchange="this.form.submit();"> <?php echo vmText::_('VMEXT_EU_RECAP_INCLUDE_TAXED'); ?></label> </div> <span><button class="btn btn-small" name="Go" onclick="this.form.task.value=''; this.form.submit();"><?php echo vmText::_('COM_VIRTUEMART_GO'); ?></button></span> </td>