summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSashi202019-08-07 18:10:23 +0530
committerSashi202019-08-07 18:10:23 +0530
commita7dbb1721bb47ba21f9cdd5fe2962516a45caa42 (patch)
tree941aa3d0663092469733dfadcd28906a3fac77f3
parent44edeb0309e826354a862434c90456af69bffae1 (diff)
downloadom_pssp-a7dbb1721bb47ba21f9cdd5fe2962516a45caa42.tar.gz
om_pssp-a7dbb1721bb47ba21f9cdd5fe2962516a45caa42.tar.bz2
om_pssp-a7dbb1721bb47ba21f9cdd5fe2962516a45caa42.zip
Modify url displayed in error message
-rwxr-xr-xpdf/list_pssp_certificate.inc4
1 files changed, 2 insertions, 2 deletions
diff --git a/pdf/list_pssp_certificate.inc b/pdf/list_pssp_certificate.inc
index 4475bdb..faa9406 100755
--- a/pdf/list_pssp_certificate.inc
+++ b/pdf/list_pssp_certificate.inc
@@ -10,7 +10,7 @@ function _list_pssp_certificates()
if ($exist_id){
if ($exist_id->id) {
if ($exist_id->id < 1) {
- drupal_set_message('<strong>You need to propose a <a href="https://om.fossee.in/flowsheeting-project/proposal">Power System Simulation Proposal</a></strong> or if you have already proposed then your Flowsheet is under reviewing process', 'status');
+ drupal_set_message('<strong>You need to propose a <a href="https://om.fossee.in/powersystems/pssp/proposal">Power System Simulation Proposal</a></strong> or if you have already proposed then your proposal is under reviewing process', 'status');
return '';
} //$exist_id->id < 3
else {
@@ -49,7 +49,7 @@ function _list_pssp_certificates()
}
} //$exist_id->id
else {
- drupal_set_message('<strong>You need to propose a <a href="https://om.fossee.in/powersystems/pssp/proposal">OpenModelica Power System Simulation Proposal</a></strong> or if you have already proposed then your Flowsheet is under reviewing process', 'status');
+ drupal_set_message('<strong>You need to propose a <a href="https://om.fossee.in/powersystems/pssp/proposal">OpenModelica Power System Simulation Proposal</a></strong> or if you have already proposed then your proposal is under reviewing process', 'status');
$page_content = "<span style='color:red;'> No certificate available </span>";
return $page_content;
}