PATH:
home
/
letacommog
/
aacote
/
wp-content
/
plugins
/
wyz-toolkit
/
job-manager
/
templates
<?php if ( ! defined( 'ABSPATH' ) ) { exit; // Exit if accessed directly } ?> <form method="post" id="job_preview" action="<?php echo esc_url( $form->get_action() ); ?>"> <div class="job_listing_preview_title"> <input type="submit" name="continue" id="job_preview_submit_button" class="button job-manager-button-submit-listing btn-square wyz-prim-color wyz-secondary-color" value="<?php echo apply_filters( 'submit_job_step_preview_submit_text', __( 'Submit Listing', 'wp-job-manager' ) ); ?>" /> <input type="submit" name="edit_job" class="button job-manager-button-edit-listing btn-square wyz-secondary-color wyz-prim-color" value="<?php _e( 'Edit listing', 'wp-job-manager' ); ?>" /> <h2><?php _e( 'Preview', 'wp-job-manager' ); ?></h2> </div> <div class="job_listing_preview single_job_listing"> <h1><?php wpjm_the_job_title(); ?></h1> <?php get_job_manager_template_part( 'content-single', 'job_listing' ); ?> <input type="hidden" name="job_id" value="<?php echo esc_attr( $form->get_job_id() ); ?>" /> <input type="hidden" name="step" value="<?php echo esc_attr( $form->get_step() ); ?>" /> <input type="hidden" name="job_manager_form" value="<?php echo $form->get_form_name(); ?>" /> </div> </form>
[+]
..
[-] job-application.php
[edit]
[-] content-job_listing.php
[edit]
[-] content-single-job_listing-meta.php
[edit]
[-] content-single-job_listing-company.php
[edit]
[-] job-submitted.php
[edit]
[-] content-summary-job_listing.php
[edit]
[-] job-preview.php
[edit]