b374k
m1n1 1.01
Apache/2.4.41 (Ubuntu)
Linux vmi616275.contaboserver.net 5.4.0-84-generic #94-Ubuntu SMP Thu Aug 26 20:27:37 UTC 2021 x86_64
uid=33(www-data) gid=33(www-data) groups=33(www-data)
server ip : 62.171.164.128 | your ip : 127.0.0.1
safemode OFF
 >  / home / dev2.destoffenstraat.com / app / code / Geissweb / Euvat / view / frontend / web / template /
Filename/home/dev2.destoffenstraat.com/app/code/Geissweb/Euvat/view/frontend/web/template/vatfield.html
Size2.95 kb
Permissionrwxrwxrwx
Ownerroot : root
Create time17-Aug-2025 10:26
Last modified09-Jul-2024 08:43
Last accessed21-Aug-2025 02:07
Actionsedit | rename | delete | download (gzip)
Viewtext | code | image
<!--
/**
* ||GEISSWEB| EU VAT Enhanced
*
* NOTICE OF LICENSE
*
* This source file is subject to the GEISSWEB End User License Agreement
* that is available through the world-wide-web at this URL: https://www.geissweb.de/legal-information/eula
*
* DISCLAIMER
*
* Do not edit this file if you wish to update the extension in the future. If you wish to customize the extension
* for your needs please refer to our support for more information.
*
* @copyright Copyright (c) 2015 GEISS Weblösungen (https://www.geissweb.de)
* @license https://www.geissweb.de/legal-information/eula GEISSWEB End User License Agreement
*/
-->
<div class="field gw-euvat-field"
data-bind="visible: visible, attr: {'name': element.dataScope}, css: additionalClasses">

<label class="label" data-bind="attr:{ for:element.uid }">
<!-- ko if: element.label -->
<span data-bind="i18n: element.label"></span>
<!-- /ko -->
</label>

<div class="control" data-bind="css: {'_with-tooltip': element.tooltip}">
<!-- ko ifnot: element.hasAddons() -->
<!-- ko template: element.elementTmpl --><!-- /ko -->
<!-- /ko -->

<!-- ko if: element.hasAddons() -->
<div class="control-addon">
<!-- ko template: element.elementTmpl --><!-- /ko -->

<!-- ko if: element.addbefore -->
<label class="addon-prefix" data-bind="attr: { for: element.uid }"><span data-bind="text: element.addbefore"></span></label>
<!-- /ko -->

<!-- ko if: element.addafter -->
<label class="addon-suffix" data-bind="attr: { for: element.uid }"><span data-bind="text: element.addafter"></span></label>
<!-- /ko -->
</div>
<!-- /ko -->

<!-- ko if: element.tooltip && element.tooltip.description -->
<!-- ko template: element.tooltipTpl --><!-- /ko -->
<!-- /ko -->

<!-- ko if: element.error() -->
<div class="mage-error" data-bind="attr:{for: element.uid}, text: element.error" generated="true"></div>
<!-- /ko -->

<!-- ko if: element.notice -->
<div class="field-note" data-bind="attr:{id: element.noticeId}"><span data-bind="text: element.notice"></span></div>
<!-- /ko -->

<!-- ko if: element.warn() -->
<div class="message warning" generated="true"><span data-bind="text: element.warn"></span>
<!-- ko if: (element.retry) -->
<a class="vatid-retry" href="#" data-bind="click: retryValidation, text:element.retryText"></a>
<!-- /ko -->
</div>
<!-- /ko -->

<!-- ko if: (element.success() && element.successForId() == element.successId) -->
<div class="message-success success message" data-bind="attr:{id: element.successId}" generated="true">
<span data-bind="text: element.success"></span>
</div>
<!-- /ko -->
</div>
</div>