| 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/customer/edit.tpl" */
/* @var Smarty_Internal_Template $_smarty_tpl */
if ($_smarty_tpl->_decodeProperties($_smarty_tpl, array (
'version' => '3.1.30',
'unifunc' => 'content_6a3f4a02731f59_28752857',
'has_nocache_code' => false,
'file_dependency' =>
array (
'efdcac5a9ee42d4d902ceb607b02141ad021615b' =>
array (
0 => '/var/www/clients/client1/web17/web/includes/templates/templates/customer/edit.tpl',
1 => 1780694963,
2 => 'file',
),
),
'includes' =>
array (
),
),false)) {
function content_6a3f4a02731f59_28752857 (Smarty_Internal_Template $_smarty_tpl) {
if (!empty($_smarty_tpl->tpl_vars['page']->value->query['http']['post'])) {?>
<?php echo $_smarty_tpl->tpl_vars['data']->value->save("pacim_customer","customer_id",$_smarty_tpl->tpl_vars['page']->value->query['http']['get']['customer_id']);?>
<div class="alert alert-success">Änderungen wurden erfolgreich übernommen!</div>
<?php }
$_smarty_tpl->_assignInScope('customer', $_smarty_tpl->tpl_vars['data']->value->customer($_smarty_tpl->tpl_vars['page']->value->query['http']['get']['customer_id']));
?>
<div class="row">
<div class="col-sm-12">
<h1 class="h2"><?php echo $_smarty_tpl->tpl_vars['customer']->value->customer_lastname;?>
, <?php echo $_smarty_tpl->tpl_vars['customer']->value->customer_firstname;?>
</h1>
</div>
<div class="col-md-12">
<hr style="margin-bottom:30px;margin-top:0;" />
</div>
<div class="col-sm-12">
<form method="POST" action="">
<div class="card" style="margin-bottom:25px;">
<div class="card-body">
<div class="row">
<div class="col-md-6">
<h6>Vorname</h6>
<input type="text" name="customer_firstname" value="<?php echo $_smarty_tpl->tpl_vars['customer']->value->customer_firstname;?>
" />
</div>
<div class="col-md-6">
<h6>Nachname</h6>
<input type="text" name="customer_lastname" value="<?php echo $_smarty_tpl->tpl_vars['customer']->value->customer_lastname;?>
" />
</div>
<div class="col-md-4">
<h6>Straße</h6>
<input type="text" name="customer_street" value="<?php echo $_smarty_tpl->tpl_vars['customer']->value->customer_street;?>
" autocomplete="off" data-addr-street data-addr-zip="[name=customer_zipcode]" data-addr-city="[name=customer_city]" />
</div>
<div class="col-md-4">
<h6>Postleitzahl</h6>
<input type="text" name="customer_zipcode" value="<?php echo $_smarty_tpl->tpl_vars['customer']->value->customer_zipcode;?>
" />
</div>
<div class="col-md-4">
<h6>Wohnort</h6>
<input type="text" name="customer_city" value="<?php echo $_smarty_tpl->tpl_vars['customer']->value->customer_city;?>
" />
</div>
<div class="col-md-6">
<h6>Telefon</h6>
<input type="text" name="customer_phone" value="<?php echo $_smarty_tpl->tpl_vars['customer']->value->customer_phone;?>
" />
</div>
<div class="col-md-6">
<h6>E-Mail</h6>
<input type="text" name="customer_email" value="<?php if ($_smarty_tpl->tpl_vars['customer']->value->customer_email != "0") {
echo $_smarty_tpl->tpl_vars['customer']->value->customer_email;
}?>" />
</div>
</div>
<button class="btn btn-primary" type="submit">Speichern</button>
</div>
</div>
</form>
</div>
</div><?php }
}