File tree Expand file tree Collapse file tree 1 file changed +34
-0
lines changed
Client-Side Components/UI Pages/Share reports with users and groups/UI Page Expand file tree Collapse file tree 1 file changed +34
-0
lines changed Original file line number Diff line number Diff line change 1+ <!--
2+ UI Page details
3+ Name: sj_share_reports
4+ Category: General
5+ -->
6+
7+ < ?xml version="1.0" encoding="utf-8" ?>
8+ < j:jelly trim ="false " xmlns:j ="jelly:core " xmlns:g ="glide " xmlns:j2 ="null " xmlns:g2 ="null ">
9+ < g:ui _form >
10+ < input type ="hidden " id ="key " name ="key " value ="${sysparm_key} "/>
11+ < input type ="hidden " id ="cancelled " name ="cancelled " value ="false "/>
12+
13+
14+ < div class ="modal-body ">
15+ < div class ="row form-section form-group ">
16+ < div class ="control-label ">
17+ < div > < p > < b > Select the group: </ b > </ p > </ div >
18+ < div >
19+ < g:ui _reference name ="group " id ="group " query ="active=true " table ="sys_user_group " field ="name "/>
20+ </ div >
21+ < div > < p > < b > Select the user: </ b > </ p > </ div >
22+ < div >
23+ < g:ui _reference name ="user " id ="user " query ="active=true " table ="sys_user " field ="name;user_name;email "/>
24+ </ div >
25+ </ div >
26+ </ div >
27+ </ div >
28+ < footer class ="modal-footer ">
29+ < button class ="btn-primary btn " style ="min-width:5em " onclick ="return onSubmit(); " name ="submit " id ="submit "> Share</ button >
30+ < button class ="btn-danger btn " style ="min-width:5em " onclick ="return onCancel(); " name ="cancel " id ="cancel "> Cancel</ button >
31+ </ footer >
32+ </ g:ui _form>
33+
34+ </ j:jelly >
You can’t perform that action at this time.
0 commit comments