| 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/widgets/modals/message/editor.tpl" */
/* @var Smarty_Internal_Template $_smarty_tpl */
if ($_smarty_tpl->_decodeProperties($_smarty_tpl, array (
'version' => '3.1.30',
'unifunc' => 'content_6a3f4a02b56112_07438517',
'has_nocache_code' => false,
'file_dependency' =>
array (
'97dfb2efbca58d02d16de09ee4abb39c1c3035bc' =>
array (
0 => '/var/www/clients/client1/web17/web/includes/templates/templates/widgets/modals/message/editor.tpl',
1 => 1780455893,
2 => 'file',
),
),
'includes' =>
array (
),
),false)) {
function content_6a3f4a02b56112_07438517 (Smarty_Internal_Template $_smarty_tpl) {
?>
<div class="form-mysql-content">
<div class="mysql-configuration">
<?php if (isset($_smarty_tpl->tpl_vars['data']->value->message_id)) {?><input name="mysql[where]" type="hidden" value="message_id = <?php echo $_smarty_tpl->tpl_vars['data']->value->message_id;?>
"><?php }?>
<input name="mysql[table]" type="hidden" value="pacim_messages" />
</div>
<?php if (isset($_smarty_tpl->tpl_vars['data']->value->message_template)) {?><input type="hidden" name="content[message_template]" value="<?php echo $_smarty_tpl->tpl_vars['data']->value->message_template;?>
"><?php }?>
<?php if (isset($_smarty_tpl->tpl_vars['data']->value->message_invoice)) {?><input type="hidden" name="content[message_invoice]" value="<?php echo $_smarty_tpl->tpl_vars['data']->value->message_invoice;?>
"><?php }?>
<?php if (isset($_smarty_tpl->tpl_vars['data']->value->message_customer)) {?><input type="hidden" name="content[message_customer]" value="<?php echo $_smarty_tpl->tpl_vars['data']->value->message_customer;?>
"><?php }?>
<?php if (!isset($_smarty_tpl->tpl_vars['data']->value->message_id)) {?><input type="hidden" name="content[message_count]" value="0"><?php }?>
<div class="mb-3 row">
<div class="col-3">
<label for="invoice_pos_title" class="m-0 lh-100 py-2">Aufgabe</label>
</div>
<div class="col-9">
<select id="message_status" name="content[message_status]" class="form-control">
<option value="1"<?php if ($_smarty_tpl->tpl_vars['data']->value->message_status != 0) {?> selected<?php }?>>Nur speichern, ohne zu versenden.</option>
<option value="0"<?php if ($_smarty_tpl->tpl_vars['data']->value->message_status == 0) {?> selected<?php }?>>Speichern und E-Mail versenden</option>
</select>
</div>
</div>
<hr />
<div class="mb-3 row">
<div class="col-3">
<label for="invoice_pos_title" class="m-0 lh-100 py-2">Empfänger</label>
</div>
<div class="col-9">
<input type="text" name="content[message_receiver]" placeholder="Empfänger" class="form-control" value="<?php echo $_smarty_tpl->tpl_vars['data']->value->message_receiver;?>
" />
</div>
</div>
<div class="mb-3 row">
<div class="col-3">
<label for="invoice_pos_title" class="m-0 lh-100 py-2">Betreff</label>
</div>
<div class="col-9">
<input type="text" name="content[message_subject]" placeholder="Betreff der E-Mail" class="form-control" value="<?php echo $_smarty_tpl->tpl_vars['data']->value->message_subject;?>
" />
</div>
</div>
<div class="mb-3 row">
<div class="col-12">
<textarea id="summernote" name="content[message_content]"><?php echo htmlspecialchars($_smarty_tpl->tpl_vars['data']->value->message_content);?>
</textarea>
</div>
</div>
</div>
<?php }
}