Fehlerbereinigungen

This commit is contained in:
aschwarz
2023-03-28 19:02:02 +02:00
parent 797310c5ff
commit a675b295e7
10 changed files with 51 additions and 30 deletions

View File

@ -1,18 +1,18 @@
<?php
/* Smarty version 3.1.39, created on 2023-03-28 12:17:15
/* Smarty version 3.1.39, created on 2023-03-28 18:38:19
from 'F:\git\survey\templates\modern\dashboard\userzuordnung.html' */
/* @var Smarty_Internal_Template $_smarty_tpl */
if ($_smarty_tpl->_decodeProperties($_smarty_tpl, array (
'version' => '3.1.39',
'unifunc' => 'content_6422beab4ef474_64190224',
'unifunc' => 'content_642317fb844f24_46217213',
'has_nocache_code' => false,
'file_dependency' =>
array (
'ede0fde7d4e03354fe52af80288b249d058551a4' =>
array (
0 => 'F:\\git\\survey\\templates\\modern\\dashboard\\userzuordnung.html',
1 => 1679998632,
1 => 1680021494,
2 => 'file',
),
),
@ -20,7 +20,7 @@ if ($_smarty_tpl->_decodeProperties($_smarty_tpl, array (
array (
),
),false)) {
function content_6422beab4ef474_64190224 (Smarty_Internal_Template $_smarty_tpl) {
function content_642317fb844f24_46217213 (Smarty_Internal_Template $_smarty_tpl) {
if ($_smarty_tpl->tpl_vars['action']->value == '') {?>
<!doctype html>
<html lang="de">
@ -105,7 +105,7 @@ if ($_smarty_tpl->tpl_vars['action']->value == '') {?>
<div class="card">
<div class="card-header">
<i class="fas fa-table me-1"></i>
Nicht zugewiesene Rechte
Nicht zugewiesene Benutzer
</div>
<div class="card-body">
<table id="notassigned" class="table table-striped table-bordered table-responsive table-hover" >
@ -149,7 +149,7 @@ for ($__section_table_data_0_iteration = 1, $_smarty_tpl->tpl_vars['__smarty_sec
<div class="card">
<div class="card-header">
<i class="fas fa-table me-1"></i>
Zugewiesene Rechte
Zugewiesene Benutzer
</div>
<div class="card-body">
<table id="assigned" class="table table-striped table-bordered table-responsive table-hover" >
@ -208,6 +208,8 @@ var table = new DataTable('#notassigned', {
pageLength: 5,
language: {
url: '//cdn.datatables.net/plug-ins/1.13.4/i18n/de-DE.json',
search: "",
lengthMenu: "_MENU_ Zeilen",
},
});
@ -216,6 +218,8 @@ var table2 = new DataTable('#assigned', {
pageLength: 5,
language: {
url: '//cdn.datatables.net/plug-ins/1.13.4/i18n/de-DE.json',
search: "",
lengthMenu: "_MENU_ Zeilen",
},
});