jDownloads Support Forum

jDownloads for Joomla 4.x and 5.x => jDownloads 4.0 => Bugs! => Topic started by: michpaule on 13.04.2023 13:50:54

Title: Cancel button in edit.php with different style - [Fixed in 4.0.25]
Post by: michpaule on 13.04.2023 13:50:54
Checked version: 4.0.24

The button on top (line 141):
<button type="button" class="btn btn-success" onclick="Joomla.submitbutton('download.cancel')">

The button on bottom (line 677):
<button type="button" class="btn" onclick="Joomla.submitbutton('download.cancel')">

How about refactoring the button code into a local function which could be called from both locations?
Best regards

Michael
Title: Re: Cancel button in edit.php with different style
Post by: Arno on 14.04.2023 18:39:13
Fixed in 4.0.25.
It is not planned to change currently here something.