dbms_primeidc_init...1
This commit is contained in:
parent
acb7afb8dc
commit
809936a483
@ -42,20 +42,14 @@
|
||||
<tr>
|
||||
<th>테스트</th>
|
||||
<th>대체</th>
|
||||
<th><a href="/IdcCouponUseMK.cup?client_code=<?= $this->client_code ?>" style=" cursor: pointer;">쿠폰</a></th>
|
||||
<th>쿠폰</th>
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody>
|
||||
<tr>
|
||||
<td><?= $this->dashboard['test'] ?></td>
|
||||
<td class=" "><?= $this->dashboard['substitution'] ?></td>
|
||||
<td>
|
||||
<?php if (!$this->dashboard['coupon']) { ?>
|
||||
<?= $this->dashboard['coupon'] ?>
|
||||
<?php } else { ?>
|
||||
<a href="/IdcCouponUseMK.cup?client_code=<?= $this->client_code ?>" style=" cursor: pointer;"><?= $this->dashboard['coupon'] ?></a>
|
||||
<?php } ?>
|
||||
</td>
|
||||
<td><a href="/IdcCouponUseMK.cup?client_code=<?= $this->client_code ?>" style=" cursor: pointer;"><?= $this->dashboard['coupon'] ?></a></td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user