This commit is contained in:
Igor Barkov [iwork]
2019-02-15 17:25:53 +02:00
parent 313870a1fc
commit f2d18665a5
2 changed files with 5 additions and 18 deletions
+1 -1
View File
@@ -37,7 +37,7 @@ class ShopItem extends Item
if ($shopType === 'marketput') {
echo <<<BTN
<form method="post">
<input placeholder="Цена" name="cost">
<input placeholder="{$this->cost}" name="cost">
<input type="hidden" name="putId" value="{$this->id}">
<br><input type="submit" name="putToMarket" value="Cдать в магазин">
</form>