Files
2025-03-12 17:06:23 +01:00

6 lines
333 B
PHP

<?php use_helper('stProgressBar'); ?>
<?php if($countUncryptOrderBillingUsers != 0): ?>
<?php echo __('Trwa kodowanie danych billingowych klientów:', null, 'stSecurityBackend') ?>
<?php echo progress_bar('st_user_order_billing_encrypt','Crypt','executeCryptAllOrderUsersBilling',$countUncryptOrderBillingUsers); ?>
<?php endif; ?>