brotherton-erpnext/erpnext/website/page/products/products.html

14 lines
496 B
HTML
Raw Normal View History

2012-04-30 08:52:02 +00:00
<div class="layout-wrapper layout-wrapper-background" id="content-products">
<div class="layout-main-section">
<h1 class="products-category"></h1>
2012-02-16 07:31:28 +00:00
<div class="products-search" style="margin-bottom: 15px;">
2012-02-07 06:13:41 +00:00
<input name="products-search" /><button class="btn" style="margin-left: 7px">Search</button>
2012-01-30 08:30:46 +00:00
</div>
2012-04-30 08:52:02 +00:00
<div class="products-list"></div>
2012-01-30 08:30:46 +00:00
</div>
2012-04-30 08:52:02 +00:00
<div class="layout-side-section">
2012-01-30 08:30:46 +00:00
<h3>Categories</h3>
2012-02-07 09:01:49 +00:00
<div class="more-categories"></div>
2012-01-30 08:30:46 +00:00
</div>
<div style="clear:both;">
2012-01-30 08:30:46 +00:00
</div>