add Vendor views, update Product views for new pricing changes

This commit is contained in:
Lance Edgar 2012-08-02 10:44:25 -07:00
parent 910e6ed970
commit 165538c8f1
7 changed files with 146 additions and 55 deletions

View file

@ -23,8 +23,8 @@
}
div.grid.Product table tbody td.size,
div.grid.Product table tbody td.regular_price,
div.grid.Product table tbody td.sale_price {
div.grid.Product table tbody td.regular_price_uuid,
div.grid.Product table tbody td.current_price_uuid {
padding-right: 6px;
text-align: right;
}

View file

@ -0,0 +1,2 @@
<%inherit file="/base.mako" />
${parent.body()}

View file

@ -0,0 +1,6 @@
<%inherit file="/vendors/base.mako" />
<%inherit file="/index.mako" />
<%def name="title()">Vendors</%def>
${parent.body()}