tests
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user