Commit 2d4dccdf by Desi Enjelina Lubis

mengedit button pemesanan

parent 9b8dfb45
......@@ -78,7 +78,7 @@
</div>
<div class="snipcart-details top_brand_home_details">
<a href="function.php?act=add&amp;barang_id=<?php echo $data['isbn']; ?>&amp;ref=checkout.php?kd=<?php echo $data['isbn'];?>" >
<input type="submit" name="simpan" value="Tambah" class="button" /></a>
<input type="submit" name="simpan" value="Pesan" class="button" /></a>
</div>
</div>
</figure>
......@@ -109,4 +109,4 @@
<?php
include 'footer.php';
?>
?>
\ No newline at end of file
......@@ -88,7 +88,7 @@
</div>
<div class="snipcart-details top_brand_home_details">
<a href="function.php?act=add&amp;barang_id=<?php echo $data['isbn']; ?>&amp;ref=checkout.php?kd=<?php echo $data['isbn'];?>">
<input type="submit" name="simpan" value="Tambah" class="button" /></a>
<input type="submit" name="simpan" value="Pesan" class="button" /></a>
</div>
</div>
</figure>
......
......@@ -88,7 +88,7 @@
</div>
<div class="snipcart-details top_brand_home_details">
<a href="function.php?act=add&amp;barang_id=<?php echo $data['isbn']; ?>&amp;ref=checkout.php?kd=<?php echo $data['isbn'];?>" >
<input type="submit" name="simpan" value="Tambah" class="button" /></a>
<input type="submit" name="simpan" value="Pesan" class="button" /></a>
</div>
</div>
</figure>
......@@ -132,7 +132,7 @@
</div>
<div class="snipcart-details top_brand_home_details">
<a href="function.php?act=add&amp;barang_id=<?php echo $data['isbn']; ?>&amp;ref=checkout.php?kd=<?php echo $data['isbn'];?>" >
<input type="submit" name="simpan" value="Tambah" class="button" /></a>
<input type="submit" name="simpan" value="Pesan" class="button" /></a>
</div>
</div>
</figure>
......@@ -184,7 +184,7 @@
</div>
<div class="snipcart-details top_brand_home_details">
<a href="function.php?act=add&amp;barang_id=<?php echo $data['isbn']; ?>&amp;ref=checkout.php?kd=<?php echo $data['isbn'];?>" />
<input type="submit" name="simpan" value="Tambah" class="button" ></a>
<input type="submit" name="simpan" value="Pesan" class="button" ></a>
</div>
</div>
</figure>
......
......@@ -57,6 +57,7 @@
<tr>
<th>ID</th>
<th>Pengirim</th>
<th>Email</th>
<th>Saran</th>
<th>Tanggal</th>
<th>Opsi</th>
......@@ -68,6 +69,7 @@
<tr class="rem1">
<td class="invert"><?php echo $data['id_komentar']; ?></td>
<td class="invert"><?php echo $data['nama_pengirim']; ?></td>
<td class="invert"><?php echo $data['email']; ?></td>
<td class="invert"><?php echo $data['komentar']; ?></td>
<td class="invert"><?php echo $data['tanggal']; ?></td>
<td class="invert">
......
......@@ -89,7 +89,7 @@
</div>
<div class="snipcart-details top_brand_home_details">
<a href="function.php?act=add&amp;barang_id=<?php echo $data['isbn']; ?>&amp;ref=checkout.php?kd=<?php echo $data['isbn'];?>">
<input type="submit" name="simpan" value="Tambah" class="button" /></a>
<input type="submit" name="simpan" value="Pesan" class="button" /></a>
</div>
</div>
</figure>
......
......@@ -65,7 +65,7 @@
echo '';
}
else {
echo '<input type="submit" name="simpan" value="Tambah" class="button" />';
echo '<input type="submit" name="simpan" value="Pesan" class="button" />';
}
?>
</a>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment