diff --git a/modules/calendar/Calendar.css b/css/calendar/Calendar.css similarity index 100% rename from modules/calendar/Calendar.css rename to css/calendar/Calendar.css diff --git a/careersPage.css b/css/careersPage.css similarity index 97% rename from careersPage.css rename to css/careersPage.css index 59ed0db37..8e6f2873f 100755 --- a/careersPage.css +++ b/css/careersPage.css @@ -1,60 +1,60 @@ -@charset "utf-8"; -/* CATS Applicant Tracking System Careers Page -Released: 11.13.2007 -Created By: Sae Vang - */ - -/* COMMON */ -body, html { margin: 0; padding: 0; background: #ffffff; font: normal 12px/14px Arial, Helvetica, sans-serif; color: #000000; } -#container { margin: 0 auto; padding: 0; width: 930px; height: auto; } -#logo { float: left; margin: 0; } - #logo img { width: 424px; height: 103px; } -#actions { float: right; margin: 0; width: 310px; height: 100px; background: #efefef; border: 1px solid #cccccc; } - #actions img { float: left; margin: 2px 6px 2px 15px; width: 130px; height: 25px; } -#footer { clear: both; margin: 20px auto 0 auto; width: 150px; } - #footer img { width: 137px; height: 38px; } - -a:link, a:active { color: #1763b9; } -a:hover { color: #c75a01; } -a:visited { color: #333333; } - -h1 { margin: 0 0 10px 0; font: bold 18px Arial, Helvetica, sans-serif; } -h2 { margin: 8px 0 8px 15px; font: bold 14px Arial, Helvetica, sans-serif; } -h3 { margin: 0; font: bold 14px Arial, Helvetica, sans-serif; } -p { font: normal 12px Arial, Helvetica, sans-serif; } -img { border: none; } -strong { font-weight: bold; } -em { font-style: italics; } - - -/* CONTENTS ON PAGE SPECS */ -#careerContent { clear: both; padding: 15px 0 0 0; } - -/* DISPLAY ALL JOBS PAGE */ -#displayTable { width: 930px; } -#displayTable tr.header { background: #e0e0e0; border: 1px solid #cccccc; border-left: none; border-right: none; } -#displayTable tr.odd { background: #ffffff; } -#displayTable tr.even { background: #ebebeb; } -#displayTable td { padding: 5px; } - -/* DISPLAY JOB DETAILS */ -#detailsTable { width: 400px; } - #detailsTable td.detailsHeader { width: 30%; } -div#discriptive { float: left; width: 585px; } -div#detailsTools { float: right; width: 330px; height: 70px; background: #ffffff; border: 1px solid #cccccc; } - div#detailsTools img { float: left; margin: 2px 6px 5px 15px; } - -/* DISPLAY APPLICATION FORM */ -div.applyBoxLeft, div.applyBoxRight { width: 450px; height: 470px; background: #f9f9f9; border: 1px solid #cccccc; border-top: none; } -div.applyBoxLeft { float: left; margin: 0 10px 30px 0; } -div.applyBoxRight { float: right; margin: 0 0 30px 10px; } - div.applyBoxLeft div, div.applyBoxRight div { margin: 0 0 5px 0; padding: 3px 10px; background: #efefef; border-top: 1px solid #cccccc; border-bottom: 1px solid #cccccc; } - div.applyBoxLeft table, div.applyBoxRight table { margin: 0 auto; width: 420px; } - div.applyBoxLeft table td, div.applyBoxRight table td { padding: 3px; vertical-align: top; } - td.label { text-align: right; width: 110px; } - label { font-weight: bold; } - input#documentFile { width: 342px; } - input.inputbox { width: 285px; height: 15px; } - input.submitbutton { float: right; width: 195px; height: 25px; } - textarea { margin: 8px 0 0 0; width: 410px; height: 170px; } +@charset "utf-8"; +/* CATS Applicant Tracking System Careers Page +Released: 11.13.2007 +Created By: Sae Vang + */ + +/* COMMON */ +body, html { margin: 0; padding: 0; background: #ffffff; font: normal 12px/14px Arial, Helvetica, sans-serif; color: #000000; } +#container { margin: 0 auto; padding: 0; width: 930px; height: auto; } +#logo { float: left; margin: 0; } + #logo img { width: 424px; height: 103px; } +#actions { float: right; margin: 0; width: 310px; height: 100px; background: #efefef; border: 1px solid #cccccc; } + #actions img { float: left; margin: 2px 6px 2px 15px; width: 130px; height: 25px; } +#footer { clear: both; margin: 20px auto 0 auto; width: 150px; } + #footer img { width: 137px; height: 38px; } + +a:link, a:active { color: #1763b9; } +a:hover { color: #c75a01; } +a:visited { color: #333333; } + +h1 { margin: 0 0 10px 0; font: bold 18px Arial, Helvetica, sans-serif; } +h2 { margin: 8px 0 8px 15px; font: bold 14px Arial, Helvetica, sans-serif; } +h3 { margin: 0; font: bold 14px Arial, Helvetica, sans-serif; } +p { font: normal 12px Arial, Helvetica, sans-serif; } +img { border: none; } +strong { font-weight: bold; } +em { font-style: italics; } + + +/* CONTENTS ON PAGE SPECS */ +#careerContent { clear: both; padding: 15px 0 0 0; } + +/* DISPLAY ALL JOBS PAGE */ +#displayTable { width: 930px; } +#displayTable tr.header { background: #e0e0e0; border: 1px solid #cccccc; border-left: none; border-right: none; } +#displayTable tr.odd { background: #ffffff; } +#displayTable tr.even { background: #ebebeb; } +#displayTable td { padding: 5px; } + +/* DISPLAY JOB DETAILS */ +#detailsTable { width: 400px; } + #detailsTable td.detailsHeader { width: 30%; } +div#discriptive { float: left; width: 585px; } +div#detailsTools { float: right; width: 330px; height: 70px; background: #ffffff; border: 1px solid #cccccc; } + div#detailsTools img { float: left; margin: 2px 6px 5px 15px; } + +/* DISPLAY APPLICATION FORM */ +div.applyBoxLeft, div.applyBoxRight { width: 450px; height: 470px; background: #f9f9f9; border: 1px solid #cccccc; border-top: none; } +div.applyBoxLeft { float: left; margin: 0 10px 30px 0; } +div.applyBoxRight { float: right; margin: 0 0 30px 10px; } + div.applyBoxLeft div, div.applyBoxRight div { margin: 0 0 5px 0; padding: 3px 10px; background: #efefef; border-top: 1px solid #cccccc; border-bottom: 1px solid #cccccc; } + div.applyBoxLeft table, div.applyBoxRight table { margin: 0 auto; width: 420px; } + div.applyBoxLeft table td, div.applyBoxRight table td { padding: 3px; vertical-align: top; } + td.label { text-align: right; width: 110px; } + label { font-weight: bold; } + input#documentFile { width: 342px; } + input.inputbox { width: 285px; height: 15px; } + input.submitbutton { float: right; width: 195px; height: 25px; } + textarea { margin: 8px 0 0 0; width: 410px; height: 170px; } textarea.inputboxlarge { width: 285px; height: 70px; } \ No newline at end of file diff --git a/ie.css b/css/ie.css similarity index 100% rename from ie.css rename to css/ie.css diff --git a/modules/import/MassImport.css b/css/import/MassImport.css similarity index 97% rename from modules/import/MassImport.css rename to css/import/MassImport.css index 81c329f28..2f10f6e27 100755 --- a/modules/import/MassImport.css +++ b/css/import/MassImport.css @@ -27,7 +27,7 @@ td.softMiddle { } #statusBar { height: 31px; - background: #6B94F2 url(images/parser/statusBar.jpg); + background: #6B94F2 url(../../images/parser/statusBar.jpg); width: 1px; } div.stepContainer { diff --git a/modules/install/install.css b/css/install/install.css similarity index 98% rename from modules/install/install.css rename to css/install/install.css index a5877b8d2..200c2360c 100755 --- a/modules/install/install.css +++ b/css/install/install.css @@ -199,7 +199,7 @@ p.success */ background-color: transparent !important; background-color: #333; - /* background-image\**\: url('images/maskBG.gif') !important; */ + /* background-image\**\: url('../../images/maskBG.gif') !important; */ background-image: none; background-repeat: repeat; display: none; diff --git a/modules/login/login.css b/css/login/login.css similarity index 98% rename from modules/login/login.css rename to css/login/login.css index bde9da055..3819a8dea 100755 --- a/modules/login/login.css +++ b/css/login/login.css @@ -229,7 +229,7 @@ div.clear */ background-color: transparent !important; background-color: #333; - /* background-image\**\: url('images/maskBG.gif') !important; */ + /* background-image\**\: url('../../images/maskBG.gif') !important; */ background-image: none; background-repeat: repeat; display: none; diff --git a/main.css b/css/main.css similarity index 95% rename from main.css rename to css/main.css index b806329e8..4cb2b6a94 100755 --- a/main.css +++ b/css/main.css @@ -158,7 +158,7 @@ a:hover /* Inactive Tab */ #header ul#primary a.inactive { - background: #E2E2E2 url(images/tabs/inactive.jpg) no-repeat; + background: #E2E2E2 url(../images/tabs/inactive.jpg) no-repeat; height: 21px; width: 81px; margin: 3px 3px 0px 0px; /* 1px more margin-left than a.active. */ @@ -181,7 +181,7 @@ a:hover /* Active Tab */ #header ul#primary a.active { - background: #E2E2E2 url(images/tabs/active.jpg) no-repeat; + background: #E2E2E2 url(../images/tabs/active.jpg) no-repeat; height: 24px; width: 81px; margin: 1px 2px 0px 0px; @@ -259,7 +259,7 @@ a:hover margin: 0px 0px 0px 0px; padding: 5px 10px 5px 0px; background: #fff; - background-image: url('images/mru_background.gif'); + background-image: url('../images/mru_background.gif'); background-repeat: repeat-x; text-align: right; } @@ -287,7 +287,7 @@ a:hover font: normal normal normal 12px Arial, Tahoma, sans-serif; color: #000; background: #fff; - background-image: url('images/mru_background.gif'); + background-image: url('../images/mru_background.gif'); background-repeat: repeat-x; } @@ -331,7 +331,7 @@ a:hover padding: 0px 0px 0px 0px; float: left; background-color: transparent; - background: url('images/cats_icon.gif') no-repeat center; + background: url('../images/cats_icon.gif') no-repeat center; width: 55px; height: 55px; } @@ -386,7 +386,7 @@ a:hover p.note { - background-image: url('images/bgBlue.gif'); + background-image: url('../images/bgBlue.gif'); background-repeat: repeat-x; padding: 4px; margin-top: 0px; @@ -400,7 +400,7 @@ p.note p.noteUnsized { - background-image: url('images/bgBlue.gif'); + background-image: url('../images/bgBlue.gif'); background-repeat: repeat-x; padding: 4px; margin-top: 0px; @@ -413,7 +413,7 @@ p.noteUnsized .noteUnsizedSpan { - background-image: url('images/bgBlue.gif'); + background-image: url('../images/bgBlue.gif'); background-repeat: repeat-x; padding: 4px; margin-top: 0px; @@ -426,7 +426,7 @@ p.noteUnsized p.warning { - background-image: url('images/orange_gradient.jpg'); + background-image: url('../images/orange_gradient.jpg'); background-repeat: repeat-x; padding: 4px; margin-top: 0px; @@ -440,7 +440,7 @@ p.warning p.perror { - background-image: url('images/red_gradient.jpg'); + background-image: url('../images/red_gradient.jpg'); background-repeat: repeat-x; padding: 4px; margin-top: 0px; @@ -513,7 +513,7 @@ table.notsortable th border-left: none; border-right: none; padding: 2px 4px 2px 4px; - background-image: url('images/sort_table_bg.gif'); + background-image: url('../images/sort_table_bg.gif'); color: #000080; font: normal normal bold 12px Arial, Tahoma, sans-serif; } @@ -579,7 +579,7 @@ table.statisticsTable th border-left: none; border-right: none; padding: 2px 4px 2px 4px; - background-image: url('images/sort_table_bg.gif'); + background-image: url('../images/sort_table_bg.gif'); color: #000080; font: normal normal bold 12px Arial, Tahoma, sans-serif; } @@ -620,7 +620,7 @@ tr.evenTableRow-onmouseover .editTable { - background: url('images/bgGrayForm.gif'); + background: url('../images/bgGrayForm.gif'); background-repeat: repeat-x; background-position: top; background-color: #f4f4f4; @@ -756,7 +756,7 @@ p.freeformbottom font-size: 12px; padding-left: 8px; padding-right: 8px; - background: url('images/button_bg.gif') repeat-x #f0f0f0; + background: url('../images/button_bg.gif') repeat-x #f0f0f0; border: 1px solid #a4a4a4; } @@ -772,7 +772,7 @@ p.freeformbottom font-size: 12px; padding-left: 8px; padding-right: 8px; - background: url('images/button_bg_down.gif') repeat-x #f0f0f0; + background: url('../images/button_bg_down.gif') repeat-x #f0f0f0; border: 1px solid #a4a4a4; } @@ -783,7 +783,7 @@ p.freeformbottom font-size: 12px; padding-left: 8px; padding-right: 8px; - background: url('images/button_bg.gif') repeat-x #f0f0f0; + background: url('../images/button_bg.gif') repeat-x #f0f0f0; border: 1px solid #a4a4a4; } @@ -794,7 +794,7 @@ p.freeformbottom font-size: 12px; padding-left: 8px; padding-right: 8px; - background: url('images/button_bg_down.gif') repeat-x #f0f0f0; + background: url('../images/button_bg_down.gif') repeat-x #f0f0f0; border: 1px solid #a4a4a4; } @@ -944,7 +944,7 @@ span.validationError */ background-color: transparent !important; background-color: #333; - /* background-image\**\: url('images/maskBG.gif') !important; */ + /* background-image\**\: url('../images/maskBG.gif') !important; */ background-image: none; background-repeat: repeat; display: none; @@ -1188,7 +1188,7 @@ input.selectAll line-height: normal; font-size-adjust: none; font-stretch: normal; - background-image: url('images/lightblue_gradient_15.jpg'); + background-image: url('../images/lightblue_gradient_15.jpg'); background-repeat: repeat; background-attachment: scroll; color: white; diff --git a/not-ie.css b/css/not-ie.css similarity index 100% rename from not-ie.css rename to css/not-ie.css diff --git a/modules/settings/downloads.css b/css/settings/downloads.css similarity index 98% rename from modules/settings/downloads.css rename to css/settings/downloads.css index e68bd8080..597383c81 100755 --- a/modules/settings/downloads.css +++ b/css/settings/downloads.css @@ -1,9 +1,9 @@ -/* Downloads Supported Types > Settings tab > Downloads */ - -#settingsDownloads { clear: both; width: 600px; } -#settingsDownloads h4 { margin: 15px 0 0 0;font: bold 14px Arial, sans-serif; color: #000; } -table.downloadSupportedGrid { margin: 0 0 15px 0; padding: 0; border: 1px solid #ccc; border-left: none; text-align: left; width: 600px; } -table.downloadSupportedGrid tr.headers { background: #f3e1d2; } -table.downloadSupportedGrid tr.headers span { vertical-align: super; } -table.downloadSupportedGrid td { padding: 0 0 0 10px; border-left: 1px solid #ccc; height: 25px; } +/* Downloads Supported Types > Settings tab > Downloads */ + +#settingsDownloads { clear: both; width: 600px; } +#settingsDownloads h4 { margin: 15px 0 0 0;font: bold 14px Arial, sans-serif; color: #000; } +table.downloadSupportedGrid { margin: 0 0 15px 0; padding: 0; border: 1px solid #ccc; border-left: none; text-align: left; width: 600px; } +table.downloadSupportedGrid tr.headers { background: #f3e1d2; } +table.downloadSupportedGrid tr.headers span { vertical-align: super; } +table.downloadSupportedGrid td { padding: 0 0 0 10px; border-left: 1px solid #ccc; height: 25px; } table.downloadSupportedGrid td.category { width: 125px; font: normal 14px Arial, sans-serif; text-align: left; } \ No newline at end of file diff --git a/modules/tests/tests.css b/css/tests/tests.css similarity index 100% rename from modules/tests/tests.css rename to css/tests/tests.css diff --git a/modules/wizard/style.css b/css/wizard/style.css similarity index 95% rename from modules/wizard/style.css rename to css/wizard/style.css index f154562d2..691974435 100755 --- a/modules/wizard/style.css +++ b/css/wizard/style.css @@ -9,7 +9,7 @@ td.wizardBody { font-size: 14px; background-color: #DDE2FF; color: #ffffff; heig td.sectionTitle { background-color: #FFDE90; padding: 10px; font-size: 12px; font-weight: bold; } td.sectionTitleCurrent { background-color: #FFB400; padding: 10px; font-size: 12px; font-weight: bold; } input.button { height: 20px; color: #333; font-size: 12px; padding-left: 8px; padding-right: 8px; - background: url('images/button_bg.gif') repeat-x #f0f0f0; border: 1px solid #a4a4a4; cursor: pointer; } + background: url('../../images/button_bg.gif') repeat-x #f0f0f0; border: 1px solid #a4a4a4; cursor: pointer; } #loadingBar { position: absolute; width: 650px; text-align: center; top: 25%; padding: 10px; left: 18%; border: 5px solid #e0e0e0; background-color: #f0f0f0; font-size: 38px; font-weight: bold; color: #666666; visibility: hidden; } diff --git a/installtest.php b/installtest.php index 6e98dde1b..5176faec6 100755 --- a/installtest.php +++ b/installtest.php @@ -45,7 +45,7 @@ CATS - Installation Test Script - + + diff --git a/modules/activity/validator.js b/js/activity/validator.js similarity index 100% rename from modules/activity/validator.js rename to js/activity/validator.js diff --git a/modules/calendar/Calendar.js b/js/calendar/Calendar.js similarity index 100% rename from modules/calendar/Calendar.js rename to js/calendar/Calendar.js diff --git a/modules/calendar/CalendarUI.js b/js/calendar/CalendarUI.js similarity index 100% rename from modules/calendar/CalendarUI.js rename to js/calendar/CalendarUI.js diff --git a/modules/calendar/validator.js b/js/calendar/validator.js similarity index 100% rename from modules/calendar/validator.js rename to js/calendar/validator.js diff --git a/modules/candidates/activityvalidator.js b/js/candidates/activityvalidator.js similarity index 100% rename from modules/candidates/activityvalidator.js rename to js/candidates/activityvalidator.js diff --git a/modules/candidates/quickAction-candidates.js b/js/candidates/quickAction.js similarity index 100% rename from modules/candidates/quickAction-candidates.js rename to js/candidates/quickAction.js diff --git a/modules/candidates/validator.js b/js/candidates/validator.js similarity index 100% rename from modules/candidates/validator.js rename to js/candidates/validator.js diff --git a/modules/companies/validator.js b/js/companies/validator.js similarity index 100% rename from modules/companies/validator.js rename to js/companies/validator.js diff --git a/modules/contacts/validator.js b/js/contacts/validator.js similarity index 100% rename from modules/contacts/validator.js rename to js/contacts/validator.js diff --git a/modules/import/import.js b/js/import/import.js similarity index 100% rename from modules/import/import.js rename to js/import/import.js diff --git a/modules/joborders/validator.js b/js/joborders/validator.js similarity index 100% rename from modules/joborders/validator.js rename to js/joborders/validator.js diff --git a/modules/login/validator.js b/js/login/validator.js similarity index 100% rename from modules/login/validator.js rename to js/login/validator.js diff --git a/modules/settings/Settings.js b/js/settings/Settings.js similarity index 100% rename from modules/settings/Settings.js rename to js/settings/Settings.js diff --git a/modules/settings/validator.js b/js/settings/validator.js similarity index 100% rename from modules/settings/validator.js rename to js/settings/validator.js diff --git a/js/submodal/loading.html b/js/submodal/loading.html index 5871fbce4..28ae5801f 100755 --- a/js/submodal/loading.html +++ b/js/submodal/loading.html @@ -4,7 +4,7 @@ Loading... - + diff --git a/modules/tests/validator.js b/js/tests/validator.js similarity index 100% rename from modules/tests/validator.js rename to js/tests/validator.js diff --git a/modules/toolbar/toolbarlibForLegacy.js b/js/toolbar/toolbarlibForLegacy.js similarity index 100% rename from modules/toolbar/toolbarlibForLegacy.js rename to js/toolbar/toolbarlibForLegacy.js diff --git a/modules/wizard/wizard.js b/js/wizard/wizard.js similarity index 100% rename from modules/wizard/wizard.js rename to js/wizard/wizard.js diff --git a/lib/TemplateUtility.php b/lib/TemplateUtility.php index 396019a64..8a6fecde2 100755 --- a/lib/TemplateUtility.php +++ b/lib/TemplateUtility.php @@ -1194,7 +1194,7 @@ private static function _printCommonHeader($pageTitle, $headIncludes = array()) echo '', "\n"; echo '', "\n"; - $headIncludes[] = 'main.css'; + $headIncludes[] = 'css/main.css'; foreach ($headIncludes as $key => $filename) { @@ -1212,8 +1212,8 @@ private static function _printCommonHeader($pageTitle, $headIncludes = array()) } } - echo '', "\n"; - echo '', "\n"; + echo '', "\n"; + echo '', "\n"; echo '', "\n\n"; } diff --git a/modules/activity/Search.tpl b/modules/activity/Search.tpl index 00cdc2aad..77688aa50 100755 --- a/modules/activity/Search.tpl +++ b/modules/activity/Search.tpl @@ -1,5 +1,5 @@ - + active); ?>
diff --git a/modules/calendar/Calendar.tpl b/modules/calendar/Calendar.tpl index b382162d2..68916b2e5 100755 --- a/modules/calendar/Calendar.tpl +++ b/modules/calendar/Calendar.tpl @@ -1,5 +1,5 @@ - + active); ?>
diff --git a/modules/candidates/Add.tpl b/modules/candidates/Add.tpl index c190cbf69..c2c22c91f 100755 --- a/modules/candidates/Add.tpl +++ b/modules/candidates/Add.tpl @@ -1,8 +1,8 @@ isModal): ?> - + - + active, $this->subActive); ?> diff --git a/modules/candidates/AddActivityChangeStatusModal.tpl b/modules/candidates/AddActivityChangeStatusModal.tpl index 804d55d20..1dd4a9776 100755 --- a/modules/candidates/AddActivityChangeStatusModal.tpl +++ b/modules/candidates/AddActivityChangeStatusModal.tpl @@ -1,10 +1,10 @@ isJobOrdersMode): ?> - + onlyScheduleEvent): ?> - + - + isFinishedMode): ?> diff --git a/modules/candidates/CreateAttachmentModal.tpl b/modules/candidates/CreateAttachmentModal.tpl index 06d99cc57..936c06a88 100755 --- a/modules/candidates/CreateAttachmentModal.tpl +++ b/modules/candidates/CreateAttachmentModal.tpl @@ -1,5 +1,5 @@ - + isFinishedMode){ ?>
diff --git a/modules/candidates/CreateImageAttachmentModal.tpl b/modules/candidates/CreateImageAttachmentModal.tpl index 9f2deb326..1ec76a7a9 100755 --- a/modules/candidates/CreateImageAttachmentModal.tpl +++ b/modules/candidates/CreateImageAttachmentModal.tpl @@ -1,5 +1,5 @@ - +

Edit Profile Image

isFinishedMode): ?> diff --git a/modules/candidates/Edit.tpl b/modules/candidates/Edit.tpl index e71fbae8a..baf3eb380 100755 --- a/modules/candidates/Edit.tpl +++ b/modules/candidates/Edit.tpl @@ -1,5 +1,5 @@ - + active); ?>
diff --git a/modules/candidates/Search.tpl b/modules/candidates/Search.tpl index 0efbc6e58..522012575 100755 --- a/modules/candidates/Search.tpl +++ b/modules/candidates/Search.tpl @@ -1,5 +1,5 @@ - + active); ?>
diff --git a/modules/candidates/SendEmail.tpl b/modules/candidates/SendEmail.tpl index 0dcf9bede..76b95954a 100755 --- a/modules/candidates/SendEmail.tpl +++ b/modules/candidates/SendEmail.tpl @@ -1,5 +1,5 @@ - + active); ?>
diff --git a/modules/candidates/Show.tpl b/modules/candidates/Show.tpl index 69356dfe6..e67df1bb4 100755 --- a/modules/candidates/Show.tpl +++ b/modules/candidates/Show.tpl @@ -4,9 +4,9 @@ use OpenCATS\UI\CandidateQuickActionMenu; use OpenCATS\UI\CandidateDuplicateQuickActionMenu; ?> isPopup): ?> - data['firstName'].' '.$this->data['lastName'], array( 'js/activity.js', 'js/sorttable.js', 'js/match.js', 'js/lib.js', 'js/pipeline.js', 'js/attachment.js', 'modules/candidates/quickAction-candidates.js')); ?> + data['firstName'].' '.$this->data['lastName'], array( 'js/activity.js', 'js/sorttable.js', 'js/match.js', 'js/lib.js', 'js/pipeline.js', 'js/attachment.js', 'js/candidates/quickAction.js')); ?> - data['firstName'].' '.$this->data['lastName'], array( 'js/activity.js', 'js/sorttable.js', 'js/match.js', 'js/lib.js', 'js/pipeline.js', 'js/attachment.js', 'modules/candidates/quickAction-candidates.js', 'modules/candidates/quickAction-duplicates.js')); ?> + data['firstName'].' '.$this->data['lastName'], array( 'js/activity.js', 'js/sorttable.js', 'js/match.js', 'js/lib.js', 'js/pipeline.js', 'js/attachment.js', 'js/candidates/quickAction-candidates.js', 'modules/candidates/quickAction-duplicates.js')); ?> active); ?> diff --git a/modules/companies/Add.tpl b/modules/companies/Add.tpl index 9487743af..689a8f283 100755 --- a/modules/companies/Add.tpl +++ b/modules/companies/Add.tpl @@ -1,5 +1,5 @@ - + active, $this->subActive); ?>
diff --git a/modules/companies/CreateAttachmentModal.tpl b/modules/companies/CreateAttachmentModal.tpl index 12683b2df..1c71d750f 100755 --- a/modules/companies/CreateAttachmentModal.tpl +++ b/modules/companies/CreateAttachmentModal.tpl @@ -1,5 +1,5 @@ - + isFinishedMode): ?> diff --git a/modules/companies/Edit.tpl b/modules/companies/Edit.tpl index 8ca6aba16..16e5f5d69 100755 --- a/modules/companies/Edit.tpl +++ b/modules/companies/Edit.tpl @@ -1,5 +1,5 @@ - + active); ?>
diff --git a/modules/companies/Search.tpl b/modules/companies/Search.tpl index fe2af598c..f00695053 100755 --- a/modules/companies/Search.tpl +++ b/modules/companies/Search.tpl @@ -1,5 +1,5 @@ - + active, $this->subActive); ?>
diff --git a/modules/contacts/Add.tpl b/modules/contacts/Add.tpl index 6ca978ded..93cafef6c 100755 --- a/modules/contacts/Add.tpl +++ b/modules/contacts/Add.tpl @@ -1,5 +1,5 @@ - + active, $this->subActive); ?>
diff --git a/modules/contacts/AddActivityScheduleEventModal.tpl b/modules/contacts/AddActivityScheduleEventModal.tpl index c30144410..0ce8c29dd 100755 --- a/modules/contacts/AddActivityScheduleEventModal.tpl +++ b/modules/contacts/AddActivityScheduleEventModal.tpl @@ -1,9 +1,9 @@ onlyScheduleEvent): ?> - + - + isFinishedMode): ?> diff --git a/modules/contacts/Edit.tpl b/modules/contacts/Edit.tpl index 4e3963571..a05b46a7f 100755 --- a/modules/contacts/Edit.tpl +++ b/modules/contacts/Edit.tpl @@ -1,5 +1,5 @@ - + active); ?>
diff --git a/modules/contacts/Search.tpl b/modules/contacts/Search.tpl index 07500ea88..b2f29b9af 100755 --- a/modules/contacts/Search.tpl +++ b/modules/contacts/Search.tpl @@ -1,5 +1,5 @@ - + active, $this->subActive); ?>
diff --git a/modules/import/Import.tpl b/modules/import/Import.tpl index 2f11668e1..116e1614b 100755 --- a/modules/import/Import.tpl +++ b/modules/import/Import.tpl @@ -1,5 +1,5 @@ - + active, '', 'settings'); ?>
diff --git a/modules/import/Import1.tpl b/modules/import/Import1.tpl index 57d5a46d1..4aff5bd48 100755 --- a/modules/import/Import1.tpl +++ b/modules/import/Import1.tpl @@ -1,5 +1,5 @@ - + active, '', 'settings'); ?>
diff --git a/modules/import/Import2.tpl b/modules/import/Import2.tpl index 90d9c9d09..dfb0e14af 100755 --- a/modules/import/Import2.tpl +++ b/modules/import/Import2.tpl @@ -1,5 +1,5 @@ - + active, '', 'settings'); ?>
diff --git a/modules/import/ImportCommits.tpl b/modules/import/ImportCommits.tpl index a3121dda9..9fc17545d 100755 --- a/modules/import/ImportCommits.tpl +++ b/modules/import/ImportCommits.tpl @@ -1,5 +1,5 @@ - + active); ?>
diff --git a/modules/import/ImportRecent.tpl b/modules/import/ImportRecent.tpl index 24b1ab345..ae3548310 100755 --- a/modules/import/ImportRecent.tpl +++ b/modules/import/ImportRecent.tpl @@ -1,5 +1,5 @@ - + active); ?>
diff --git a/modules/import/ImportResumesBulk.tpl b/modules/import/ImportResumesBulk.tpl index 516069edf..258b26d35 100755 --- a/modules/import/ImportResumesBulk.tpl +++ b/modules/import/ImportResumesBulk.tpl @@ -1,5 +1,5 @@ - + active, ''); ?>
diff --git a/modules/import/MassImport.tpl b/modules/import/MassImport.tpl index 583dc4d36..0caf85870 100755 --- a/modules/import/MassImport.tpl +++ b/modules/import/MassImport.tpl @@ -2,7 +2,7 @@ active, '', 'settings'); ?> - +
diff --git a/modules/import/MassImportEdit.tpl b/modules/import/MassImportEdit.tpl index 6d447ef1c..6652ce249 100755 --- a/modules/import/MassImportEdit.tpl +++ b/modules/import/MassImportEdit.tpl @@ -3,7 +3,7 @@ active); ?> - +
diff --git a/modules/install/notinstalled.php b/modules/install/notinstalled.php index f6700508b..ef3a2d05a 100755 --- a/modules/install/notinstalled.php +++ b/modules/install/notinstalled.php @@ -6,7 +6,7 @@ OpenCATS - Installation Wizard Script - + diff --git a/modules/install/phpVersion.php b/modules/install/phpVersion.php index 7c17273ca..82344e89f 100755 --- a/modules/install/phpVersion.php +++ b/modules/install/phpVersion.php @@ -6,7 +6,7 @@ CATS - Installation Wizard Script - + diff --git a/modules/joborders/Add.tpl b/modules/joborders/Add.tpl index fad263346..93b282485 100755 --- a/modules/joborders/Add.tpl +++ b/modules/joborders/Add.tpl @@ -1,5 +1,5 @@ - + active, $this->subActive); ?>
diff --git a/modules/joborders/AddModalPopup.tpl b/modules/joborders/AddModalPopup.tpl index 01cb43877..940cc97e0 100755 --- a/modules/joborders/AddModalPopup.tpl +++ b/modules/joborders/AddModalPopup.tpl @@ -1,5 +1,5 @@ - +
diff --git a/modules/joborders/CreateAttachmentModal.tpl b/modules/joborders/CreateAttachmentModal.tpl index 553274868..7328565ca 100755 --- a/modules/joborders/CreateAttachmentModal.tpl +++ b/modules/joborders/CreateAttachmentModal.tpl @@ -1,5 +1,5 @@ - + isFinishedMode): ?> diff --git a/modules/joborders/Edit.tpl b/modules/joborders/Edit.tpl index 45fe9a672..8804ef497 100755 --- a/modules/joborders/Edit.tpl +++ b/modules/joborders/Edit.tpl @@ -1,5 +1,5 @@ - + active); ?>
diff --git a/modules/joborders/Search.tpl b/modules/joborders/Search.tpl index 1af97de07..b33c2583b 100755 --- a/modules/joborders/Search.tpl +++ b/modules/joborders/Search.tpl @@ -1,5 +1,5 @@ - + active, $this->subActive); ?>
diff --git a/modules/login/ForgotPassword.tpl b/modules/login/ForgotPassword.tpl index 72ab65706..2d923680c 100755 --- a/modules/login/ForgotPassword.tpl +++ b/modules/login/ForgotPassword.tpl @@ -5,9 +5,9 @@ OpenCATS - Login - + - + diff --git a/modules/login/Login.tpl b/modules/login/Login.tpl index 072312f17..470927d9f 100755 --- a/modules/login/Login.tpl +++ b/modules/login/Login.tpl @@ -5,9 +5,9 @@ opencats - Login - + - + diff --git a/modules/reports/EEOReport.tpl b/modules/reports/EEOReport.tpl index 4391920bd..a90bb84b2 100755 --- a/modules/reports/EEOReport.tpl +++ b/modules/reports/EEOReport.tpl @@ -1,5 +1,5 @@ - + active, $this->subActive); ?>
diff --git a/modules/reports/GraphView.tpl b/modules/reports/GraphView.tpl index 6fce1fc2b..fc41c36a3 100755 --- a/modules/reports/GraphView.tpl +++ b/modules/reports/GraphView.tpl @@ -8,7 +8,7 @@ - + + - + diff --git a/modules/settings/NewVersionCheck.tpl b/modules/settings/NewVersionCheck.tpl index 8f850db08..dbe85b369 100755 --- a/modules/settings/NewVersionCheck.tpl +++ b/modules/settings/NewVersionCheck.tpl @@ -1,5 +1,5 @@ - + active, $this->subActive); ?>
diff --git a/modules/settings/Passwords.tpl b/modules/settings/Passwords.tpl index ad8b8e535..e877bca99 100755 --- a/modules/settings/Passwords.tpl +++ b/modules/settings/Passwords.tpl @@ -1,5 +1,5 @@ - + active, $this->subActive); ?>
diff --git a/modules/settings/PreviewPageTop.tpl b/modules/settings/PreviewPageTop.tpl index c7c6e6a0d..613f6cab9 100755 --- a/modules/settings/PreviewPageTop.tpl +++ b/modules/settings/PreviewPageTop.tpl @@ -3,7 +3,7 @@ - + ', "\n"; + echo ' ', "\n"; foreach ($headIncludes as $key => $value) { diff --git a/modules/tests/Tests.tpl b/modules/tests/Tests.tpl index 289ae14b9..1735d5b2c 100755 --- a/modules/tests/Tests.tpl +++ b/modules/tests/Tests.tpl @@ -1,5 +1,5 @@ -reporter->printHeader(array('modules/tests/validator.js')); ?> +reporter->printHeader(array('js/tests/validator.js')); ?> reporter->printHeaderBlock(); ?>
diff --git a/modules/toolbar/ToolbarUI.php b/modules/toolbar/ToolbarUI.php index b3983e8dc..0dc8fea85 100755 --- a/modules/toolbar/ToolbarUI.php +++ b/modules/toolbar/ToolbarUI.php @@ -151,7 +151,7 @@ private function getJavaScriptLibLegacy() // FIXME: Send a JS library that just makes a button indicating that their version // is out of date. - $toolbarLibrary = @file_get_contents('./modules/toolbar/toolbarlibForLegacy.js'); + $toolbarLibrary = @file_get_contents('./js/toolbar/toolbarlibForLegacy.js'); echo $toolbarLibrary; return; } diff --git a/modules/wizard/Show.tpl b/modules/wizard/Show.tpl index 068521df5..ad36476f6 100755 --- a/modules/wizard/Show.tpl +++ b/modules/wizard/Show.tpl @@ -6,8 +6,8 @@ - - + + jsInclude != ''): ?>