?>
" />
					<br clear="all" /> 
					<?php 
    submit_button(__('Save', 'tc'), 'primary', 'add_new_template', true);
    ?>
				</div>
				<div class="right-holder">
					<h4><?php 
    _e('Ticket PDF Settings', 'tc');
    ?>
</h4>
					<div id="template_document_settings">
						<?php 
    $template_elements->tcpdf_get_fonts();
    $template_elements->get_document_sizes();
    $template_elements->get_document_orientation();
    $template_elements->get_document_margins();
    $template_elements->get_full_background_image();
    do_action('tc_template_document_settings');
    ?>
						<br /><br />
						<?php 
    submit_button(__('Save', 'tc'), 'primary', 'add_new_template', false);
    ?>
					</div>
				</div>
				<div class="right-holder right-holder-second">
					<?php 
    if (!isset($_GET['ID'])) {
        ?>