jDownloads Support Forum

Older Versions => jDownloads 3.2 (Support ended) => Bugs => Topic started by: ColinM on 31.05.2015 10:08:13

Title: admin download form - a very, very minor bug - [Fixed in 3.2.33!!!]
Post by: ColinM on 31.05.2015 10:08:13
Arno
Whilst checking something else I noticed that if the Description has edit buttons then the words 'Long Description' are on the same line as the Buttons of the Description field.  See pic dlAdmin01.png
Same applies to ChangeLog.  I fixed by adding an extra <div class="clr"></div> at lines 159 and 175 in admin/views/download/tmpl/edit.php
For example

156                 echo $this->form->getInput('description');
157                 ?>      
158            </div>
159            <div class="clr"></div>
160            <div>
161                <b><?php echo $this->form->getLabel('description_long'); ?></b>


Colin



[gelöscht durch Administrator]
Title: Re: admin download form - a very, very minor bug - [Fixed in 3.2.33!!!]
Post by: Arno on 31.05.2015 10:28:41
Hi Colin,
is fixed in 3.2.33. Thanks.  ;)