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]
Hi Colin,
is fixed in 3.2.33. Thanks. ;)