Changeset 1607
- Timestamp:
- 05/20/2015 07:34:02 PM (10 years ago)
- Location:
- sites/trunk/jobs.wordpress.net/public_html/wp-content/themes/jobswp
- Files:
-
- 2 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> -
sites/trunk/jobs.wordpress.net/public_html/wp-content/themes/jobswp/style.css
r1606 r1607 1101 1101 width: 50%; 1102 1102 } 1103 .job-help-text { 1104 margin-top: -1em; 1105 margin-bottom: 1.6em; 1106 color: #999; 1107 font-style: italic; 1108 } 1103 1109 .notice { 1104 1110 font-size: 0.8em;
Note: See TracChangeset
for help on using the changeset viewer.