From 9678cf58f758972532968b626197c99b6d13085d Mon Sep 17 00:00:00 2001 From: Ross Parker <> Date: Wed, 23 Mar 2022 14:12:02 +0800 Subject: [PATCH] v1.5.01 --- Higher Education/CHANGEDB.php | 5 +++++ Higher Education/CHANGELOG.txt | 4 ++++ Higher Education/applications_track.php | 6 +++--- Higher Education/applications_view.php | 4 ++-- Higher Education/institutions_manage.php | 6 +++--- Higher Education/majors_manage.php | 6 +++--- Higher Education/manifest.php | 2 +- Higher Education/references_manage.php | 6 +++--- Higher Education/references_manage_edit.php | 6 +++--- Higher Education/references_manage_edit_print.php | 6 +++--- Higher Education/references_request.php | 8 ++++---- Higher Education/staff_manage.php | 6 +++--- Higher Education/student_manage.php | 6 +++--- Higher Education/version.php | 2 +- 14 files changed, 41 insertions(+), 32 deletions(-) diff --git a/Higher Education/CHANGEDB.php b/Higher Education/CHANGEDB.php index 7a23044..49570b5 100644 --- a/Higher Education/CHANGEDB.php +++ b/Higher Education/CHANGEDB.php @@ -177,3 +177,8 @@ ++$count; $sql[$count][0] = '1.5.00'; $sql[$count][1] = ""; + +//v1.5.01 +++$count; +$sql[$count][0] = '1.5.01'; +$sql[$count][1] = ""; diff --git a/Higher Education/CHANGELOG.txt b/Higher Education/CHANGELOG.txt index 677cf8c..b5b9eaf 100644 --- a/Higher Education/CHANGELOG.txt +++ b/Higher Education/CHANGELOG.txt @@ -1,5 +1,9 @@ CHANGELOG ========= +v1.5.01 +------- +Refactoring of linkTop divs + v1.5.00 ------- Implemented new v23 year selector diff --git a/Higher Education/applications_track.php b/Higher Education/applications_track.php index d6ec2c8..5b4aa08 100755 --- a/Higher Education/applications_track.php +++ b/Higher Education/applications_track.php @@ -130,9 +130,9 @@ echo ''; } - echo "
"; - echo "get('module')."/applications_track_add.php'>"; - echo '
'; + echo "

"; + echo "get('module')."/applications_track_add.php'>".__("Add").""; + echo '

'; if ($resultApps->rowCount() < 1) { echo "
"; diff --git a/Higher Education/applications_view.php b/Higher Education/applications_view.php index 911c78b..6495daf 100644 --- a/Higher Education/applications_view.php +++ b/Higher Education/applications_view.php @@ -53,7 +53,7 @@ if ($result->rowCount() < 1) { $page->addError(__('There are no students to display.')); } else { - echo "
"; + echo "

"; echo 'Filter Form Group: '; ?> @@ -102,7 +102,7 @@ ?> '; + echo '

'; echo ""; echo ""; diff --git a/Higher Education/institutions_manage.php b/Higher Education/institutions_manage.php index c19ada2..b3f353e 100644 --- a/Higher Education/institutions_manage.php +++ b/Higher Education/institutions_manage.php @@ -49,9 +49,9 @@ $page->addError(__('Error: {error}. Students cannot be displayed.', ['error' => $e->getMessage()])); } - echo "'; + echo "

"; + echo "get('module')."/institutions_manage_add.php'>".__("Add").""; + echo '

'; if ($result->rowCount() < 1) { $page->addError(__('There are no students to display.')); diff --git a/Higher Education/majors_manage.php b/Higher Education/majors_manage.php index 719b809..4befcdd 100644 --- a/Higher Education/majors_manage.php +++ b/Higher Education/majors_manage.php @@ -49,9 +49,9 @@ $page->addError(__('Error: {error}. Students cannot be displayed.', ['error' => $e->getMessage()]));; } - echo "'; + echo "

"; + echo "get('module')."/majors_manage_add.php'>".__("Add").""; + echo '

'; if ($result->rowCount() < 1) { $page->addError(__('There are no students to display.')); diff --git a/Higher Education/manifest.php b/Higher Education/manifest.php index c7013fa..e6e9281 100644 --- a/Higher Education/manifest.php +++ b/Higher Education/manifest.php @@ -25,7 +25,7 @@ $entryURL = 'index.php'; $type = 'Additional'; $category = 'Other'; -$version = '1.5.00'; +$version = '1.5.01'; $author = 'Ross Parker'; $url = 'http://rossparker.org'; diff --git a/Higher Education/references_manage.php b/Higher Education/references_manage.php index aab51b9..c0933d3 100644 --- a/Higher Education/references_manage.php +++ b/Higher Education/references_manage.php @@ -120,9 +120,9 @@ } catch (PDOException $e) { } - echo "'; + echo "

"; + echo "get('module')."/references_manage_addMulti.php&gibbonSchoolYearID=$gibbonSchoolYearID&search=$search'>".__('Add Multiple Records').""; + echo '

'; if ($result->rowCount() < 1) { echo "
"; diff --git a/Higher Education/references_manage_edit.php b/Higher Education/references_manage_edit.php index 0bbb6bd..53a0c9f 100644 --- a/Higher Education/references_manage_edit.php +++ b/Higher Education/references_manage_edit.php @@ -64,9 +64,9 @@ //Let's go! $values = $result->fetch(); - echo "'; + echo "

"; + echo "get('module')."/references_manage_edit_print.php&higherEducationReferenceID=$higherEducationReferenceID'>".__("Print").""; + echo '

'; $form = Form::create('referencesManage', $session->get('absoluteURL').'/modules/'.$session->get('module')."/references_manage_editProcess.php?higherEducationReferenceID=$higherEducationReferenceID&gibbonSchoolYearID=$gibbonSchoolYearID"); diff --git a/Higher Education/references_manage_edit_print.php b/Higher Education/references_manage_edit_print.php index 3af8fd6..41013b3 100644 --- a/Higher Education/references_manage_edit_print.php +++ b/Higher Education/references_manage_edit_print.php @@ -57,9 +57,9 @@ //Let's go! $row = $result->fetch(); - echo "
"; - echo ""; - echo '
'; ?> + echo "

"; + echo "".__("Print").""; + echo '

'; ?>
diff --git a/Higher Education/references_request.php b/Higher Education/references_request.php index a2c6e58..5d62b60 100644 --- a/Higher Education/references_request.php +++ b/Higher Education/references_request.php @@ -29,7 +29,7 @@ //Proceed! $page->breadcrumbs->add(__('Request References')); - + if (studentEnrolment($session->get('gibbonPersonID'), $connection2) == false) { $page->addError(__('You have not been enrolled for higher education applications.')); } else { @@ -48,9 +48,9 @@ echo ''; } - echo "'; + echo "

"; + echo "get('module')."/references_request_add.php'>".__("Add").""; + echo '

'; if ($result->rowCount() < 1) { echo "
"; diff --git a/Higher Education/staff_manage.php b/Higher Education/staff_manage.php index 1388100..9068070 100644 --- a/Higher Education/staff_manage.php +++ b/Higher Education/staff_manage.php @@ -48,9 +48,9 @@ $page->addError($e->getMessage()); } - echo "'; + echo "

"; + echo "get('module')."/staff_manage_add.php'>".__("Add")." "; + echo '

'; if ($result->rowCount() < 1) { echo "
"; diff --git a/Higher Education/student_manage.php b/Higher Education/student_manage.php index 65beefb..6ed69e7 100644 --- a/Higher Education/student_manage.php +++ b/Higher Education/student_manage.php @@ -51,9 +51,9 @@ $page->addError(__('Error: {error}. Students cannot be displayed.', ['error' => $e->getMessage()])); } - echo "'; + echo "

"; + echo "get('module')."/student_manage_add.php'>".__("Add").""; + echo '

'; if ($result->rowCount() < 1) { echo "
"; diff --git a/Higher Education/version.php b/Higher Education/version.php index 915529f..5018601 100644 --- a/Higher Education/version.php +++ b/Higher Education/version.php @@ -20,5 +20,5 @@ /** * Sets version information. */ -$moduleVersion = '1.5.00'; +$moduleVersion = '1.5.01'; $coreVersion = '23.0.00';