Various tweaks to base batch views.
These were made to support a non-file batch; apparently that use case hadn't seen much attention yet.
This commit is contained in:
parent
e688471732
commit
6feb488884
2 changed files with 50 additions and 17 deletions
|
@ -1,7 +1,7 @@
|
|||
## -*- coding: utf-8 -*-
|
||||
<%inherit file="/crud.mako" />
|
||||
|
||||
<%def name="title()">Upload ${batch_display}</%def>
|
||||
<%def name="title()">New ${batch_display}</%def>
|
||||
|
||||
<%def name="context_menu_items()">
|
||||
% if request.has_perm('{0}.view'.format(permission_prefix)):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue