putting to shop to class
This commit is contained in:
parent
6ac1056b53
commit
4e91d62fea
@ -249,7 +249,7 @@ switch ($shopCategoryTypeNumber) {
|
||||
foreach ($iteminfo as $ii) {
|
||||
echo "<tr><td style='width: 150px; text-align: center;'>";
|
||||
$ii->printImage(); ?>
|
||||
<br><button onclick="sale(1, '<?= $row['name'] ?>', '<?= $row['id'] ?>', '<?= $row['cost'] ?>')">Cдать в магазин</button>";
|
||||
<br><button onclick="sale(1, '<?= $iteminfo->name ?>', '<?= $iteminfo->name ?>', '<?= $iteminfo->cost ?>')">Cдать в магазин</button>
|
||||
<?php
|
||||
echo "</td>";
|
||||
echo "<td style='vertical-align: top;'>";
|
||||
|
Loading…
Reference in New Issue
Block a user