-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathweb-screens.xml
18 lines (18 loc) · 1005 Bytes
/
web-screens.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<screen-config xmlns="http://schemas.haulmont.com/cuba/screens.xsd">
<include file="/screens.xml"/>
<screen id="sec$User.edit"
template="com/company/extuser/web/useredit/ext-user-edit.xml"/>
<screen id="extuser$Department.browse"
template="com/company/extuser/web/department/department-browse.xml"/>
<screen id="extuser$Department.edit"
template="com/company/extuser/web/department/department-edit.xml"/>
<screen id="extuser$Request.browse"
template="com/company/extuser/web/request/request-browse.xml"/>
<screen id="extuser$Request.edit"
template="com/company/extuser/web/request/request-edit.xml"/>
<screen id="extuser$RequestTag.browse"
template="com/company/extuser/web/requesttag/request-tag-browse.xml"/>
<screen id="extuser$RequestTag.edit"
template="com/company/extuser/web/requesttag/request-tag-edit.xml"/>
</screen-config>