parent:: test
This commit is contained in:
parent
1f82e5b40e
commit
72390b18fb
@ -16,9 +16,9 @@ class ShopItem extends Item
|
||||
public function printControls()
|
||||
{
|
||||
echo <<<BTN
|
||||
<br><input type="button" style="background: darkgrey; border: 1px solid grey; border-radius: 2px;" value="Купить"
|
||||
<p><input type="button" style="background: darkgrey; border: 1px solid grey; border-radius: 2px;" value="Купить"
|
||||
onclick="location='/admin.php'">
|
||||
<br><input type="button" style="background: orangered; border: 1px solid crimson; color: white; border-radius: 2px;" value="Уничтожить предмет"
|
||||
<input type="button" style="background: orangered; border: 1px solid crimson; color: white; border-radius: 2px;" value="Выбросить"
|
||||
onclick="location='/forum.php'">
|
||||
BTN;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user