Refactor (coalesce) all batch-related templates

This commit is contained in:
Lance Edgar 2017-07-14 22:08:48 -05:00
parent 951057d8c2
commit 965dac9f43
22 changed files with 164 additions and 322 deletions

View file

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

View file

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

View file

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