'editor', 'recall' => true, 'breakpoint' => 768]); ?>
type == 'file') : ?>
source->filename, $this->template->element); ?>
source->filename; ?>
type == 'image') : ?>
image['path'], $this->template->element); ?>
image['path']; ?>
type == 'font') : ?>
font['rel_path'], $this->template->element); ?>
font['rel_path']; ?>
type == 'file' && !empty($this->source->coreFile)) : ?>
form->getInput('show_core'); ?>
form->getInput('show_diff'); ?>
loadTemplate('description'); ?>
pluginState) : ?>
loadTemplate('updated_files'); ?>
'copyModal',
'params' => array(
'title' => Text::_('COM_TEMPLATES_TEMPLATE_COPY'),
'footer' => $this->loadTemplate('modal_copy_footer')
),
'body' => $this->loadTemplate('modal_copy_body')
);
?>
type != 'home') : ?>
'renameModal',
'params' => array(
'title' => Text::sprintf('COM_TEMPLATES_RENAME_FILE', $this->fileName),
'footer' => $this->loadTemplate('modal_rename_footer')
),
'body' => $this->loadTemplate('modal_rename_body')
);
?>
type != 'home') : ?>
'deleteModal',
'params' => array(
'title' => Text::_('COM_TEMPLATES_ARE_YOU_SURE'),
'footer' => $this->loadTemplate('modal_delete_footer')
),
'body' => $this->loadTemplate('modal_delete_body')
);
?>
'fileModal',
'params' => array(
'title' => Text::_('COM_TEMPLATES_NEW_FILE_HEADER'),
'footer' => $this->loadTemplate('modal_file_footer'),
'height' => '400px',
'width' => '800px',
'bodyHeight' => 70,
'modalWidth' => 80,
),
'body' => $this->loadTemplate('modal_file_body')
);
?>
'folderModal',
'params' => array(
'title' => Text::_('COM_TEMPLATES_MANAGE_FOLDERS'),
'footer' => $this->loadTemplate('modal_folder_footer'),
'height' => '400px',
'width' => '800px',
'bodyHeight' => 70,
'modalWidth' => 80,
),
'body' => $this->loadTemplate('modal_folder_body')
);
?>
type == 'image') : ?>
'resizeModal',
'params' => array(
'title' => Text::_('COM_TEMPLATES_RESIZE_IMAGE'),
'footer' => $this->loadTemplate('modal_resize_footer')
),
'body' => $this->loadTemplate('modal_resize_body')
);
?>