diff options
author | Aaron Parecki <aaron@parecki.com> | 2016-12-15 15:23:48 -0800 |
---|---|---|
committer | Aaron Parecki <aaron@parecki.com> | 2016-12-15 15:23:48 -0800 |
commit | 6d1756a5120c2a7498ce99212c4df82cb97a23e3 (patch) | |
tree | d9addd429b3254c3045cc8a6ccbaa01e92c6bf35 /views/review.php | |
parent | 64452d3d6c58cf12abbef83d0e09ca8404fcfcbd (diff) |
send h-product
Diffstat (limited to 'views/review.php')
-rw-r--r-- | views/review.php | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/views/review.php b/views/review.php index 4379747..dacc797 100644 --- a/views/review.php +++ b/views/review.php @@ -8,7 +8,7 @@ <form role="form" style="margin-top: 20px;" id="note_form"> - <h2>Item</h2> + <h2>Product</h2> <div class="row"> <div class="col-xs-6"> @@ -63,6 +63,9 @@ </div> <style type="text/css"> +.alert { + margin-top: 1em; +} .rating-stars { display: flex; flex-direction: row; @@ -208,7 +211,7 @@ $(function(){ var review = { item: [{ - type: "h-item", + type: "h-product", properties: { name: [$("#item_name").val()], url: [$("#item_url").val()] |