Labels |
Added:
?
|
Fix:
Change $this->formclass = 'form-no-margin options-grid-form options-grid-form-half';
to $this->formclass = 'form-no-margin options-grid-form options-grid-form-full';
in
/administrator/components/com_config/tmpl/application/default_permissions.php
line 18
Same for default_filters.php line 17
$this->formclass = 'options-grid-form options-grid-form-full';
instead of half
Evidently this fix will not work when reducing screen, specially the Permissions one.
even when you use a more large one (permission apart which it seems to be solved on a large screen) lol
Labels |
Added:
?
|
Status | New | ⇒ | Discussion |
I could make a PR with the code above but as it fails for smaller screen sizes, I am reluctant to do so. It seems that this needs much more attention (as the template in general) when we reduce the real estate...
Issue confirmed.
@infograf768 Your fix only addresses the global configuration permissions tab. It doesnt do anything on component configurations. for that you would need to edit administrator\components\com_config\tmpl\component\default.php
Status | Discussion | ⇒ | Closed |
Closed_Date | 0000-00-00 00:00:00 | ⇒ | 2019-08-19 09:30:51 |
Closed_By | ⇒ | infograf768 |
same on permission
