We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Авторизация по коду. появилась в версии RM 2.1.0 (примерно).
tpl_radicalmart_uikit/html/layouts/components/radicalmart/field/login/code.php tpl_radicalmart_uikit/html/layouts/components/radicalmart/login/button.php tpl_radicalmart_uikit/html/layouts/components/radicalmart/login/form.php
RadicalMart/RadicalMart-UIkit@6639dd0
<?php use Joomla\CMS\Factory; use Joomla\CMS\Language\Text; $app = Factory::getApplication(); $app->getLanguage()->load('com_radicalmart', JPATH_ROOT); $app->getDocument()->getWebAssetManager() ->useScript('field.passwordview'); ?> <div class="uk-padding"> <h1 class="uk-h2"> <?php echo Text::_('COM_RADICALMART_LOGIN'); ?> </h1> <?php echo Joomla\CMS\Layout\LayoutHelper::render('components.radicalmart.login.button'); ?> </div> <script> document.addEventListener('onRadicalMartDisplayAfterSetConfig', function () { window.RadicalMartLogin().displayForm(); }); </script>
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Авторизация по коду. появилась в версии RM 2.1.0 (примерно).
tpl_radicalmart_uikit/html/layouts/components/radicalmart/field/login/code.php
tpl_radicalmart_uikit/html/layouts/components/radicalmart/login/button.php
tpl_radicalmart_uikit/html/layouts/components/radicalmart/login/form.php
RadicalMart/RadicalMart-UIkit@6639dd0
The text was updated successfully, but these errors were encountered: