Making WordPress.org

Changeset 2721


Ignore:
Timestamp:
03/09/2016 07:52:38 PM (9 years ago)
Author:
coffee2code
Message:

jobs.wordpress.net: Add list of terms the job poster must acknowledge prior to final submission.

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  
    127127    ?>
    128128        <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&#8217;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>
    129141    <?php } else {
    130142        $button_label = __( 'Submit Job', 'jobswp' );
  • sites/trunk/jobs.wordpress.net/public_html/wp-content/themes/jobswp/style.css

    r1657 r2721  
    11511151}
    11521152
     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
    11531169/* FAQ page */
    11541170.page-id-47 .entry-content {
Note: See TracChangeset for help on using the changeset viewer.