нехватающие значения

This commit is contained in:
lopar
2019-01-11 23:48:21 +02:00
parent 72390b18fb
commit 6181e30766
2 changed files with 12 additions and 3 deletions
+1 -3
View File
@@ -17,9 +17,7 @@ class ShopItem extends Item
{
echo <<<BTN
<p><input type="button" style="background: darkgrey; border: 1px solid grey; border-radius: 2px;" value="Купить"
onclick="location='/admin.php'">
<input type="button" style="background: orangered; border: 1px solid crimson; color: white; border-radius: 2px;" value="Выбросить"
onclick="location='/forum.php'">
onclick="location='/admin.php'">
BTN;
}
}