diff --git a/iTrust/WebRoot/util/PreRegisterPatient.jsp b/iTrust/WebRoot/util/PreRegisterPatient.jsp index e36630e75b2568bd306ae54c12cb0ce7ec2d6c17..2ff50b5fe2082763a4de2226fd6df9fb26c463af 100755 --- a/iTrust/WebRoot/util/PreRegisterPatient.jsp +++ b/iTrust/WebRoot/util/PreRegisterPatient.jsp @@ -58,11 +58,6 @@ if (formIsFilled) { <td id="newMID"><%= StringEscapeUtils.escapeHtml("" + (newMID)) %></td> <td></td> </tr> - <tr> - <td class="subHeaderVertical">Temporary Password:</td> - <td><%= StringEscapeUtils.escapeHtml("" + (password)) %></td> - <td></td> - </tr> </table> <br />Please get this information to <b><%= StringEscapeUtils.escapeHtml("" + (fullname)) %></b>! @@ -180,10 +175,10 @@ to recover the password.</div> </tr> <tr> <td class="subHeaderVertical">Smoker:</td> - <td><input type="radio" id="smoker_yes" name="isSmoker" value="true"> + <td><input type="radio" id="smoker_yes" name="isSmoker" value="1"> <label for="smoker_yes">Yes</label> <br /> - <input type="radio" id="smoker_no" name="isSmoker" value="false"> + <input type="radio" id="smoker_no" name="isSmoker" value="0" checked"> <label for="smoker_no">No</label><br /> </td> <td> </td>