Linux ip-172-26-7-228 5.4.0-1103-aws #111~18.04.1-Ubuntu SMP Tue May 23 20:04:10 UTC 2023 x86_64
Your IP : 3.145.62.46
<script type="text/javascript">
$(function () {
$("#tabs").tabs();
});
$(function () {
$("#sub_tabs").tabs();
});
</script>
<div id="tabs">
<ul>
<li><a href="#user_rights">General</a></li>
</ul>
<div id="user_rights" style="padding-top: 10px; overflow: auto">
<table class="content-tbl" cellpadding="5" cellspacing="2" width="100%">
<tr>
<td style="width: 140px" align="right">User/Group:</td>
<td align="left" colspan="2">
<select
id="user_rights_user"
name="user_rights_user"
class="textInputEnabled"
onclick="getUserRightModuleNames(document.getElementById('user_rights_module_type').value,document.getElementById('search_user_right_module_name').value)"
onclick="show_field_text('user_rights_user');"
style="width: 300px; height: 25px"
></select>
</td>
</tr>
<tr>
<td align="right">Module Type:</td>
<td align="left" colspan="2">
<select
onchange="getUserRightModuleNames(this.value,'');"
id="user_rights_module_type"
name="user_rights_module_type"
class="textInputEnabled"
onclick="show_field_text('user_rights_module_type');"
style="width: 300px; height: 25px"
></select>
</td>
</tr>
<tr>
<td align="right">Search Module (Optional):</td>
<td>
<input type="text" style="width: 200px" id="search_user_right_module_name" placeholder="Search Module" />
<span
style="background-color: #008cba; border: none; color: white; padding: 4px 15px; text-align: center; text-decoration: none; display: inline-block; font-size: 13px; cursor: pointer"
onclick="javascript:getUserRightModuleNames(document.getElementById('user_rights_module_type').value,document.getElementById('search_user_right_module_name').value);"
>Search</span
>
<!-- <input type='button' id='search_user_right_module_name_go' value='Search' onclick="getUserRightModuleNames(document.getElementById('user_rights_module_type').value,document.getElementById('search_user_right_module_name').value)"/> -->
Select All: <input type="checkbox" id="check_all_rights" onclick="checkAllRights();" /> Select All Dep-Users:
<input type="checkbox" id="check_all_dep_user_rights" onclick="checkAllDepUserRights();" />
</td>
</tr>
</table>
<div width="100%" id="user_rights_table_data_div">
<!-- <table style="padding:3px 4px 3px 3px;" id='user_rights_table_data' width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td class="act_txtclr" style="background-color:#0054a5; color:#fff; font-weight:700; width:180px; padding:3px 6px; letter-spacing:0.5pt;">Module Name</td>
<td class="act_txtclr" style="background-color:#0054a5; color:#fff; font-weight:700; width:100px; padding:3px 6px; letter-spacing:0.5pt;">View</td>
<td class="act_txtclr" style="background-color:#0054a5; color:#fff; font-weight:700; width:100px; padding:3px 6px; letter-spacing:0.5pt;">Add</td>
<td class="act_txtclr" style="background-color:#0054a5; color:#fff; font-weight:700; width:100px; padding:3px 6px; letter-spacing:0.5pt;">Edit</td>
<td class="act_txtclr" style="background-color:#0054a5; color:#fff; font-weight:700; width:100px; padding:3px 6px; letter-spacing:0.5pt;">Delete</td>
</tr>
</table> -->
</div>
</div>
</div>
|