Plugin Directory

Changeset 3016088

Timestamp:
01/01/2024 11:00:36 AM (7 months ago)
Author:
shahinurislam
Message:

update 1.3 with email recipient add

Location:
career-section
Files:
20 added
6 edited

Legend:

Unmodified
Added
Removed
  • career-section/trunk/css/admin.css

    r2844932 r3016088  
    179179}
    180180/*--ad search filter -- */
    181 .add-filter-af{
     181.add-filter-af{
    182182    width: 100%;
    183     margin-bottom: 5px;
     183    margin-bottom: 15px;
     184    margin-top: 25px;
    184185}
    185186.af-sortbyNumber{
     
    189190    float: right;
    190191}
     192
     193
     194
     195
     196
     197
     198
     199
     200
     201
  • career-section/trunk/include/top_level_menu.php

    r2844932 r3016088  
    4848    <h1><?php esc_html_e( get_admin_page_title(),'csaf' ); ?></h1>
    4949    <div class="shortcodeClass">
    50         <h2>Applications form shortcode: 
     50        <h2>Applications form shortcode: 
    5151            <span class="input">
    5252                <input type="text" id="afInput" value="<?php esc_html_e( '[cs_applicant_form]', 'csaf' );?>" readonly>
     
    5959            </div>
    6060        </h2>
     61
     62
     63
     64
     65
     66
     67
     68
     69
     70
     71
     72
     73
     74
    6175    </div>
    6276    <div class="add-filter-af">
  • career-section/trunk/index.php

    r2993946 r3016088  
    66 * Author: Md. Shahinur Islam
    77 * Author URI: https://profiles.wordpress.org/shahinurislam
    8  * Version: 1.02
     8 * Version: 1.
    99 * Text Domain: csaf
    1010 * Domain Path: /lang
  • career-section/trunk/license.txt

    r2844932 r3016088  
    1 Career Section WordPress Plugin, 2023 Md Shahinur Islam
     1Career Section WordPress Plugin, 202 Md Shahinur Islam
    22Career Section is distributed under the terms of the GNU GPL
    33
  • career-section/trunk/readme.txt

    r2993946 r3016088  
    44Tags: Install and send your CV.
    55Requires at least: 5.8
    6 Tested up to: 6.4.1
    7 Stable tag: 1.02
     6Tested up to: 6.4.
     7Stable tag: 1.
    88Requires PHP: 7.4
    99License: GPLv2 or later
     
    5252== Upgrade Notice ==
    5353
    54 This is new version 1.02
     54This is new version 1.
    5555
    5656== Screenshots ==
     
    6262
    6363== Changelog ==
     64
     65
     66
     67
     68
     69
    6470
    6571= 1.02 =
  • career-section/trunk/templates/single-csection.php

    r2844932 r3016088  
    151151}
    152152
     153
     154
     155
    153156// if files not found
    154157if($_FILES['cv']['name'] == '' || $_FILES['cv']['name'] == null){
    155158    $name_file = '';
    156 }
    157 
     159    //  for email reciepnt
     160    $email_reciepnt_message = '<p>Attachments: No File Attached.</p>';
     161}
    158162
    159163global $wpdb;
     
    165169if($id>0){
    166170    ?>
    167      
    168171        <div id="snackbar" class="rounded">Application has been sent <?php esc_html_e($cvfiles);?></div>
    169172        <script>
     
    185188    wp_mail( $to, $subject, $body, $headers );
    186189   
     190
     191
     192
     193
     194
     195
     196
     197
     198
     199
     200
     201
     202
     203
     204
     205
     206
     207
    187208   
    188209}else{
Note: See TracChangeset for help on using the changeset viewer.