Changeset 1607 for sites/trunk/jobs.wordpress.net/public_html/wp-content/themes/jobswp/content-post-job.php
- Timestamp:
- 05/20/2015 07:34:02 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/jobs.wordpress.net/public_html/wp-content/themes/jobswp/content-post-job.php
r1606 r1607 31 31 <?php jobswp_text_field( 'last_name', __( 'Last Name', 'jobswp' ), true ); ?> 32 32 33 <?php jobswp_text_field( 'email', __( 'Email Address', 'jobswp' ), true, 'email' ); ?>33 <?php jobswp_text_field( 'email', __( 'Email Address', 'jobswp' ), true, 'email', __( 'This is the email address you would use in contacting us and for us to contact you.', 'jobswp' ) ); ?> 34 34 35 35 <?php jobswp_text_field( 'phone', __( 'Phone Number', 'jobswp' ), true, 'tel' ); ?> … … 44 44 <?php jobswp_text_field( 'company', __( 'Company Name', 'jobswp' ), true ); ?> 45 45 46 <?php jobswp_text_field( 'location', __( 'Location', 'jobswp' ) ); ?>46 <?php jobswp_text_field( 'location', __( 'Location', 'jobswp' ), false, 'text', __( 'The desired location for any applicants and not necessarily your business location. Use \'N/A\' or leave blank if allowing a remote worker from anywhere.', 'jobswp' ) ); ?> 47 47 48 48 <div class="post-job-input"> … … 56 56 </select> : 57 57 <input type="text" name="howtoapply" class="<?php echo jobswp_required_field_classes( 'howtoapply' ); ?>" <?php echo jobswp_field_value( 'howtoapply' ); ?> /> 58 </div> 59 60 <div class="job-help-text"> 61 <?php _e( 'If choosing "Email Address", use an email address you are comfortable exposing to any visitor of the site. It need not match the private email address asked for in the Contact Information section.', 'jobswp' ); ?> 58 62 </div> 59 63 </div>
Note: See TracChangeset
for help on using the changeset viewer.