ticketcenter update
This commit is contained in:
@@ -246,19 +246,19 @@ class Adminmenu {
|
||||
'subsites' => array(
|
||||
'category' => array(
|
||||
'name' => $translation->get('category'),
|
||||
'include' => MODULE_PATH . "ticketcenter/category.inc.php",
|
||||
'include' => MODULE_PATH . "ticketcenter/views/category/category.inc.php",
|
||||
'admin_start_parameter' => "",
|
||||
'linklistmenu' => TRUE
|
||||
),
|
||||
'process' => array(
|
||||
'name' => $translation->get('Process'),
|
||||
'include' => MODULE_PATH . "ticketcenter/process.inc.php",
|
||||
'include' => MODULE_PATH . "ticketcenter/views/process/process.inc.php",
|
||||
'admin_start_parameter' => "",
|
||||
'linklistmenu' => TRUE
|
||||
),
|
||||
'status' => array(
|
||||
'name' => $translation->get('Status'),
|
||||
'include' => MODULE_PATH . "ticketcenter/status.inc.php",
|
||||
'include' => MODULE_PATH . "ticketcenter/views/status/status.inc.php",
|
||||
'admin_start_parameter' => "",
|
||||
'linklistmenu' => TRUE
|
||||
)
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
<?
|
||||
require '../../vendor/autoload.php';
|
||||
require_once(__DIR__ . '/../../vendor/autoload.php');
|
||||
use Smalot\PdfParser\Parser;
|
||||
// use React\EventLoop\Factory;
|
||||
// use React\Promise\Promise;
|
||||
|
||||
@@ -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