Systemerweiterungen
This commit is contained in:
@ -1,18 +1,18 @@
|
||||
<?php
|
||||
/* Smarty version 3.1.39, created on 2023-03-23 13:36:39
|
||||
/* Smarty version 3.1.39, created on 2023-03-26 18:42:12
|
||||
from 'F:\git\survey\templates\modern\dashboard\survey_erfassen.html' */
|
||||
|
||||
/* @var Smarty_Internal_Template $_smarty_tpl */
|
||||
if ($_smarty_tpl->_decodeProperties($_smarty_tpl, array (
|
||||
'version' => '3.1.39',
|
||||
'unifunc' => 'content_641c47d786a1c9_55890007',
|
||||
'unifunc' => 'content_642075e4e840b2_61240326',
|
||||
'has_nocache_code' => false,
|
||||
'file_dependency' =>
|
||||
array (
|
||||
'85403c192b4eecdf6efb10ab95d6ca8c2bf3e350' =>
|
||||
array (
|
||||
0 => 'F:\\git\\survey\\templates\\modern\\dashboard\\survey_erfassen.html',
|
||||
1 => 1679574998,
|
||||
1 => 1679668664,
|
||||
2 => 'file',
|
||||
),
|
||||
),
|
||||
@ -20,7 +20,7 @@ if ($_smarty_tpl->_decodeProperties($_smarty_tpl, array (
|
||||
array (
|
||||
),
|
||||
),false)) {
|
||||
function content_641c47d786a1c9_55890007 (Smarty_Internal_Template $_smarty_tpl) {
|
||||
function content_642075e4e840b2_61240326 (Smarty_Internal_Template $_smarty_tpl) {
|
||||
if ($_smarty_tpl->tpl_vars['action']->value == '') {?>
|
||||
<!DOCTYPE html>
|
||||
<html lang="de">
|
||||
@ -184,7 +184,7 @@ if ($_smarty_tpl->tpl_vars['action']->value == '') {?>
|
||||
<div class="container-fluid">
|
||||
<div class="card">
|
||||
<div class="card-header">
|
||||
<i class="fas fa-table me-1"></i>
|
||||
<i class="fas fa-pie-chart me-1"></i>
|
||||
Zeitraum der Umfrage und Bezeichnung
|
||||
</div>
|
||||
<div class="row mt-0 mt-sm-4 mb-0 mb-sm-4">
|
||||
@ -390,8 +390,8 @@ if ($_smarty_tpl->tpl_vars['action']->value == 'fragen') {?>
|
||||
</div>
|
||||
<p align='center'>
|
||||
<div class="col-12">
|
||||
<a type="submit" href="?" class="btn btn-light btn-sm">Zurück</a>
|
||||
<button class="btn btn-primary btn-sm" id="save" onclick="erfassensave();">Speichern</button>
|
||||
<a type="submit" href="?" class="btn btn-light btn-sm mt-3">Zurück</a>
|
||||
<button class="btn btn-primary btn-sm mt-3" id="save" onclick="erfassensave();">Speichern</button>
|
||||
</div>
|
||||
</p>
|
||||
<div class="card">
|
||||
|
Reference in New Issue
Block a user