Overhaul vendor catalog batch views, to use BatchMasterView.

This commit is contained in:
Lance Edgar 2016-02-14 17:07:48 -06:00
parent 62221a1a25
commit c83a3e6eb0
8 changed files with 62 additions and 125 deletions

View file

@ -1,5 +1,5 @@
## -*- coding: utf-8 -*-
<%inherit file="/batch/create.mako" />
<%inherit file="/newbatch/create.mako" />
<%def name="head_tags()">
${parent.head_tags()}

View file

@ -1,3 +0,0 @@
## -*- coding: utf-8 -*-
<%inherit file="/batch/edit.mako" />
${parent.body()}

View file

@ -1,3 +0,0 @@
## -*- coding: utf-8 -*-
<%inherit file="/batch/index.mako" />
${parent.body()}

View file

@ -1,3 +0,0 @@
## -*- coding: utf-8 -*-
<%inherit file="/batch/row.view.mako" />
${parent.body()}

View file

@ -1,6 +0,0 @@
## -*- coding: utf-8 -*-
<%inherit file="/batch/view.mako" />
<%def name="title()">Vendor Catalog: ${batch.vendor}</%def>
${parent.body()}