This commit is contained in:
Igor Barkov [iwork] 2019-02-15 16:49:44 +02:00
parent eb6a28cedf
commit f61dd3f527

View File

@ -45,6 +45,7 @@ echo "<table width='100%'>";
foreach ($iteminfo as $ii) {
echo "<tr><td bgcolor='#d3d3d3'>";
$ii->printImage();
$ii->name;
$ii->printControls();
echo "</td>";
echo "<td bgcolor='#d3d3d3'>";