Changeset 3058715
- Timestamp:
- 03/26/2024 04:13:08 AM (2 years ago)
- Location:
- jobsearch
- Files:
-
- 4 added
- 8 edited
-
css/jobsearch.css (modified) (2 diffs)
-
frontEnd/apply/helper/applyHelper.php (modified) (1 diff)
-
helper/helper.php (modified) (1 diff)
-
jobsearch.php (modified) (1 diff)
-
tags/2.2.7 (added)
-
tags/2.2.7/readme.txt (added)
-
trunk/css/jobsearch.css (modified) (2 diffs)
-
trunk/frontEnd/apply/helper/applyHelper.php (modified) (1 diff)
-
trunk/helper/helper.php (modified) (1 diff)
-
trunk/jobsearch.php (modified) (1 diff)
-
trunk/tags/2.2.7 (added)
-
trunk/tags/2.2.7/readme.txt (added)
Legend:
- Unmodified
- Added
- Removed
-
jobsearch/css/jobsearch.css
r2771395 r3058715 1021 1021 background: white; 1022 1022 padding-bottom: 0.1em; 1023 padding-left: 0.1em;1023 padding-left: 1em; 1024 1024 } 1025 1025 .tdb-jd-apply-btn { … … 1547 1547 padding-top:10px; 1548 1548 } 1549 #tdb-col-familyname, #tdb-col-givenname {1550 padding-left:20px;1551 }1552 1549 #pageJob { 1553 1550 padding: 0.75em; -
jobsearch/frontEnd/apply/helper/applyHelper.php
r2708599 r3058715 4 4 use Jobsearch\Helper; 5 5 use Jobsearch\Helper\Translation; 6 use Jobsearch\Job\JobHelper;7 6 8 7 class ApplyHelper{ -
jobsearch/helper/helper.php
r2684460 r3058715 436 436 $functionJs = ' onClick="'.$function.';" '; 437 437 } 438 $html.= "<input type ='$contentType' name='$nameContent' $checked value='$nameContent' $classFinal id='$ id' $requiredContent $functionJs $extraContent />";438 $html.= "<input type ='$contentType' name='$nameContent' $checked value='$nameContent' $classFinal id='$nameContent' $requiredContent $functionJs $extraContent />"; 439 439 if(isset($label) && $nameContent <>"" ) { 440 440 if ($TypeLabel == "") { -
jobsearch/jobsearch.php
r3055722 r3058715 3 3 Plugin Name: Tamago-DB Job Board 4 4 Description: Job board integrated with the ATS/CRM Tamago-DB 5 Version: 2.2. 65 Version: 2.2.7 6 6 Author: Tamago-DB 7 7 Text Domain: jobsearch -
jobsearch/trunk/css/jobsearch.css
r2771395 r3058715 1021 1021 background: white; 1022 1022 padding-bottom: 0.1em; 1023 padding-left: 0.1em;1023 padding-left: 1em; 1024 1024 } 1025 1025 .tdb-jd-apply-btn { … … 1547 1547 padding-top:10px; 1548 1548 } 1549 #tdb-col-familyname, #tdb-col-givenname {1550 padding-left:20px;1551 }1552 1549 #pageJob { 1553 1550 padding: 0.75em; -
jobsearch/trunk/frontEnd/apply/helper/applyHelper.php
r2708599 r3058715 4 4 use Jobsearch\Helper; 5 5 use Jobsearch\Helper\Translation; 6 use Jobsearch\Job\JobHelper;7 6 8 7 class ApplyHelper{ -
jobsearch/trunk/helper/helper.php
r2684460 r3058715 436 436 $functionJs = ' onClick="'.$function.';" '; 437 437 } 438 $html.= "<input type ='$contentType' name='$nameContent' $checked value='$nameContent' $classFinal id='$ id' $requiredContent $functionJs $extraContent />";438 $html.= "<input type ='$contentType' name='$nameContent' $checked value='$nameContent' $classFinal id='$nameContent' $requiredContent $functionJs $extraContent />"; 439 439 if(isset($label) && $nameContent <>"" ) { 440 440 if ($TypeLabel == "") { -
jobsearch/trunk/jobsearch.php
r3055722 r3058715 3 3 Plugin Name: Tamago-DB Job Board 4 4 Description: Job board integrated with the ATS/CRM Tamago-DB 5 Version: 2.2. 65 Version: 2.2.7 6 6 Author: Tamago-DB 7 7 Text Domain: jobsearch
Note: See TracChangeset
for help on using the changeset viewer.