ticketcenter update
This commit is contained in:
@@ -494,12 +494,12 @@ function load_mandant_list_new($contact){
|
||||
<td><?= input_select_from_sql("", "input_role_".$i, $query_role, $role, FALSE, FALSE, "", TRUE); ?></td>
|
||||
<td style="display: none;"><?= input("", "input_phone_no_".$i, "text", $phone, 100); ?></td>
|
||||
<td style="display: none;"><?= input("", "input_email_".$i, "text", $email, 100); ?></td>
|
||||
<!-- <?php if ($GLOBALS['admin_user']['control_permissions'] == 1){?>
|
||||
<td><button class="pop_up_button svg_button" title="Berechtigung ändern" data-popup-id="popup-mandant-<?= $mandant_id?>" ><svg xmlns="http://www.w3.org/2000/svg" width="28.8" height="35.25" viewBox="0 0 28.8 35.25">
|
||||
<?php if ($GLOBALS['admin_user']['control_permissions'] == 1){?>
|
||||
<td><button class="pop_up_button svg_button" title="Berechtigung ändern" data-popup-id="popup-mandant-<?= $mandant?>" ><svg xmlns="http://www.w3.org/2000/svg" width="28.8" height="35.25" viewBox="0 0 28.8 35.25">
|
||||
<path id="shield-security" d="M14.4.375l14.4,6.45v9.6a19.876,19.876,0,0,1-4.125,12.188A17.908,17.908,0,0,1,14.4,35.625,17.912,17.912,0,0,1,4.125,28.612,19.875,19.875,0,0,1,0,16.425v-9.6ZM14.4,18V3.9L3.225,8.85V18H14.4V32.325a15.292,15.292,0,0,0,7.5-5.4A17.845,17.845,0,0,0,25.575,18Z" transform="translate(0 -0.375)"/></svg>
|
||||
</button>
|
||||
</td>
|
||||
<?php } ?> -->
|
||||
<?php } ?>
|
||||
</tr>
|
||||
<?php
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user