89 lines
3.2 KiB
PHP
89 lines
3.2 KiB
PHP
<?php
|
|
/* Smarty version 3.1.30, created on 2025-05-03 17:24:35
|
|
from "/home/www/_rejestracja/Admin/template/partial/Dictionary/Edit.tpl" */
|
|
|
|
/* @var Smarty_Internal_Template $_smarty_tpl */
|
|
if ($_smarty_tpl->_decodeProperties($_smarty_tpl, array (
|
|
'version' => '3.1.30',
|
|
'unifunc' => 'content_681635333c9435_77103905',
|
|
'has_nocache_code' => false,
|
|
'file_dependency' =>
|
|
array (
|
|
'065807fa35e6b4bc7678f853dafe46eb661982a1' =>
|
|
array (
|
|
0 => '/home/www/_rejestracja/Admin/template/partial/Dictionary/Edit.tpl',
|
|
1 => 1499689721,
|
|
2 => 'file',
|
|
),
|
|
),
|
|
'includes' =>
|
|
array (
|
|
),
|
|
),false)) {
|
|
function content_681635333c9435_77103905 (Smarty_Internal_Template $_smarty_tpl) {
|
|
if (!is_callable('smarty_function_url')) require_once '/home/www/_rejestracja/core/plugins/Smarty/function.url.php';
|
|
if (!is_callable('smarty_block_dropDownContainer')) require_once '/home/www/_rejestracja/core/plugins/Smarty/block.dropDownContainer.php';
|
|
?>
|
|
<form method="post" action="<?php echo smarty_function_url(array('Dictionary'=>'Edit','id'=>$_smarty_tpl->tpl_vars['objDict']->value->GetId()),$_smarty_tpl);?>
|
|
" id="sendForm" enctype="multipart/form-data">
|
|
<div class="panelRightTop"></div>
|
|
<div class="panelRightBody">
|
|
<div class="paddedContent">
|
|
<?php $_smarty_tpl->_assignInScope('additionalTitle', '');
|
|
?>
|
|
|
|
<?php $_smarty_tpl->smarty->_cache['_tag_stack'][] = array('dropDownContainer', array('title'=>"Ogólne",'additionalTitle'=>$_smarty_tpl->tpl_vars['additionalTitle']->value));
|
|
$_block_repeat1=true;
|
|
echo smarty_block_dropDownContainer(array('title'=>"Ogólne",'additionalTitle'=>$_smarty_tpl->tpl_vars['additionalTitle']->value), null, $_smarty_tpl, $_block_repeat1);
|
|
while ($_block_repeat1) {
|
|
ob_start();
|
|
?>
|
|
|
|
<table width="100%" cellspacing="0" cellpadding="5" border="0" class="frameTableForm tableContetntWhite">
|
|
<tbody>
|
|
<tr>
|
|
<td>Klucz</td>
|
|
<td>
|
|
<?php echo $_smarty_tpl->tpl_vars['objDict']->value->GetKeyword();?>
|
|
|
|
<input name="keyword" type="hidden" value="<?php echo $_smarty_tpl->tpl_vars['objDict']->value->GetKeyword();?>
|
|
" />
|
|
</td>
|
|
</tr>
|
|
<tr>
|
|
<td>Wersja PL</td>
|
|
<td>
|
|
<textarea class="input420" name="replacement[pl]"><?php echo $_smarty_tpl->tpl_vars['objDict']->value->GetReplacement();?>
|
|
</textarea>
|
|
</td>
|
|
</tr>
|
|
|
|
<tr style="display: none;">
|
|
<td>Wersja EN</td>
|
|
<td>
|
|
<textarea class="input420" name="replacement[en]"><?php echo $_smarty_tpl->tpl_vars['objDict']->value->GetReplacementEn();?>
|
|
</textarea>
|
|
</td>
|
|
</tr>
|
|
|
|
</tbody>
|
|
</table>
|
|
<?php $_block_repeat1=false;
|
|
echo smarty_block_dropDownContainer(array('title'=>"Ogólne",'additionalTitle'=>$_smarty_tpl->tpl_vars['additionalTitle']->value), ob_get_clean(), $_smarty_tpl, $_block_repeat1);
|
|
}
|
|
array_pop($_smarty_tpl->smarty->_cache['_tag_stack']);?>
|
|
|
|
</div>
|
|
</div>
|
|
<div class="panelRightBottom">
|
|
<div class="panelButtons">
|
|
<input type="button" class="cancel" value="Anuluj" name="" onclick="document.location.href='<?php echo smarty_function_url(array('Dictionary'=>'Index'),$_smarty_tpl);?>
|
|
'"/>
|
|
|
|
<input type="submit" value="Zapisz" name="doDictEdit"/>
|
|
</div>
|
|
</div>
|
|
</form>
|
|
<?php }
|
|
}
|