perbaikan

parent a308fced
......@@ -40,7 +40,7 @@
<?php
}
?>
</select><br>
</select>
<b><br>Kategori Buku :</b>
<select class="form-control" name="kategori" required="Pilih Kategori" value="<?php echo $data['kategori'] ?>">
<?php
......@@ -51,7 +51,7 @@
<?php
}
?>
</select><br>
</select>
<b><br>Tahun Terbit :</b>
<input type="text" name="tahun" placeholder="Tahun Terbit" value="<?php echo $data['tahun'] ?>" >
<b><br>Harga per Eksemplar :</b>
......@@ -64,8 +64,7 @@
<option value="2"><i class="fa fa-arrow-right" aria-hidden="true"></i>Penjualan Terbaik</option>
<option value="3"><i class="fa fa-arrow-right" aria-hidden="true"></i>Potongan Harga</option>
<option value="4"><i class="fa fa-arrow-right" aria-hidden="true"></i>Rilis Terbaru</option>
</select><br>
</select>
<b><br>File Gambar : <br></b>
<div class="col-md-5 agileinfo_single">
<img src="<?php echo $data['gambar']; ?>" class="img-responsive" required/>
......
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