Skip to content

Commit

Permalink
Add CSS class to download append
Browse files Browse the repository at this point in the history
thx lcollong
  • Loading branch information
trob committed Jul 8, 2020
1 parent 4c742d9 commit c3def7b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugins/fabrik_element/fileupload/fileupload.php
Expand Up @@ -1002,7 +1002,7 @@ protected function _renderListData($data, &$thisRow, $i = 0)

if ($params->get('fu_download_append', '0') === '1')
{
return $render->output . '<div>' . $downloadHTML . '</div>';;
return $render->output . '<div class="fabrik-fu-download-append">' . $downloadHTML . '</div>';;
}
else
{
Expand Down

0 comments on commit c3def7b

Please sign in to comment.