But in
Code: Select all
com_users/tmpl/login/default_login.php
Code: Select all
<?php echo $this->form->renderFieldset('credentials', ['class' => 'com-users-login__input']); ?>
where i can override form fields and grid ? thanks
Moderator: ooffick
Post by roman5555 » Thu Jun 30, 2022 3:46 pm
Code: Select all
com_users/tmpl/login/default_login.php
Code: Select all
<?php echo $this->form->renderFieldset('credentials', ['class' => 'com-users-login__input']); ?>
Post by MarkRS » Fri Jul 01, 2022 3:59 pm
Post by MarkRS » Sat Jul 02, 2022 10:13 am
Post by Per Yngve Berg » Sat Jul 02, 2022 11:18 am
Code: Select all
div.controls, control-label label {
display: inline-block;
}
Return to “Joomla! 4.x Coding”
© 2005 - 2022 Open Source Matters, Inc. All Rights Reserved.