mirror of
https://github.com/frappe/erpnext.git
synced 2026-05-27 08:54:45 +00:00
[js-libs] upgraded to latest bootstrap and font-awesome
This commit is contained in:
@@ -11,9 +11,9 @@
|
||||
{% block content %}
|
||||
{% include 'app/website/templates/html/product_search_box.html' %}
|
||||
{% include 'app/website/templates/html/product_breadcrumbs.html' %}
|
||||
<div class="col-span-12 product-page-content" itemscope itemtype="http://schema.org/Product">
|
||||
<div class="col col-lg-12 product-page-content" itemscope itemtype="http://schema.org/Product">
|
||||
<div class="row">
|
||||
<div class="col-span-6">
|
||||
<div class="col col-lg-6">
|
||||
{% if slideshow %}
|
||||
{% include "app/website/templates/html/slideshow.html" %}
|
||||
{% else %}
|
||||
@@ -27,7 +27,7 @@
|
||||
{% endif %}
|
||||
{% endif %}
|
||||
</div>
|
||||
<div class="col-span-6">
|
||||
<div class="col col-lg-6">
|
||||
<h3 itemprop="name" style="margin-top: 0px;">{{ item_name }}</h3>
|
||||
<p class="help">Item Code: {{ name }}</p>
|
||||
<h4>Product Description</h4>
|
||||
|
||||
Reference in New Issue
Block a user