mirror of
https://github.com/frappe/erpnext.git
synced 2026-05-21 05:59:18 +00:00
[fixes] buying/selling price lists, communication and website settings
This commit is contained in:
14
website/templates/html/product_in_grid.html
Normal file
14
website/templates/html/product_in_grid.html
Normal file
@@ -0,0 +1,14 @@
|
||||
<div class="col col-lg-3">
|
||||
<div style="height: 120px; overflow: hidden;">
|
||||
<a href="{{ page_name }}">
|
||||
{%- if website_image -%}
|
||||
<img class="product-image" style="width: 80%; margin: auto;" src="{{ website_image }}">
|
||||
{%- else -%}
|
||||
{% include 'app/website/templates/html/product_missing_image.html' %}
|
||||
{%- endif -%}
|
||||
</a>
|
||||
</div>
|
||||
<div style="height: 100px; overflow: hidden; font-size: 80%;">
|
||||
<h4 style="margin-bottom: 2px;"><a href="{{ page_name }}">{{ item_name }}</a></h4>
|
||||
</div>
|
||||
</div>
|
||||
@@ -1 +1 @@
|
||||
<div class='missing-image'><i class='icon-camera'></i></div>
|
||||
<div class="missing-image"><i class="icon-camera"></i></div>
|
||||
Reference in New Issue
Block a user