| Server IP : 202.61.199.114 / Your IP : 216.73.217.139 Web Server : nginx/1.22.1 System : Linux de.arni-solutions.de 6.1.0-49-amd64 #1 SMP PREEMPT_DYNAMIC Debian 6.1.174-1 (2026-05-26) x86_64 User : web20 ( 1018) PHP Version : 8.4.23 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : OFF | Sudo : ON | Pkexec : ON Directory : /tmp/sc/ |
Upload File : |
<?php
/* Smarty version 3.1.30, created on 2026-06-27 05:56:50
from "/var/www/clients/client1/web17/web/includes/templates/templates/debug/debug.tpl" */
/* @var Smarty_Internal_Template $_smarty_tpl */
if ($_smarty_tpl->_decodeProperties($_smarty_tpl, array (
'version' => '3.1.30',
'unifunc' => 'content_6a3f4a02d00613_06471877',
'has_nocache_code' => false,
'file_dependency' =>
array (
'80c8d4325ca2049a2f53f7df06228ffc64c68cc9' =>
array (
0 => '/var/www/clients/client1/web17/web/includes/templates/templates/debug/debug.tpl',
1 => 1780434062,
2 => 'file',
),
),
'includes' =>
array (
),
),false)) {
function content_6a3f4a02d00613_06471877 (Smarty_Internal_Template $_smarty_tpl) {
$_smarty_tpl->_assignInScope('customer', $_smarty_tpl->tpl_vars['data']->value->row("pacim_customer","customer_id",$_smarty_tpl->tpl_vars['page']->value->query['http']['get']['customer_id']));
?>
<form method="post" action="">
<input type="hidden" name="action" value="update_customer" />
<input type="hidden" name="customer_id" value="<?php echo $_smarty_tpl->tpl_vars['customer']->value->customer_id;?>
" />
<div class="card rounded-0">
<div class="overview-head rounded-0">
<h5 class="m-0 px-3 py-2">Kundendaten bearbeiten</h5>
</div>
<div class="card-body rounded-0">
<div class="row">
<div class="mb-3 col-md-6">
<label for="customer_firstname">Vorname</label>
<input type="text" class="form-control" id="customer_firstname" name="customer_firstname" value="<?php echo $_smarty_tpl->tpl_vars['customer']->value->customer_firstname;?>
" />
</div>
<div class="mb-3 col-md-6">
<label for="customer_lastname">Nachname</label>
<input type="text" class="form-control" id="customer_lastname" name="customer_lastname" value="<?php echo $_smarty_tpl->tpl_vars['customer']->value->customer_lastname;?>
" />
</div>
</div>
<hr />
<div class="row">
<div class="mb-3 col-md-12">
<label for="customer_street">Straße</label>
<input type="text" class="form-control" id="customer_street" name="customer_street" value="<?php echo $_smarty_tpl->tpl_vars['customer']->value->customer_street;?>
" />
</div>
</div>
<div class="row">
<div class="mb-3 col-md-4">
<label for="customer_zipcode">PLZ</label>
<input type="text" class="form-control" id="customer_zipcode" name="customer_zipcode" value="<?php echo $_smarty_tpl->tpl_vars['customer']->value->customer_zipcode;?>
" />
</div>
<div class="mb-3 col-md-8">
<label for="customer_city">Stadt</label>
<input type="text" class="form-control" id="customer_city" name="customer_city" value="<?php echo $_smarty_tpl->tpl_vars['customer']->value->customer_city;?>
" />
</div>
</div>
<div class="row">
<div class="mb-3 col-md-12">
<label for="customer_country">Land</label>
<input type="text" class="form-control" id="customer_country" name="customer_country" value="<?php echo $_smarty_tpl->tpl_vars['customer']->value->customer_country;?>
" />
</div>
</div>
<hr />
<div class="row">
<div class="mb-3 col-md-6">
<label for="customer_email">E-Mail-Adresse</label>
<input type="email" class="form-control" id="customer_email" name="customer_email" value="<?php echo $_smarty_tpl->tpl_vars['customer']->value->customer_email;?>
" />
</div>
<div class="mb-3 col-md-6">
<label for="customer_phone">Telefonnummer</label>
<input type="text" class="form-control" id="customer_phone" name="customer_phone" value="<?php echo $_smarty_tpl->tpl_vars['customer']->value->customer_phone;?>
" />
</div>
</div>
<div class="row">
<div class="mb-3 col-md-12 text-end">
<button type="submit" class="btn btn-primary">Speichern</button>
</div>
</div>
</div>
</div>
</form><?php }
}