User tests: Successful: Unsuccessful:
Pull Request for Issue #15573 .
Buttons are messed up if today button is not enabled
Insert the following code to /administrator/templates/isis/index.php after line 288:
<?php echo JHtml::_('calendar', '', 'Some name', 'someid', '%Y-%m-%d', array('todayBtn' => false)); ?>
And then visit any page in the admin area (and check the calendar at the top)
Apply patch and refresh that page
Calendar should render correctly but its not:
Status | New | ⇒ | Pending |
Category | ⇒ | JavaScript |
@OctavianC i altered your Test as successfully on issue Tracker.
I have tested this item
Status | Pending | ⇒ | Ready to Commit |
RTC after two successful tests.
Status | Ready to Commit | ⇒ | Fixed in Code Base |
Closed_Date | 0000-00-00 00:00:00 | ⇒ | 2017-04-27 17:54:40 |
Closed_By | ⇒ | wilsonge | |
Labels |
Added:
?
|
Thanks :)
Tested & working.