Changeset 2721
- Timestamp:
- 03/09/2016 07:52:38 PM (9 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
r1607 r2721 127 127 ?> 128 128 <input type="hidden" name="verify" value="1" /> 129 <div class="notice notice-info accept"> 130 <p><?php _e( 'By submitting a job to this site you acknowledge the following:', 'jobswp' ); ?></p> 131 <ul> 132 <li><?php _e( 'You have read the <a href="%s">FAQ</a> and understand everything listed, especially pertaining to what is unacceptable for a job posting.', 'jobswp' ); ?></li> 133 <li><?php _e( 'If you provided a contact email address as your method of contact for job seekers, that email address will be made publicly available and you will likely receive a lot of email.', 'jobswp' );?></li> 134 <li><?php _e( 'Upon successful submission, you will not be able to make any edits. Proofread everything again to make sure it’s what you want.', 'jobswp' ); ?></li> 135 <li><?php _e( 'Upon successful submission, you will be immediately presented with a job token. <strong>MAKE NOTE OF THE TOKEN</strong>. It is your only means of removing the job from the site in a <em>timely</em> fashion.', 'jobswp' ); ?></li> 136 </ul> 137 <p> 138 <input type="checkbox" name="accept" value="1" required /><label for="accept"><?php _e( 'I agree to the terms stated above.', 'jobswp' ); ?>*</label> 139 </p> 140 </div> 129 141 <?php } else { 130 142 $button_label = __( 'Submit Job', 'jobswp' ); -
sites/trunk/jobs.wordpress.net/public_html/wp-content/themes/jobswp/style.css
r1657 r2721 1151 1151 } 1152 1152 1153 .accept { 1154 font-size: 1.1em; 1155 margin-right: 0.4em; 1156 margin-top: 1em; 1157 } 1158 .accept ul { 1159 margin-left: 1.4em; 1160 } 1161 .accept p:last-child { 1162 text-align: right; 1163 } 1164 .post-job .accept label { 1165 display: inline-block; 1166 margin-left: 0.5em; 1167 } 1168 1153 1169 /* FAQ page */ 1154 1170 .page-id-47 .entry-content {
Note: See TracChangeset
for help on using the changeset viewer.