File: /var/www/ojs/cache/t_compile/5940d70f22ffdd5a7b98e9da0b249a87f1934044_0.app.formbutton.tpl.php
<?php
/* Smarty version 4.1.0, created on 2025-04-08 13:41:01
from 'app:formbutton.tpl' */
/* @var Smarty_Internal_Template $_smarty_tpl */
if ($_smarty_tpl->_decodeProperties($_smarty_tpl, array (
'version' => '4.1.0',
'unifunc' => 'content_67f5276d940848_77149975',
'has_nocache_code' => false,
'file_dependency' =>
array (
'5940d70f22ffdd5a7b98e9da0b249a87f1934044' =>
array (
0 => 'app:formbutton.tpl',
1 => 1675470469,
2 => 'app',
),
),
'includes' =>
array (
),
),false)) {
function content_67f5276d940848_77149975 (Smarty_Internal_Template $_smarty_tpl) {
?><button class="pkp_button <?php echo $_smarty_tpl->tpl_vars['FBV_class']->value;?>
" type="<?php echo $_smarty_tpl->tpl_vars['FBV_type']->value;?>
" <?php if ($_smarty_tpl->tpl_vars['FBV_disabled']->value) {?> disabled="disabled"<?php }?> <?php echo $_smarty_tpl->tpl_vars['FBV_buttonParams']->value;?>
><?php if ($_smarty_tpl->tpl_vars['FBV_translate']->value) {
echo call_user_func_array( $_smarty_tpl->smarty->registered_plugins[Smarty::PLUGIN_FUNCTION]['translate'][0], array( array('key'=>$_smarty_tpl->tpl_vars['FBV_label']->value),$_smarty_tpl ) );
} else {
echo $_smarty_tpl->tpl_vars['FBV_label']->value;
}?></button>
<?php }
}