This commit is contained in:
Igor Barkov [iwork] 2019-02-15 21:07:02 +02:00
parent da66143102
commit db40f3b723

View File

@ -164,7 +164,7 @@ while ($row = $data->fetch_assoc()) {
<TR> <TR>
<TD valign=top align=left> <TD valign=top align=left>
<!--Комиссионный Магазин--> <!--Комиссионный Магазин-->
<TABLE class="zebra" width=100% > <TABLE class="zebra" width=100%>
<TR> <TR>
<TH> <TH>
<?php <?php
@ -183,7 +183,7 @@ MARKET;
</TR> </TR>
<TR> <TR>
<TD><!--Рюкзак--> <TD><!--Рюкзак-->
<TABLE WIDTH=100% style="border: 1px solid #000; border-collapse: collapse;"> <TABLE WIDTH=100%>
<?php <?php
foreach ($iteminfo as $ii) { foreach ($iteminfo as $ii) {
echo "<tr><td style='width: 150px; text-align: center;'>"; echo "<tr><td style='width: 150px; text-align: center;'>";