Add basic views for CORE user groups
This commit is contained in:
parent
396b123e1a
commit
ad8bddc413
4 changed files with 174 additions and 2 deletions
13
tailbone_corepos/templates/core-pos/user-groups/view.mako
Normal file
13
tailbone_corepos/templates/core-pos/user-groups/view.mako
Normal file
|
@ -0,0 +1,13 @@
|
|||
## -*- coding: utf-8; -*-
|
||||
<%inherit file="/master/view.mako" />
|
||||
|
||||
<%def name="modify_this_page_vars()">
|
||||
${parent.modify_this_page_vars()}
|
||||
<script type="text/javascript">
|
||||
|
||||
${form.component_studly}Data.usersData = ${json.dumps(users_data)|n}
|
||||
|
||||
</script>
|
||||
</%def>
|
||||
|
||||
${parent.body()}
|
Loading…
Add table
Add a link
Reference in a new issue