User tests: Successful: Unsuccessful:
To test:
Install more than 5 languages via Extension Manager Install.
Go to Modules Manager and set the limit box to 5.
Go to Languages Manager: Installed languages
The # of languages displayed in the list is 5. No way to change it in the manager.
Patch and retest.
Status | New | ⇒ | Pending |
Labels |
Added:
?
|
Hmm
Category | ⇒ | Administration UI/UX |
Easy | No | ⇒ | Yes |
Thanks Tested successful
Tested successfully
Status | Pending | ⇒ | Ready to Commit |
Setting RTC
Labels |
Added:
?
|
Milestone |
Added: |
Milestone |
Added: |
Looks good for me but could you please correct the indents (line 23 - 30), then I will merge it. Thanks!
Which indents?
We have now
<form action="<?php echo JRoute::_('index.php?option=com_languages&view=installed&client=' . $clientId); ?>" method="post" id="adminForm" name="adminForm">
<?php if (!empty( $this->sidebar)) : ?>
<div id="j-sidebar-container" class="span2">
<?php echo $this->sidebar; ?>
</div>
<div id="j-main-container" class="span10">
<?php else : ?>
<div id="j-main-container">
<?php endif;?>
If I move all these one indent to the right, then <div id="j-main-container">
will not be aligned anymore with its closing </div>
@infograf768 You are right, thank you. Merged.
Status | Ready to Commit | ⇒ | Closed |
Closed_Date | 0000-00-00 00:00:00 | ⇒ | 2015-07-09 07:55:51 |
Closed_By | ⇒ | Kubik-Rubik |
Labels |
Removed:
?
|
Screenshot after patch