get->get('action') && ($this->get->get('action') === 'create' || ($this->get->get('action') === 'edit') && $this->view->template) && get_option('e2pdf_new_edit_layout', '1')) { $wrapper = 'e2pdf-new-edit-layout'; } ?>
get->get('action')) { ?>


render('blocks', 'notifications'); ?> render('blocks', 'sub-filters'); ?>
get->get('status') == 'trash') { $this->render('blocks', 'bulk-actions', array( 'id' => 'doaction', 'name' => 'action', 'options' => array( 'restore' => __('Restore', 'e2pdf'), 'delete' => __('Delete', 'e2pdf') ) )); } else { $this->render('blocks', 'bulk-actions', array( 'id' => 'doaction', 'name' => 'action', 'options' => array( 'activate' => __('Activate', 'e2pdf'), 'deactivate' => __('Deactivate', 'e2pdf'), 'trash' => __('Trash', 'e2pdf'), ) )); } ?>
is_empty($this->controller->get_templates_list($this->get->get()))) { ?> controller->get_templates_list($this->get->get()) as $key => $template) { ?>
ID
get('ID'); ?>
get('title')); ?>
get->get('status') == 'trash') { ?> | | | | | get('activated')) { ?> |
extension()->method('item') && $template->get('item')) { ?> get('item') == '-2') { ?> get('item1') || $template->get('item2')) { ?> get('item1')) { ?> extension()->item($template->get('item1'))->url) { ?> extension()->item($template->get('item1'))->name) ?> extension()->item($template->get('item1'))->name ? esc_html($template->extension()->item($template->get('item1'))->name) : __('N/A', 'e2pdf'); ?> get('item1') && $template->get('item2')) { ?> | get('item2')) { ?> extension()->item($template->get('item2'))->url) { ?> extension()->item($template->get('item2'))->name) ?> extension()->item($template->get('item2'))->name ? esc_html($template->extension()->item($template->get('item2'))->name) : __('N/A', 'e2pdf'); ?> extension()->item()->url) { ?> extension()->item()->name); ?> extension()->item()->name ? esc_html($template->extension()->item()->name) : __('N/A', 'e2pdf'); ?>
extension()->method('info')) { ?> extension()->info('title')); ?>
"]'>
"]'>
"]'>
"]'>
"]'>
get('updated_at')); ?>
by get('author'))->user_nicename); ?>
get('activated')) { ?>
ID
get->get('status') == 'trash') { $this->render('blocks', 'bulk-actions', array( 'id' => 'doaction2', 'name' => 'action2', 'options' => array( 'restore' => 'Restore', 'delete' => 'Delete' ) )); } else { $this->render('blocks', 'bulk-actions', array( 'id' => 'doaction2', 'name' => 'action2', 'options' => array( 'activate' => __('Activate', 'e2pdf'), 'deactivate' => __('Deactivate', 'e2pdf'), 'trash' => __('Trash', 'e2pdf'), ) )); } $this->render('blocks', 'pagination', array( 'total' => $this->controller->get_templates_list($this->get->get(), true), 'limit' => (int) get_option('e2pdf_templates_screen_per_page', '20') > '0' ? get_option('e2pdf_templates_screen_per_page', '20') : '20', 'paged' => $this->get->get('paged') && (int) $this->get->get('paged') > '0' ? (int) $this->get->get('paged') : '1', 'url' => array('page' => 'e2pdf-templates', 'action' => $this->get->get('action'), 'status' => $this->get->get('status'), 's' => $this->get->get('s'), 'orderby' => $this->get->get('orderby'), 'order' => $this->get->get('order')) )); ?>
render('blocks', 'debug-panel'); ?> get->get('action')) { ?> get->get('action') === 'create' || ($this->get->get('action') === 'edit' && $this->view->template)) { ?>

get->get('action') === 'edit' ? esc_html(sprintf(__("ID: %d | Edit Template", 'e2pdf'), (int) $this->view->template->get('ID'))) : __('New Template', 'e2pdf'); ?>


render('blocks', 'notifications'); ?>
view->template->get('ID')) { ?>

get->get('action') === 'edit' ? esc_html(sprintf(__("ID: %d | Edit Template", 'e2pdf'), (int) $this->view->template->get('ID'))) : __('New Template', 'e2pdf'); ?>


render('blocks', 'notifications'); ?>
render('field', 'text', array( 'field' => array( 'id' => 'e2pdf-title', 'name' => 'title', 'placeholder' => __('Template Title', 'e2pdf'), 'class' => 'e2pdf-w100' ), 'value' => $this->view->template->get('title'), )); ?>
render('blocks', 'wysiwyg'); ?>
view->template->get('rtl') ? 'dir="rtl"' : ''; ?> class="e2pdf-tpl e2pdf-center" data-width="view->template->get('width'); ?>" data-height="view->template->get('height'); ?>">
get->get('action') === 'edit') { ?> view->template->get('fonts'); ?> $font) { ?>
view->template->get('pages'); ?> $page) { ?>
$value) { ?>
render('blocks', 'bottom-panel'); ?>
get->get('action') === 'import') { ?>


render('blocks', 'notifications'); ?>
  • :
    : .xml
    : view->upload_max_filesize); ?>
  • view->options as $group_key => $group) { ?>
  • :

  • $option_value) { ?>
  • :
    render('field', 'checkbox', array( 'field' => array( 'name' => $option_value['key'], 'placeholder' => $option_value['placeholder'], 'disabled' => isset($option_value['disabled']) && $option_value['disabled'] ? 'disabled' : false, 'class' => isset($option_value['class']) ? $option_value['class'] : '', 'data-collapse' => isset($option_value['data-collapse']) ? $option_value['data-collapse'] : '' ), 'value' => $option_value['value'], 'checkbox_value' => 1, 'default_value' => $option_value['default_value'], )); } elseif ($option_value['type'] == 'text') { $this->render('field', 'text', array( 'field' => array( 'name' => $option_value['key'], 'placeholder' => $option_value['placeholder'], 'class' => 'e2pdf-w100 ' . $option_value['class'] ), 'value' => $option_value['value'], )); } elseif ($option_value['type'] == 'textarea') { $this->render('field', 'textarea', array( 'field' => array( 'name' => $option_value['key'], 'style' => 'height: 100px;', 'class' => 'e2pdf-w100', 'placeholder' => $option_value['placeholder'], ), 'value' => $option_value['value'], )); } elseif ($option_value['type'] == 'select') { $this->render('field', 'select', array( 'field' => array( 'name' => $option_value['key'], 'class' => $option_value['key'] == 'options[overwrite]' ? 'e2pdf-import-overwrite e2pdf-w100' : 'e2pdf-w100' ), 'value' => $option_value['value'], 'options' => $option_value['options'] )); } elseif ($option_value['type'] == 'radio') { $this->render('field', 'radio', array( 'field' => array( 'name' => $option_value['key'], ), 'value' => $option_value['value'], 'options' => $option_value['options'] )); } ?>

view->import_disabled) { ?>disabled="disabled" name="submit" id="submit" class="button button-primary" value="">

get->get('action') === 'download') { ?>


render('blocks', 'notifications'); ?>
  • :
    view->template->extension()->method('info')) { ?> view->template->extension()->info('title')); ?>
  • :
  • :
    view->template->extension()->method('item') && $this->view->template->get('item')) { ?>view->template->extension()->item()->name); ?>
  • view->options as $group_key => $group) { ?>
  • :

  • $option_value) { ?>
  • :
    render('field', 'checkbox', array( 'field' => array( 'name' => $option_value['key'], 'placeholder' => $option_value['placeholder'], 'disabled' => isset($option_value['disabled']) && $option_value['disabled'] ? 'disabled' : false ), 'value' => $option_value['value'], 'checkbox_value' => 1, 'default_value' => $option_value['default_value'], )); } elseif ($option_value['type'] == 'text') { $this->render('field', 'text', array( 'field' => array( 'name' => $option_value['key'], 'placeholder' => $option_value['placeholder'], 'class' => 'e2pdf-w100 ' . $option_value['class'] ), 'value' => $option_value['value'], )); } elseif ($option_value['type'] == 'textarea') { $this->render('field', 'textarea', array( 'field' => array( 'name' => $option_value['key'], 'style' => 'height: 100px;', 'class' => 'e2pdf-w100', 'placeholder' => $option_value['placeholder'], ), 'value' => $option_value['value'], )); } elseif ($option_value['type'] == 'select') { $this->render('field', 'select', array( 'field' => array( 'name' => $option_value['key'], 'class' => 'e2pdf-w100' ), 'value' => $option_value['value'], 'options' => $option_value['options'] )); } ?>

view->export_disabled) { ?>disabled="disabled" name="submit" id="submit" class="button button-primary" value="">

handle_404(); ?>