Skip to content

Commit

Permalink
Merge pull request I-TECH-UW#1013 from mozzy11/develop
Browse files Browse the repository at this point in the history
Update User Manual Documentation
  • Loading branch information
mozzy11 authored Apr 23, 2024
2 parents d4dcf50 + 18d67d3 commit 97022d6
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
12 changes: 6 additions & 6 deletions frontend/src/components/patient/SearchPatientForm.js
Original file line number Diff line number Diff line change
Expand Up @@ -329,18 +329,18 @@ function SearchPatientForm(props) {
<br />{" "}
</Column>
<Column lg={4} md={4} sm={2}>
<Button kind="tertiary">
<Button type="submit">
<FormattedMessage id="label.button.search" />
</Button>
</Column>
<Column lg={4} md={4} sm={2}>
<Button kind="tertiary" disabled={true}>
<FormattedMessage
id="label.button.externalsearch"
defaultMessage="External Search"
/>
</Button>
</Column>
<Column lg={4} md={4} sm={2}>
<Button type="submit">
<FormattedMessage id="label.button.search" />
</Button>
</Column>
</Grid>
</Form>
)}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ public String getUserManual() throws IOException {
if (locale.getLanguage().equals("en")) {
filename = "/documentation/OEGlobal_UserManual_en.pdf";
} else {
filename = "/documentation/CI_Regional_fr.pdf";
filename = "/documentation/OEGlobal_UserManual_en.pdf";
}

return "redirect:" + filename;
Expand Down
Binary file not shown.

0 comments on commit 97022d6

Please sign in to comment.