From 0416d30821a4bed9b634aa935a21bec15fa85a73 Mon Sep 17 00:00:00 2001 From: xuechen5 <xuechen5@illinois.edu> Date: Sat, 21 Nov 2020 05:01:12 -0600 Subject: [PATCH] Add buttons for activate patients --- .../WebRoot/auth/hcp-uap/viewPreRegisteredPatientInfo.jsp | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/iTrust/WebRoot/auth/hcp-uap/viewPreRegisteredPatientInfo.jsp b/iTrust/WebRoot/auth/hcp-uap/viewPreRegisteredPatientInfo.jsp index 48a3891..a0104a7 100644 --- a/iTrust/WebRoot/auth/hcp-uap/viewPreRegisteredPatientInfo.jsp +++ b/iTrust/WebRoot/auth/hcp-uap/viewPreRegisteredPatientInfo.jsp @@ -135,7 +135,11 @@ function showRisks(){ </a> <br /><br /> - +<td> + <a href="activatePatient.jsp" style="text-decoration: none;"> + <input type=button value="Activate" > + </a> +</td> <div align=center> <div style="margin-right: 10px;"> -- GitLab