Skip to content

Commit

Permalink
fix for bootstrap 4
Browse files Browse the repository at this point in the history
  • Loading branch information
Nicola1971 committed Sep 16, 2022
1 parent 6d88ead commit 9717ced
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion install/assets/plugins/DashboardListDoc.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -612,7 +612,7 @@
//image tv
if ($ImageTv != '') {
if ($ShowImageIn == 'overview') {
$rowTpl .= '<div class="pull-left" style="margin-right:5px"><img class="img-responsive img-thumbnail" src="../[[phpthumb? &input=`[+'.$ImageTv.'+]` &options=`w=90,h=90,q=60,zc=C`]]" alt="[+title+]"> </div> ';
$rowTpl .= '<div class="float-left" style="margin-right:5px"><img class="img-responsive img-thumbnail" src="../[[phpthumb? &input=`[+'.$ImageTv.'+]` &options=`w=90,h=90,q=60,zc=C`]]" alt="[+title+]"> </div> ';
}
}
$rowTpl .= '
Expand Down

0 comments on commit 9717ced

Please sign in to comment.